我可以看到文件在HDFS上。
$ hadoop fs -cat /user/root/1.txt 1 2 3
但是从hive,它无法识别文件。
蜂房> create table test4(numm INT); 好 所用时间:0.187秒 蜂房>在路径中加载数据' /user/root/1.txt'进表测试4; FAILED:SemanticException Line 1:17路径无效'&user / root / 1.txt'':没有匹配路径文件的文件:/user/root/1.txt
从本地文件系统加载文件看起来不错。
答案 0 :(得分:1)
请您填写文件的完整路径。
EG。将数据加载到路径'Namenode:'到表中。
希望这有帮助。如果您仍然遇到任何困难,请告诉我。