error while running any hadoop hdfs file system command -


i new hadoop. referring "hadoop dummies" book. have setup vm following specs hadoop version 2.0.6-alpha bigtop os centos

problem while running hdfs file system command getting following error example command : hadoop hdfs dfs -ls error : not find or load main class hdfs

please advice

regards,

try running:

hadoop fs -ls 

or

hdfs dfs -ls 

what return?

fs , dfs same commands. difference between `hadoop dfs` , `hadoop fs`

remove either hadoop or hdfs , command should run.


Comments

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -