Hive json serde is not working in the cluster

create table testjsondata(id int, first_name string, last_name string,email string, gender string, ip_address string) ROW FORMAT SERDE ‘org.apache.hcatalog.data.JsonSerDe’;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Cannot validate serde: org.apache.hcatalog.data.JsonSerDe

Team please help to solve this issue.

Did you execute add jar _name_of_json_serde_jar_.jar statement?