You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Giridharan Kesavan (JIRA)" <ji...@apache.org> on 2009/09/16 06:44:57 UTC

[jira] Created: (HDFS-623) hdfs jar-test ant target fails with the latest commons jar's from the common trunk

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.