Cannot build HDFS library using ant ----------------------------------- Key: HADOOP-6067 URL: https://issues.apache.org/jira/browse/HADOOP-6067 Project: Hadoop Core Issue Type: Bug Components: scripts Affects Versions: 0.21.0 Reporter: Huy Phan
As latest revison of Scribe requires trunk source code from Hadoop, I have to build the HDFS library manually using ant. I notice that the target name was changed to compile-c++-libhdfs ( it was compile-libhdfs before ). Then I use the following command : $ ant compile-c++-libhdfs -Dlibhdfs=1 $ ant package $ ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1 I got this error message : /root/hadoop_trunk/src/contrib/fuse-dfs/build.xml:37: libhdfs.so does not exist: Seems that the libhdfs.so should be built after "ant package" but it's not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.