hdfs jar-test ant target fails with the latest commons jar's from the common
trunk
----------------------------------------------------------------------------------
Key: HDFS-623
URL: https://issues.apache.org/jira/browse/HDFS-623
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Giridharan Kesavan
[javac]
<somelocation>/src/test/hdfs/org/apache/hadoop/hdfs/server/namenode/TestReplicationPolicy.java:67:
incompatible types
[javac] found :
org.apache.hadoop.hdfs.server.namenode.ReplicationTargetChooser
[javac] required:
org.apache.hadoop.hdfs.server.namenode.BlockPlacementPolicy
[javac] replicator = fsNamesystem.blockManager.replicator;
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 5 errors
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.