码迷,mamicode.com
首页 > 其他好文 > 详细

HDFS fs 基本命令

时间:2017-05-03 11:30:45      阅读:349      评论:0      收藏:0      [点我收藏+]

标签:reads   mon   apache   http   2.7   shell   hdfs   tps   project   

https://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-common/FileSystemShell.html#Overview

 

hdfs fs -ls

  • hadoop fs -put localfile /user/hadoop/hadoopfile
  • hadoop fs -put localfile1 localfile2 /user/hadoop/hadoopdir
  • hadoop fs -put localfile hdfs://nn.example.com/hadoop/hadoopfile
  • hadoop fs -put - hdfs://nn.example.com/hadoop/hadoopfile Reads the input from stdin.

HDFS fs 基本命令

标签:reads   mon   apache   http   2.7   shell   hdfs   tps   project   

原文地址:http://www.cnblogs.com/zwingblog/p/6800634.html

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