Hadoop-Hdfs-trunk - Build # 1091 - Still Failing

2012-06-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1091/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11628 lines...] [INFO] Building jar:

Build failed in Jenkins: Hadoop-Hdfs-trunk #1091

2012-06-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1091/changes Changes: [umamahesh] HADOOP-8438. hadoop-validate-setup.sh refers to examples jar file which doesn't exist. Contributed by Devaraj K. Submitted by: Devaraj K Reviewed by:Uma Maheswara Rao G [suresh] Fixed CHANGES.txt name

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #301

2012-06-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/301/changes Changes: [bobby] svn merge -c 1355019 FIXES: HADOOP-8535. Cut hadoop build times in half (Job Eagles via bobby) -- [...truncated 14413 lines...] Generating

Re: Hadoop-2 generics compilation error

2012-06-29 Thread Eli Collins
Sounds reasonable, file a jira/patch? On Thursday, June 28, 2012, lars hofhansl wrote: Since HDFS-3113 was integrated into Hadoop-2 I get the compilation errors of the following type: [ERROR]

Re: Hadoop-2 generics compilation error

2012-06-29 Thread Alejandro Abdelnur
This change is from HDFS-3481, the wrong JIRA number is because I made a mistake in the commit message. I can put a patch to fix this, but don't have OpenJDK to test it. It would be better if somebody with OpenJDK takes care of it and I'll review it. Thx On Fri, Jun 29, 2012 at 11:01 AM, Arun C

Re: Hadoop-2 generics compilation error

2012-06-29 Thread Andy Isaacson
I ran into this as well, and am prepping a patch. Lars, if you could file the Jira explaining why s/boolean/Boolean/ is the right fix, I'll test and submit the patch. -andy On Fri, Jun 29, 2012 at 11:08 AM, Alejandro Abdelnur t...@cloudera.comwrote: This change is from HDFS-3481, the wrong

[jira] [Created] (HDFS-3580) incompatible types; no instance(s) of type variable(s) V exist so that V conforms to boolean compiling HttpFSServer.java with OpenJDK

2012-06-29 Thread Andy Isaacson (JIRA)
Andy Isaacson created HDFS-3580: --- Summary: incompatible types; no instance(s) of type variable(s) V exist so that V conforms to boolean compiling HttpFSServer.java with OpenJDK Key: HDFS-3580 URL:

Re: Hadoop-2 generics compilation error

2012-06-29 Thread Andy Isaacson
I've filed https://issues.apache.org/jira/browse/HDFS-3580 and attached the patch. I'd really appreciate it if someone could explain what the problem is, why the patch fixes it, and whether this is a bug in OpenJDK (that it does not accept a valid program) or a bug in Sun JDK (that it does accept

Re: Hadoop-2 generics compilation error

2012-06-29 Thread lars hofhansl
SunJDK will correctly infer the reference types, correct? If so, changing this to reference types should make both JDKs happy. -- Lars From: Alejandro Abdelnur t...@cloudera.com To: hdfs-dev@hadoop.apache.org Sent: Friday, June 29, 2012 3:26 PM Subject: Re:

Re: Hadoop-2 generics compilation error

2012-06-29 Thread Alejandro Abdelnur
yep, just tested with sunjdk, and it works. We still have the unboxing, but is done when the variable is used as parameter in method that is expecting a primitive type. On Fri, Jun 29, 2012 at 3:49 PM, lars hofhansl lhofha...@yahoo.com wrote: SunJDK will correctly infer the reference types,

Re: Hadoop-2 generics compilation error

2012-06-29 Thread Andy Isaacson
Thanks everybody! Good to get this resolved. -andy On Fri, Jun 29, 2012 at 3:53 PM, Alejandro Abdelnur t...@cloudera.comwrote: yep, just tested with sunjdk, and it works. We still have the unboxing, but is done when the variable is used as parameter in method that is expecting a primitive

[jira] [Created] (HDFS-3581) FSPermissionChecker#checkPermission stick bit check missing range check

2012-06-29 Thread Eli Collins (JIRA)
Eli Collins created HDFS-3581: - Summary: FSPermissionChecker#checkPermission stick bit check missing range check Key: HDFS-3581 URL: https://issues.apache.org/jira/browse/HDFS-3581 Project: Hadoop HDFS