0
votes

I am getting this error: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask when I try to create a table in hive. I am new to this and stuck at this point.

Please help me find a solution for this.

Thanks

1

1 Answers

0
votes

Set hive.metastore.schema.verification property in hive-site.xml to true, by default it is false.

For details see here.