我运行hadoop hortonwork沙盒。我的文件保存在本地计算机中:/home/johnchan/downloads/table1.txt'。 我想将数据加载到数据库表中。 所以在控制台里。我愿意:
hiveuse d2
load data local inpath'/home/johnchan/Downloads/table1.txt' into table table3;` (创建了表3)
但我有个错误:
0: jdbc:hive2://sandbox-hdp.hortonworks.com:2> load data local inpath"/home/johnchan/Downloads/table1.txt" into table table3;
Error: Error while compiling statement: FAILED: SemanticException Line 1:22 Invalid path '"/home/johnchan/Downloads/table1.txt"': No files mat
ching path file:/home/johnchan/Downloads/table1.txt (state=42000,code=40000)
暂无答案!
目前还没有任何答案,快来回答吧!