搜索
搜 索
本版
文章
帖子
用户
图文精华
hadoop-2.6.0+zookeeper-3.4.6+hbase-1.0.0+hive-1.1.0完全分布 ...
首页
Portal
专题
BBS
面试
办公|编程助手
更多
登录
注册
用户组:游客
主题
帖子
云币
我的帖子
我的收藏
我的好友
我的勋章
设置
退出
导读
淘贴
博客
群组
社区VIP
APP下载
今日排行
本周排行
本周热帖
本月排行
本月热帖
会员排行
About云-梭伦科技
»
专题
›
交流区
›
技术交流
›
HDFS
›
HDFS Shell基本操作
0
2
0
分享
HDFS Shell基本操作
yaojiank
发表于 2013-10-25 10:45:16
[显示全部楼层]
阅读模式
关闭右栏
2
12047
About云VIP帮助找工作和提升
本帖最后由 pig2 于 2014-5-2 13:59 编辑
浏览
HDFS
目录
/opt/hadoop$ bin/hadoop fs -ls
上传文件到
HDFS
上传
/opt/hadoop$ bin/hadoop fs -put conf input
检查
/opt/hadoop$ bin/hadoop fs -ls
/opt/hadoop$ bin/hadoop fs -ls input
从
HDFS
下载文件到本机
下载
/opt/hadoop$ bin/hadoop fs -get input fromHDFS
检查
/opt/hadoop$ ls -al | grep fromHDFS
/opt/hadoop$ ls -al fromHDFS
删除文档
/opt/hadoop$ bin/hadoop fs -ls input
/opt/hadoop$ bin/hadoop fs -rm input/masters
查看文档
/opt/hadoop$ bin/hadoop fs -ls input
/opt/hadoop$ bin/hadoop fs -cat input/slaves
Example
$ bin/hadoop fs -ls input
Found 4 items
-rw-r--r--
2 hadooper supergroup
115045564 2009-04-02 11:51 /user/hadooper/input/1.txt-rw-r--r--
2 hadooper supergroup
987864 2009-04-02 11:51 /user/hadooper/input/2.txt-rw-r--r--
2 hadooper supergroup
1573048 2009-04-02 11:51 /user/hadooper/input/3.txt-rw-r--r--
2 hadooper supergroup
25844527 2009-04-02 11:51 /user/hadooper/input/4.txt
$ bin/hadoop fs -ls hdfs://gm1.nchc.org.tw:9000/user/hadooper/input
Found 4 items
-rw-r--r--
2 hadooper supergroup
115045564 2009-04-02 11:51 /user/hadooper/input/1.txt-rw-r--r--
2 hadooper supergroup
987864 2009-04-02 11:51 /user/hadooper/input/2.txt-rw-r--r--
2 hadooper supergroup
1573048 2009-04-02 11:51 /user/hadooper/input/3.txt-rw-r--r--
2 hadooper supergroup
25844527 2009-04-02 11:51 /user/hadooper/input/4.txt
$ bin/hadoop fs -cat quota/hadoop-env.sh
$ bin/hadoop fs -chgrp -R hadooper own
$ bin/hadoop fs -chmod -R 755 own
$ bin/hadoop fs -chown -R hadooper own
$ bin/hadoop fs -put input dfs_input
$ bin/hadoop fs -get dfs_input input1
$ bin/hadoop fs -cp own hadooper
$ bin/hadoop fs -du input
Found 4 items
115045564
hdfs://gm1.nchc.org.tw:9000/user/hadooper/input/1.txt987864
hdfs://gm1.nchc.org.tw:9000/user/hadooper/input/2.txt1573048
hdfs://gm1.nchc.org.tw:9000/user/hadooper/input/3.txt25844527
hdfs://gm1.nchc.org.tw:9000/user/hadooper/input/4.txt
$ bin/hadoop fs -dus input
hdfs://gm1.nchc.org.tw:9000/user/hadooper/input
143451003
$ bin/hadoop fs -expunge
$ echo "this is one; " >> in1/input
$ echo "this is two; " >> in1/input2
$ bin/hadoop fs -put in1 in1
$ bin/hadoop fs -getmerge in1 merge.txt
$ cat ./merge.txt
$ bin/hadoop fs -ls
$ bin/hadoop fs -lsr /
$ bin/hadoop fs -mkdir a b c
$ bin/hadoop fs -moveFromLocal in1 in2
$ bin/hadoop fs -mv in2 in3
$ bin/hadoop fs -rm in1/input
$ bin/hadoop fs -rmr in1
$ bin/hadoop fs -setrep -w 2 -R input
Replication 2 set:
$ bin/hadoop fs -stat input
2009-04-02 03:51:29
将文件最后1K的内容输出
$ bin/hadoop fs -tail input/1.txt
检查文件是否存在
$ bin/hadoop fs -test -e /user/hadooper/input/5.txt
$ bin/hadoop fs -test -z /user/hadooper/input/5.txt
test: File does not exist: /user/hadooper/input/5.txt
$ bin/hadoop fs -test -d /user/hadooper/input/5.txt
test: File does not exist: /user/hadooper/input/5.txt
$ hadoop fs -text macadr-eth1.txt.gz
00:1b:fc:61:75:b1
00:1b:fc:58:9c:23
建立一个空文件
$ bin/hadoop fs -touchz b/kk
$ bin/
hadoop fs -test -z b/kk
$ echo $?
1
$ bin/hadoop fs -test -z b/a.txt.zip
$ echo $?
0
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
千斤顶
显身卡
已有(2)人评论
电梯直达
正序浏览
dgxl
发表于 2013-10-25 10:45:16
总结不错,就是如果能稍稍排版一下更好。:)
回复
使用道具
举报
显身卡
starrycheng
发表于 2013-10-25 10:45:16
这是在搞啥啊
回复
使用道具
举报
显身卡
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
发表新帖
yaojiank
高级会员
关注
54
主题
229
帖子
8
粉丝
TA的主题
Tom_深入分析Spring5源码
2019-3-5
浅谈Redis
2019-3-5
CDH5.2.0集群优化配置
2019-2-25
请问下咋在sae加入自己做的phonegap插件问题
2013-12-17
目测请谅解WEBAPP要火了 求高手轻量级框架 ST两行泪
2013-12-17
24小时热文
Flink CDC:新一代实时数据集成框架
蚂蚁面试就是不一样
如何高效学习
人情世故速查速用大全集
框架思维
关闭
推荐
/2
中文版ChatGPT
1.无需魔法 2.提高编程效率 3.提高文档能力
查看 »
新手帮助
新手帮助:注册遇到问题,领取资源,加入铁粉群,不会使用搜索,如何获取积分等
查看 »
意见
反馈