hive> create table test(
> name String,
> age int,
> sex String
> )
> ;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.)
hive 刚装好的然后建表总是出现这个提示错误 |