摘要: 在目录$HIVE_HOME/bin目录下使用shell 命名:hive进入hive时, 一直卡在如下截面: Logging initialized using configuration in jar:file:/opt/module/hive/lib/hive-common-1.2.1.jar!/ 阅读全文
posted @ 2020-03-24 07:36 bitbitbyte 阅读(2191) 评论(0) 推荐(0)
摘要: 在使用hive关联hbase中的表时执行以下代码时报错 执行代码: CREATE external TABLE hive_HBase_dept_table( deptid int, deptname string, num int ) STORED BY 'org.apache.hadoop.hiv 阅读全文
posted @ 2020-03-24 01:19 bitbitbyte 阅读(593) 评论(0) 推荐(0)