You can apply the patch for HDFS-423 which hasn't been committed yet. Also, can you clarify what you're working on? HDFS and libhdfs do not yet support symlinks (HDFS-245) so how will you implement fuse-dfs symlinks?
Thanks, Eli On Sun, Dec 6, 2009 at 4:25 PM, zhuweimin <xim-...@tsm.kddilabs.jp> wrote: > Hi, > > I'm creating a patch for fuse-dfs symbolic link support. > > I got an error when testing the patch in the following way: > $ ant -Dpatch.file=../hadoop-hdfs-trunk/HDFS-468-ver1.patch > -Dforrest.home=/usr/local/apache-forrest-0.8 > -Dfindbugs.home=/usr/local/findbugs-1.3.9 -Djava5.home=/usr/java/latest > test-patch > > ... > [exec] /home/tsz/apache-ant-1.7.1/bin/ant -Dversion=PATCH-a.patch > -Djavac.args=-Xlint -Xmaxwarns 1000 -DHadoopPatchProcess= clean tar > > /home/tsz/tmp/trunkJavacWarnings.txt 2>&1 > [exec] Trunk compilation is broken? > ... > > > The error messages in the log file (trunkJavacWarnings.txt) are as follows: > [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v > 06.rng:2053:29: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized > [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v > 06.rng:2087:29: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized > [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v > 06.rng:2097:30: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized > [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v > 06.rng:2107:29: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized ... > > Can someone give me any advice or suggestion? > > Thanks. > > >