怎样将Excel中的文件导入到hive指定的库中?请求大神们帮我解答一下,最好有详细的步骤,因为我不知道Excel的文件导入到hive下需不需要将Excel的文件变成txt后再倒入。
LOAD DATA LOCAL INPATH 'D:/download/table_of_indent.txt'OVERWRITE INTO TABLE table_of_indent;
'D:/download/table_of_indent.txt'位置上的路径应该写什么?我查了一下网上基本上都是直接写一个文件名.txt就导入了,但是我写的时候却出现了FAILED: SemanticException Line 1:24 Invalid path ''table_of_indent.txt'': No files matching path file:/home/table_of_indent.txt错误
不知道是为什么,还求大神们帮帮我,O(∩_∩)O谢谢
是王小二呀
相关分类