zoukankan      html  css  js  c++  java
  • Hive 0.12 Caused by: MetaException(message:Version information not found in metastore. )解决方法

    配置完成Mysql存储元数据信息,启动后测试show tables报错ERROR exec.DDLTask: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient。通过goole看到一篇文章说,hive.metastore.schema.verification设置成false就可以了,测试了一下果然解决了。

    hive> show tables;
    OK
    log
    Time taken: 0.033 seconds, Fetched: 1 row(s)

    特此记录大笑

  • 相关阅读:
    vi
    head
    uniq
    sort
    所谓静态绑定
    债务
    不确
    tar
    VMWare虚拟系统上网设置 及 三种模式详解
    awk
  • 原文地址:https://www.cnblogs.com/luguoyuanf/p/3606688.html
Copyright © 2011-2022 走看看