Vinayakumar B created MAPREDUCE-6360:
----------------------------------------
Summary: TestHdfsConfigFields is placed in wrong dir, introducing
compile error
Key: MAPREDUCE-6360
URL: https://issues.apache.org/jira/browse/MAPREDUCE-6360
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Vinayakumar B
HDFS-7559 has introduced a Test file {{TestHdfsConfigFields}}
which was committed in package {{org.apache.hadoop.tools}}
But the package declaration inside file is {{org.apache.hadoop.hdfs.tools}}.
By surprise, this is not giving any compile errors in maven build. But eclipse
catches it.
So move {{TestHdfsConfigFields}} to correct package
{{org.apache.hadoop.hdfs.tools}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)