随笔分类 -  Hive

Hive不能载入本地数据:FAILED: SemanticException Line 1:17 Invalid path
摘要:1、问题描述: (1)问题示例: hive (test)> create table t_textfile(c1 string,c2 int,c3 string,c4 string) > row format delimited fields terminated by '\t' stored as 阅读全文
posted @ 2021-11-18 15:13 LankeHome 阅读(2361) 评论(0) 推荐(0)
Sqoop导入MySQL表中数据到Hive出现错误: ERROR hive.HiveConfig: Make sure HIVE_CONF_DIR is set correctly.ERROR tool.ImportTool: Import failed:
摘要:1、问题描述: (1)问题示例: [Hadoop@master TestDir]$ sqoop import --connect jdbc:mysql://master:3306/source?useSSL=false --username Hive --password ****** --tabl 阅读全文
posted @ 2021-11-05 21:32 LankeHome 阅读(1401) 评论(0) 推荐(1)
Hive:FAILED: LockException [Error 10280]: Error communicating with the metastore
摘要:1、问题示例 使用hive直接选择查看表中数据报错,而相同语句在spark-sql却不报错。 实在无力吐槽hive了,因它受伤太多了。 (1)使用hive hive (test)> select * from t1;FAILED: LockException [Error 10280]: Error 阅读全文
posted @ 2021-10-29 13:59 LankeHome 阅读(579) 评论(0) 推荐(0)
hive --service metastore 启动报错
摘要:1、问题示例: [Hadoop@master Hive]$ hive --service metastore2021-10-28 15:37:57: Starting Hive Metastore ServerMetaException(message:Error creating transact 阅读全文
posted @ 2021-10-28 15:46 LankeHome 阅读(4474) 评论(1) 推荐(0)
Hive启动留下的RunJar进程不能使用Kill -9 杀不掉怎么办?
摘要:1、问题示例 [Hadoop@master Logs]$ jps 3728 ResourceManager 6976 RunJar 7587 Jps 4277 Master 3095 NameNode 3863 NodeManager 3450 SecondaryNameNode 4362 Work 阅读全文
posted @ 2021-10-28 15:27 LankeHome 阅读(1664) 评论(0) 推荐(0)