当执行Hive客户端时候出现如下错误:
WARN conf.HiveConf: HiveConfof name hive.metastore.local does not exist
这是由于在0.10 0.11或者之后的HIVE版本 hive.metastore.local 属性不再使用。将该参数从hive-site.xml删除即可。
当执行Hive客户端时候出现如下错误:
WARN conf.HiveConf: HiveConfof name hive.metastore.local does not exist
这是由于在0.10 0.11或者之后的HIVE版本 hive.metastore.local 属性不再使用。将该参数从hive-site.xml删除即可。