TestHDFSCLI tests FsShell, which is in common, causing a cross-project dependency ---------------------------------------------------------------------------------
Key: HDFS-494 URL: https://issues.apache.org/jira/browse/HDFS-494 Project: Hadoop HDFS Issue Type: Bug Reporter: Jakob Homan Currently FsShell (in Common) is mainly exercised via TestHDFSCLI, which is in HDFS. This means that changes to FsShell have to be tested in a different project, as what happened with HADOOP-6139 and HDFS-489. This creates a problem as once a patch to FsShell is done, there can be a time when TestHDFSCLI is broken since it's not caught up, which is what happend with these patches. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.