Hdfs build fails as we compile it with the latest hadoop-core-0.21.0-dev.jar 
build from latest common/trunk

compile-hdfs-classes:
    [javac] Compiling 151 source files to 
/home/gkesavan/hdfs-trunk/build/classes
    [javac] 
/home/gkesavan/hdfs-trunk/src/java/org/apache/hadoop/hdfs/DFSClient.java:177: 
cannot find symbol
    [javac] symbol  : method getTimeout(org.apache.hadoop.conf.Configuration)
    [javac] location: class org.apache.hadoop.ipc.Client
    [javac]     this.hdfsTimeout = Client.getTimeout(conf);
    [javac]                              ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

Can someone take a look?

Thanks,
Giri

Reply via email to