首页 > 代码库 > hadoop2.6.0实践:003 检查hadoop是否可用
hadoop2.6.0实践:003 检查hadoop是否可用
start-dfs.sh
start-yarn.sh
1、检查hdfs
hdfs dfs -ls /
http://localhost:50070
2、运行例子程序
hdfs dfs -ls /
hdfs dfs -mkdir -R /example/grep/input
hdfs dfs -mkdir -R /example/grep/output
hdfs dfs -copyFromLocal /etc/profile /example/grep/input
hdfs dfs -rm -r /example/grep/output
hadoop jar
3、检查yarn
http://localhost:8088
hdfs dfs -cat /example/grep/output/*
4、stop
stop-dfs.sh
stop-yarn.sh
hadoop2.6.0实践:003 检查hadoop是否可用
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。