码迷,mamicode.com
首页 > Web开发 > 详细

Hadoop上传helloword.txt文件

时间:2020-04-14 22:59:30      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:dir   dfs   alt   src   oop   height   显示   let   技术   

   1、创建helloword.txt输入3行内容。

   2、在系统中打开hadoop 

        start-dfs.sh  start-yarn.sh

  3、把本地计算机中的计算机中的helloword.txt上传到服务器中

       4、创建目录/user/root/filetest  

            hdfs dfs -mkdir p /user/root/filetest

       5、把helloword.txt上传到HDFS目录中

            hdfs dfs -moveFromLocal /simple/helloword.txt /user/root/filetest

       6、查看文件上传是否成功

   技术图片

       7、成功后查看显示内容  

       hdfs dfs -cat /user/root/filetest/helloword.txt

   技术图片

Hadoop上传helloword.txt文件

标签:dir   dfs   alt   src   oop   height   显示   let   技术   

原文地址:https://www.cnblogs.com/jiucai/p/12701383.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!