• Hive 安装过程中的问题


    org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address 0.0.0.0/0.0.0.0:9083.

    at org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:109)

    at org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:91)

    at org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:83)

     重启

    hive --service metastore


      
       Exception in thread "main" javax.jdo.JDODataStoreException: Required table missing : "`DBS`" in Catalog "" Schema "".
       DataNucleus requires this table to perform its persistence operations. Either your MetaData is incorrect, or you need to enable "datanucleus.autoCreateTables"

    <property><name>datanucleus.fixedDatastore</name>  <value>true</value></property>  

       相关几个属性,
       <property>  <name>datanucleus.autoCreateSchema</name>   <value>true</value></property>
       <property>  <name>datanucleus.autoCreateTables</name>   <value>true</value></property>
       <property>  <name>datanucleus.autoCreateColumns</name>  <value>true</value></property>

    MetaException(message:Version information not found in metastore. ) at org.apache.hadoop.hive.metas

    hive-site.xml 里面 hive.metastore.schema.verification 的值改为 false后,就没出现错误了。

     Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

    启动Hive 的 Metastore Server服务进程

  • 相关阅读:
    shell中十种实现自加的方法
    expect 安装使用
    wireshark常用过滤规则
    linux错误收集
    18.socket概述
    17.异常处理/模块与包
    15.常用模块【time/os/sys】
    14.继承与授权
    13.面向对象(多态/(性)/封装)
    11.高阶函数(匿名/*递归/函数式)对象编程基础
  • 原文地址:https://www.cnblogs.com/sunyaxue/p/6289752.html
Copyright © 2020-2023  润新知