Saturday, 23 April 2016

How to start HDFS ?



Start HDFS
# export HADOOP_DIR=/usr/local/hadoop/
$ cd $HADOOP_DIR/sbin
$ ./start-dfs.sh

 
Check connection with HDFS - must be success 
$ telnet localhost 54310

See all processes (including HDFS deamon)
$ jps

No comments:

Post a Comment

Note: only a member of this blog may post a comment.