1,通过hadoop -put的方式
hadoop fs -put student.txt /user/hive/warehouse/tuoming.db/temp_student/
查看
2,在hive中通过 load data local inpath 从本地服务器导入
load data local inpath '/home/tuoming/test/student1.txt' into table temp_student;
3,在hive中通过 load data inpath 从hdfs导入
load data inpath 'user/tuoming/test/tt/student2.txt' into table temp_student;
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦