Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-08-02 Thread Steve Loughran
On 30 July 2013 14:29, Arun C Murthy wrote: > Folks, > > I've created another release candidate (rc1) for hadoop-2.1.0-beta that I > would like to get released. This RC fixes a number of issues reported on > the previous candidate. > > This release represents a *huge* amount of work done by the c

Re: Java 7 and Hadoop

2013-08-02 Thread Sandy Ryza
How do we go about setting up builds on jdk7? Couldn't figure out how to do it on Jenkins, so I'm assuming it either requires PMC or Infra? -Sandy On Thu, Jul 25, 2013 at 10:43 AM, Santhosh M S wrote: > Resurrecting an old thread - now that JDK 6 is EOL should we switch over > to JDK 7 across

Re: Java 7 and Hadoop

2013-08-02 Thread Ted Yu
For HBase, under https://builds.apache.org/job/HBase-TRUNK/configure, there is an entry labeled JDK where you can select 'JDK 1.7 (latest)' I guess it would be similar for hadoop builds. Cheers On Fri, Aug 2, 2013 at 10:55 AM, Sandy Ryza wrote: > How do we go about setting up builds on jdk7?

Re: Java 7 and Hadoop

2013-08-02 Thread Eli Collins
You should be able to login to builds.apache.org using your Apache credentials and create a job. I'd copy the Hadoop trunk job and just update the JDK dropdown to "JDK 1.7 (latest)". You can ping me today if that doesn't work. On Fri, Aug 2, 2013 at 10:55 AM, Sandy Ryza wrote: > How do we go ab

Re: Java 7 and Hadoop

2013-08-02 Thread Eli Collins
Sandy and I just created a job, will run daily like the current trunk job. https://builds.apache.org/job/Hadoop-trunk-java7 On Fri, Aug 2, 2013 at 1:34 PM, Eli Collins wrote: > You should be able to login to builds.apache.org using your Apache > credentials and create a job. I'd copy the Hadoop