摘要: 创建个文件 [root@hadoop ~]# cat ceshi.txt 1 北京 2 上海 3 广东 4 深圳 查看占用多少空间 hadoop fs -df -h 将文件放入hdfs #文件名 #自己起名 hadoop fs -put ceshi.txt /ceshi.txt hadoop fs 阅读全文
posted @ 2019-02-27 13:57 王坤华的博客 阅读(178) 评论(0) 推荐(0) 编辑