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
Post a Comment