hdfs script does not work after project split. ----------------------------------------------
Key: HADOOP-6123 URL: https://issues.apache.org/jira/browse/HADOOP-6123 Project: Hadoop Common Issue Type: Bug Components: scripts Affects Versions: 0.21.0 Reporter: Konstantin Shvachko Fix For: 0.21.0 There are problems running hdfs script from common. # Usage message for hdfs does not have "fs" option anymore. # There seem to be an undocumented option "dfs", but using it throws NoClassDefFoundError or ClassNotFoundException. # Same with other options e.g. name-node. May I am missing something here. How do we call ls these days? Do we need to move hdfs script to hdfs project. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.