hadoop2.6.0实践:003 检查hadoop是否可用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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是否可用的主要内容,如果未能解决你的问题,请参考以下文章
hadoop2.6.0实践:hadoop dfs -ls /
hadoop2.6.0实践:A02 问题处理 util.NativeCodeLoader: Unable to load native-hadoop library for your platform