Problem compiling from source

2010-05-20 Thread Harold Lim
Hi All, For some reason, my hdfs source code can't compile anymore. ~1-2 weeks ago it was compiling fine but now it's not. I haven't made any changes to my code since I last compiled. When I do ant clean jar: I get the following errors. compile-hdfs-classes: [javac] Compiling 198 source fi

RE: Problem compiling from source

2010-05-20 Thread Harold Lim
are available. > > Regards, > Sagar > > -Original Message- > From: Harold Lim [mailto:rold...@yahoo.com] > Sent: Friday, May 21, 2010 9:54 AM > To: hdfs-dev@hadoop.apache.org > Cc: hdfs-u...@hadoop.apache.org > Subject: Problem compiling from source > &

Re: Problem compiling from source

2010-05-22 Thread Harold Lim
How do I force the compile to use my own jar file, the > jar from the version of > > hadoop-common that I have? > > To use your on version of jar do ant mvn-install in the the > common > And in hdfs give -Dresolvers=internal flag to the ant > command line. Please > ma

[jira] Created: (HDFS-1451) Extend the pluggable block placement policy interface to handle/allow file-level intelligence

2010-10-11 Thread Harold Lim (JIRA)
Project: Hadoop HDFS Issue Type: Improvement Affects Versions: 0.21.0 Reporter: Harold Lim The current pluggable block placement policy interface (https://issues.apache.org/jira/browse/HDFS-385) sets the policy globally. I propose to have this interface be