Re: Failing trunk builds for HDFS.

2011-08-16 Thread Giridharan Kesavan
FYI this is going to fail all the hdfs-precommit builds; On Mon, Aug 15, 2011 at 8:03 PM, Alejandro Abdelnur t...@cloudera.com wrote: Mahadev, AOP stuff is now wired yet in common Mavenization, the instrumented JAR is not being created/deployed. From some of the messages, it seems related

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Giridharan Kesavan
Todd, Could you please take a look at this ? https://issues.apache.org/jira/browse/HDFS-2261 -Giri On Mon, Aug 15, 2011 at 3:24 PM, Todd Lipcon t...@cloudera.com wrote: Seems like some of it is a build issue where it can't find ant. The other is the following:

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Eli Collins
Hey Giri, This looks like a similar issue to what was hitting the main Jenkins job, the Hdfs job isn't picking up the latest bits from common. Thanks, Eli On Mon, Aug 15, 2011 at 3:27 PM, Giridharan Kesavan gkesa...@hortonworks.com wrote: Todd, Could you please take a look at this ?

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Giridharan Kesavan
Hi Eli, your are right Im talking about the apache jenkins hdfs build failures; Im pretty sure hdfs is picking the latest hadoop common jars. I verified this with the apache repo as well. https://repository.apache.org/content/groups/snapshots/org/apache/hadoop/hadoop-common/0.23.0-SNAPSHOT

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Eli Collins
On Mon, Aug 15, 2011 at 3:45 PM, Giridharan Kesavan gkesa...@hortonworks.com wrote: Hi Eli, your are right Im talking about the apache jenkins hdfs build failures; Im pretty sure hdfs is picking the latest hadoop common jars. I verified this with the apache repo as well. How are you

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Giridharan Kesavan
On Mon, Aug 15, 2011 at 3:52 PM, Eli Collins e...@cloudera.com wrote: On Mon, Aug 15, 2011 at 3:45 PM, Giridharan Kesavan gkesa...@hortonworks.com wrote: Hi Eli, your are right Im talking about the apache jenkins hdfs build failures; Im pretty sure hdfs is picking the latest hadoop common

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Todd Lipcon
I'm having some related issues locally... seems every time the Hudson publishes a new build, my local build breaks with something like this: todd@todd-w510:~/git/hadoop-common/hdfs$ ant clean test Buildfile: /home/todd/git/hadoop-common/hdfs/build.xml clean-contrib: clean: clean: [echo]

Re: Failing trunk builds for HDFS.

2011-08-15 Thread Alejandro Abdelnur
Mahadev, AOP stuff is now wired yet in common Mavenization, the instrumented JAR is not being created/deployed. From some of the messages, it seems related to that. HDFS Mavenization (HDFS-2096), which has been +1, does not attempt to run AOP stuff either, thus it would 'fix' this build failure