Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-28 Thread Mit Desai
+1 (non-binding)

- verified signatures
- downloaded and compiled from the source
- deployed on my single node cluster
- ran sample tests successfully


Thanks,
Mit Desai

On Wed, Oct 28, 2015 at 1:33 AM, andreina j <andrein...@huawei.com> wrote:

> +1 (Non binding)
>
> 1. Verified for basics in HDFS, YARN and MR in below environment
>
> I. Secure 3 Node Cluster
> Both HA and Non-HA
>
> II. Non_secure 4 Node cluster
> Both HA and Non-HA
>
> 2. Verified document and found that overview section, contains the
> contents of 2.6.0. Whether those contents are specific to 2.6.2 or 2.6
> overall?
>
> - Andreina J
>
>
>
> -Original Message-
> From: sjl...@gmail.com [mailto:sjl...@gmail.com] On Behalf Of Sangjin Lee
> Sent: 23 October 2015 AM 02:44
> To: common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org;
> hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
> Cc: Vinod Kumar Vavilapalli
> Subject: [VOTE] Release Apache Hadoop 2.6.2
>
> Hi all,
>
> I have created a release candidate (RC0) for Hadoop 2.6.2.
>
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>
> The RC tag in git is: release-2.6.2-RC0
>
> The list of JIRAs committed for 2.6.2:
>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>
> Please try out the release candidate and vote. The vote will run for 5
> days.
>
> Thanks,
> Sangjin
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-28 Thread Masatake Iwasaki

+1(non-binding)

- verified checksums and signature of source and binary tarball
- built from source tarball on CentOS 6.4 and OpenJDK 7
- built site documentation
- launched 4-nodes cluster and ran example jobs

Thanks,
Masatake Iwasaki


On 10/23/15 06:14, Sangjin Lee wrote:

Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin





Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-28 Thread Vinod Vavilapalli
Hi,

I checked 2.6.2-RC0, based on my check-list:

 - Signatures and message digests all are good in general.
 - The top level full LICENSE, NOTICE and README for the source artifacts are 
good - CHANGES.txt for common, hdfs and mapped are correctly located.
 - Able to build the tars out of the source tar ball.

Testing: All testing on single node, unsecured, default mode.

- Started HDFS daemons successfully , created directories.
- Successfully started YARN daemons - ResourceManager, NodeManager and Timeline 
Service
- Successfully started MapReduce history server.
- Ran DistributedShell as a native YARN app.
- Ran wordcount, pi, random writer, sort, grep and they all pass just fine.
- Navigated through the RM, NM and Timeline UIs to make sure the views are 
working well.

With that, here's my +1 for the RC.

Thanks,
+Vinod

> On Oct 22, 2015, at 2:14 PM, Sangjin Lee  wrote:
> 
> Hi all,
> 
> I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
> The RC tag in git is: release-2.6.2-RC0
> 
> The list of JIRAs committed for 2.6.2:
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
> Please try out the release candidate and vote. The vote will run for 5 days.
> 
> Thanks,
> Sangjin



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-28 Thread Sangjin Lee
With 6 binding +1s, 21 non-binding +1s, this release vote passes. Thanks
everyone who voted for this release!

I’ll follow up on the post-voting release process.

I've also collected the feedback so far, and I'll address them in
branch-2.6 (i.e. 2.6.3). They include
- site.xml: HADOOP-11420
- hdfs UI has the footer "Hadoop 2014": HDFS-8149
- does not compile on java 8 on Windows: HADOOP-11449
- some JIRAs mis-categorized: it is because there were errors in the
original commits (which were then cherry-picked)
- TestSubmitApplicationWithRMHA fails: test-only issues; YARN-4312 filed
- duplicate dependency definitions in POMs: HADOOP-12526 filed
- sha512 checksums for tarballs: not an issue (they are there in mds files)

Thanks,
Sangjin


RE: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Varun saxena
+1

Downloaded the package and installed a 2 node cluster.
Ran a few jobs successfully.

Regards,
Varun Saxena.

-Original Message-
From: sjl...@gmail.com [mailto:sjl...@gmail.com] On Behalf Of Sangjin Lee
Sent: 23 October 2015 05:14
To: common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org; 
hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
Cc: Vinod Kumar Vavilapalli
Subject: [VOTE] Release Apache Hadoop 2.6.2

Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Vinayakumar B
+1 binding,

1. Built the tar from the git tag checkout
2. Verified the release notes both downloaded and built
3. Installed single node cluster and ran some jobs successfully
4. Verified documents, Found "svn" link instead of git in the header of
document. This could be corrected either in next release or next RC.


-Vinay

On Tue, Oct 27, 2015 at 6:17 PM, Naganarasimha G R (Naga) <
garlanaganarasi...@huawei.com> wrote:

> +1 (Non binding)
>
> *. dowloaded src verified signatures and successfully compiled
> *. Downloaded tar.gz verified signatures  and installed a pseudo cluster.
> *. Did some put and get from HDFS and it was fine.
> *. Ran PI MR application and verified in ATS V1 Web ui , All were working
> fine
>
> Regards,
> + Naga
> 
> From: Rohith Sharma K S [rohithsharm...@huawei.com]
> Sent: Tuesday, October 27, 2015 10:09
> To: yarn-...@hadoop.apache.org; common-dev@hadoop.apache.org;
> hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
> Cc: Vinod Kumar Vavilapalli
> Subject: RE: [VOTE] Release Apache Hadoop 2.6.2
>
> +1(non-binding)
>
> Downloaded tar.gz, and installed 2 node HA cluster.
> RMHA/RMRestart/RMWorkpreservingRestart cluster are fine.
> Verified cluster for high availability.
> Ran sample MR applications with RM HA enabled.
> Run sanity test cases and are working fine.
>
> Thanks & Regards
> Rohith Sharma K S
>
>
> -Original Message-
> From: sjl...@gmail.com [mailto:sjl...@gmail.com] On Behalf Of Sangjin Lee
> Sent: 23 October 2015 02:44
> To: common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org;
> hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
> Cc: Vinod Kumar Vavilapalli
> Subject: [VOTE] Release Apache Hadoop 2.6.2
>
> Hi all,
>
> I have created a release candidate (RC0) for Hadoop 2.6.2.
>
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>
> The RC tag in git is: release-2.6.2-RC0
>
> The list of JIRAs committed for 2.6.2:
>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>
> Please try out the release candidate and vote. The vote will run for 5
> days.
>
> Thanks,
> Sangjin
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Eric Payne
Thank you, Sangjin Lee, for producing and managing this build! 
+1
- Downloaded source, compiled native code, and installed on 2-node cluster.
- Ran sleep jobs in 2 queues, 1 with preemption enabled, 1 without. Preemption 
occurred, but preemption was done unnecessarily because containers were 
aggressively given back to preempted queue (see YARN-3769).
- Verified resource metrics on Application UI were correct by comparing against 
time spent in each container as calculated by the timeline server.
- Wordcount test

-Eric Payne
 
  From: Sangjin Lee <sj...@apache.org>
 To: "common-dev@hadoop.apache.org" <common-dev@hadoop.apache.org>; 
"yarn-...@hadoop.apache.org" <yarn-...@hadoop.apache.org>; 
"hdfs-...@hadoop.apache.org" <hdfs-...@hadoop.apache.org>; 
"mapreduce-...@hadoop.apache.org" <mapreduce-...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vino...@apache.org> 
 Sent: Thursday, October 22, 2015 4:14 PM
 Subject: [VOTE] Release Apache Hadoop 2.6.2
   
Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin


   
 

Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Chang Li
Thanks all!
+ 1(non binding)
-downloaded, compiled source
-deploy two node cluster on mac and linux
-ran MR wordcount and verified result


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Hitesh Shah
+1 (binding)

sha512 checksum is missing in the staging artifacts.

Compiled locally and ran a few example jobs. 

thanks
— Hitesh

On Oct 22, 2015, at 2:14 PM, Sangjin Lee  wrote:

> Hi all,
> 
> I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
> The RC tag in git is: release-2.6.2-RC0
> 
> The list of JIRAs committed for 2.6.2:
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
> Please try out the release candidate and vote. The vote will run for 5 days.
> 
> Thanks,
> Sangjin



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Kuhu Shukla
Thank you all.+1 (non-binding)-Compiled locally.-Deployed on a 1 node setup-Ran 
Wordcount job successfully
Thanks and Regards,Kuhu 


 On Tuesday, October 27, 2015 3:53 PM, Hitesh Shah  
wrote:
   

 +1 (binding)

sha512 checksum is missing in the staging artifacts.

Compiled locally and ran a few example jobs. 

thanks
— Hitesh

On Oct 22, 2015, at 2:14 PM, Sangjin Lee  wrote:

> Hi all,
> 
> I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
> The RC tag in git is: release-2.6.2-RC0
> 
> The list of JIRAs committed for 2.6.2:
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
> Please try out the release candidate and vote. The vote will run for 5 days.
> 
> Thanks,
> Sangjin


  

Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Wei-Chiu Chuang
+1 (non-binding)

- verified md5 checksum of both src and binary tar ball.
- built src by mvn clean install -DskipTests -Pnative -Pdist 
-Dmaven.javadoc.skip=true
- followed the steps in tutorial single node cluster 
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html
 

 with the binary tar ball.
- ran unit tests
Saw a few warnings:
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
org.apache.hadoop:hadoop-minicluster:jar:2.6.2
[WARNING] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: javax.servlet.jsp:jsp-api:jar -> duplicate declaration of 
version 2.1 @ org.apache.hadoop:hadoop-project:2.6.2, 
/home/weichiu/dev/hadoop-2.6.2/hadoop-2.6.2-src/hadoop-project/pom.xml, line 
563, column 19
[WARNING] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: org.apache.curator:curator-framework:jar -> duplicate 
declaration of version 2.6.0 @ org.apache.hadoop:hadoop-project:2.6.2, 
/home/weichiu/dev/hadoop-2.6.2/hadoop-2.6.2-src/hadoop-project/pom.xml, line 
915, column 18
[WARNING] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: org.apache.curator:curator-test:jar -> duplicate declaration 
of version 2.6.0 @ org.apache.hadoop:hadoop-project:2.6.2, 
/home/weichiu/dev/hadoop-2.6.2/hadoop-2.6.2-src/hadoop-project/pom.xml, line 
920, column 18
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found 
duplicate declaration of plugin org.apache.maven.plugins:maven-enforcer-plugin 
@ org.apache.hadoop:hadoop-project:2.6.2, 
/home/weichiu/dev/hadoop-2.6.2/hadoop-2.6.2-src/hadoop-project/pom.xml, line 
1154, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING]

There are a few known flaky test failures.
Tests run: 30, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 74.671 sec <<< 
FAILURE! - in org.apache.hadoop.ipc.TestIPC
testIpcWithReaderQueuing(org.apache.hadoop.ipc.TestIPC)  Time elapsed: 0.921 
sec  <<< FAILURE!
java.lang.AssertionError: expected:<5> but was:<10>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at org.apache.hadoop.ipc.TestIPC.checkBlocking(TestIPC.java:753)
at 
org.apache.hadoop.ipc.TestIPC.testIpcWithReaderQueuing(TestIPC.java:658)

Running org.apache.hadoop.ipc.TestDecayRpcScheduler
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.541 sec <<< 
FAILURE! - in org.apache.hadoop.ipc.TestDecayRpcScheduler
testPriority(org.apache.hadoop.ipc.TestDecayRpcScheduler)  Time elapsed: 0.045 
sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at 
org.apache.hadoop.ipc.TestDecayRpcScheduler.testPriority(TestDecayRpcScheduler.java:197)


Wei-Chiu Chuang



> On Oct 22, 2015, at 2:14 PM, Sangjin Lee  wrote:
> 
> Hi all,
> 
> I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
> The RC tag in git is: release-2.6.2-RC0
> 
> The list of JIRAs committed for 2.6.2:
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
> Please try out the release candidate and vote. The vote will run for 5 days.
> 
> Thanks,
> Sangjin



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Steve Loughran

> On 22 Oct 2015, at 22:14, Sangjin Lee  wrote:
> 
> Hi all,
> 
> I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
> The RC tag in git is: release-2.6.2-RC0
> 

Tags can move; we should *never* vote for a release of one.

What is the git commit #  ?

> The list of JIRAs committed for 2.6.2:
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
> Please try out the release candidate and vote. The vote will run for 5 days.
> 
> Thanks,
> Sangjin



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Daniel Templeton
Setup a 3-node cluster and ran some Hadoop Streaming jobs against it.  
+1 (non-binding)


Daniel

On 10/23/15 5:24 PM, Sangjin Lee wrote:

+1 (binding).

Downloaded the tarballs, ran a pseudo-distributed cluster, and ran example
MR jobs with normal and uber mode.

On Thu, Oct 22, 2015 at 6:28 PM, Ted Yu  wrote:


Ran hbase test suite (0.98 branch) by pointing to maven repo below.

All tests passed.

Cheers

On Thu, Oct 22, 2015 at 2:14 PM, Sangjin Lee  wrote:


Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at:

http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:



https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5
days.

Thanks,
Sangjin





Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Xiao Chen
+1 (non-binding)

   - Downloaded both source and binary tarballs successfully.
   - Verified checksum on both.
   - Extracted the source tarball and built the successfully.
   - Ran example MR job wordcount on README.txt, output seems correct.
   - Verified all 2.6.2 JIRAs are in the corresponding components'
   CHANGES.txt.

1 question about the CHANGES.txt in yarn though:
YARN-3727  is marked
as 'Improvement' on JIRA, but is listed under 'BUG FIXES' section in
CHANGES.txt. Is this intended?
Same goes with YARN-2019
 which is marked as type
'Bug' on JIRA but listed under 'NEW FEATURES'.

Best,
-Xiao


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Sangjin Lee
That makes sense. Thanks for pointing that out. The git commit id is
0cfd050febe4a30b1ee1551dcc527589509fb681.

On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran 
wrote:

>
> > On 22 Oct 2015, at 22:14, Sangjin Lee  wrote:
> >
> > Hi all,
> >
> > I have created a release candidate (RC0) for Hadoop 2.6.2.
> >
> > The RC is available at:
> http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> >
> > The RC tag in git is: release-2.6.2-RC0
> >
>
> Tags can move; we should *never* vote for a release of one.
>
> What is the git commit #  ?
>
> > The list of JIRAs committed for 2.6.2:
> >
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> >
> > The maven artifacts are staged at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> >
> > Please try out the release candidate and vote. The vote will run for 5
> days.
> >
> > Thanks,
> > Sangjin
>
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Li Lu
Thanks Sangjin for the work! I downloaded the version, built it, and 
successfully ran a few jobs on my local machine in a single node setup. +1 
non-binding.

Li Lu

On Oct 26, 2015, at 14:08, Sangjin Lee 
> wrote:

Thanks Vinod! Thanks for the correction on the vote Andrew. Making some
rookie mistakes here. :)

On Mon, Oct 26, 2015 at 2:06 PM, Vinod Vavilapalli 
>
wrote:

I was helping Sangjin offline with the release.

We briefly discussed the KEYS problem before, but it missed my attention.

I will get his KEYS committed right-away, the release is testable right
away though.

Regarding the voting period, let’s continue voting for two more days, the
period also had the weekend during which a lot of people (atleast myself
and team) didn’t pay attention to this vote.

Thanks
+Vinod


On Oct 26, 2015, at 1:50 PM, Andrew Wang 
>
wrote:

Hey Sangjin, did you add your release signing keys to the KEYS file? I
don't see it here:

https://dist.apache.org/repos/dist/release/hadoop/common/KEYS

Also only PMC votes are binding on releases, so I think we currently
still
stand at 0 binding +1s.

On Mon, Oct 26, 2015 at 1:28 PM, Sangjin Lee 
> wrote:

That makes sense. Thanks for pointing that out. The git commit id is
0cfd050febe4a30b1ee1551dcc527589509fb681.

On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran <
ste...@hortonworks.com>
wrote:


On 22 Oct 2015, at 22:14, Sangjin Lee 
> wrote:

Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at:
http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0


Tags can move; we should *never* vote for a release of one.

What is the git commit #  ?

The list of JIRAs committed for 2.6.2:



https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at


https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5
days.

Thanks,
Sangjin








Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Andrew Wang
Thanks all for the quick action on the KEYS file

Steps:
* Reviewed list of changed JIRAs, all in YARN/MR.
* Release notes and CHANGES.txt looked good
* Verified checksums and signature via `gpg --verify`
* Ran `mvn apache-rat:check` on source tarball, passed
* Tarball size looks reasonable
* Built with "-Pdist" from source tarball
* Did some basic filesystem operations
* Ran a pi job, successfully returned a value of 4

Issues:
* Do we have a clean full test run?
* Maybe I'm using GPG wrong, but Sangjin's key isn't hooked into my web of
trust:

-> % gpg --verify hadoop-2.6.2-RC0-src.tar.gz.asc
hadoop-2.6.2-RC0-src.tar.gz
gpg: Signature made Wed 21 Oct 2015 09:16:07 PM PDT using RSA key ID
90348D47
gpg: Good signature from "Sangjin Lee "
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the
owner.
Primary key fingerprint: 8B44 A05C 3089 55D1 9195  6559 A5CE E20A 9034 8D47

Overall I'm +1 (binding), but it'd be good to see these two things
addressed. Maybe it's time for an SF key signing party.

Best,
Andrew

On Mon, Oct 26, 2015 at 2:35 PM, Li Lu  wrote:

> Thanks Sangjin for the work! I downloaded the version, built it, and
> successfully ran a few jobs on my local machine in a single node setup. +1
> non-binding.
>
> Li Lu
>
> On Oct 26, 2015, at 14:08, Sangjin Lee > wrote:
>
> Thanks Vinod! Thanks for the correction on the vote Andrew. Making some
> rookie mistakes here. :)
>
> On Mon, Oct 26, 2015 at 2:06 PM, Vinod Vavilapalli <
> vino...@hortonworks.com>
> wrote:
>
> I was helping Sangjin offline with the release.
>
> We briefly discussed the KEYS problem before, but it missed my attention.
>
> I will get his KEYS committed right-away, the release is testable right
> away though.
>
> Regarding the voting period, let’s continue voting for two more days, the
> period also had the weekend during which a lot of people (atleast myself
> and team) didn’t pay attention to this vote.
>
> Thanks
> +Vinod
>
>
> On Oct 26, 2015, at 1:50 PM, Andrew Wang >
> wrote:
>
> Hey Sangjin, did you add your release signing keys to the KEYS file? I
> don't see it here:
>
> https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>
> Also only PMC votes are binding on releases, so I think we currently
> still
> stand at 0 binding +1s.
>
> On Mon, Oct 26, 2015 at 1:28 PM, Sangjin Lee > wrote:
>
> That makes sense. Thanks for pointing that out. The git commit id is
> 0cfd050febe4a30b1ee1551dcc527589509fb681.
>
> On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran <
> ste...@hortonworks.com>
> wrote:
>
>
> On 22 Oct 2015, at 22:14, Sangjin Lee > wrote:
>
> Hi all,
>
> I have created a release candidate (RC0) for Hadoop 2.6.2.
>
> The RC is available at:
> http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>
> The RC tag in git is: release-2.6.2-RC0
>
>
> Tags can move; we should *never* vote for a release of one.
>
> What is the git commit #  ?
>
> The list of JIRAs committed for 2.6.2:
>
>
>
>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>
> The maven artifacts are staged at
>
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>
> Please try out the release candidate and vote. The vote will run for 5
> days.
>
> Thanks,
> Sangjin
>
>
>
>
>
>
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Andrew Wang
Hey Sangjin, did you add your release signing keys to the KEYS file? I
don't see it here:

https://dist.apache.org/repos/dist/release/hadoop/common/KEYS

Also only PMC votes are binding on releases, so I think we currently still
stand at 0 binding +1s.

On Mon, Oct 26, 2015 at 1:28 PM, Sangjin Lee  wrote:

> That makes sense. Thanks for pointing that out. The git commit id is
> 0cfd050febe4a30b1ee1551dcc527589509fb681.
>
> On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran 
> wrote:
>
> >
> > > On 22 Oct 2015, at 22:14, Sangjin Lee  wrote:
> > >
> > > Hi all,
> > >
> > > I have created a release candidate (RC0) for Hadoop 2.6.2.
> > >
> > > The RC is available at:
> > http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> > >
> > > The RC tag in git is: release-2.6.2-RC0
> > >
> >
> > Tags can move; we should *never* vote for a release of one.
> >
> > What is the git commit #  ?
> >
> > > The list of JIRAs committed for 2.6.2:
> > >
> >
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> > >
> > > The maven artifacts are staged at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> > >
> > > Please try out the release candidate and vote. The vote will run for 5
> > days.
> > >
> > > Thanks,
> > > Sangjin
> >
> >
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Vinod Vavilapalli
This is done: https://dist.apache.org/repos/dist/release/hadoop/common/KEYS is 
updated with Sangjin’s keys now.

Thanks
+Vinod

On Oct 26, 2015, at 2:06 PM, Vinod Kumar Vavilapalli 
> wrote:

I will get his KEYS committed right-away



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Steve Loughran

> On 26 Oct 2015, at 20:28, Sangjin Lee  wrote:
> 
> That makes sense. Thanks for pointing that out. The git commit id is
> 0cfd050febe4a30b1ee1551dcc527589509fb681.
> 

thanks. I'll take a look. I did try checking out and building that commit on 
windows, but it won't compile on Java 8 due to that InterfaceStability javadoc 
regression fixed in 2.7.x. If (and only if) there was to be another RC I'd push 
for that fix in there too. Though as hadoop 2.6 doesn't work fully with java 8, 
its not a blocker

> On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran 
> wrote:
> 
>> 
>>> On 22 Oct 2015, at 22:14, Sangjin Lee  wrote:
>>> 
>>> Hi all,
>>> 
>>> I have created a release candidate (RC0) for Hadoop 2.6.2.
>>> 
>>> The RC is available at:
>> http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>>> 
>>> The RC tag in git is: release-2.6.2-RC0
>>> 
>> 
>> Tags can move; we should *never* vote for a release of one.
>> 
>> What is the git commit #  ?
>> 
>>> The list of JIRAs committed for 2.6.2:
>>> 
>> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>>> 
>>> The maven artifacts are staged at
>>> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>>> 
>>> Please try out the release candidate and vote. The vote will run for 5
>> days.
>>> 
>>> Thanks,
>>> Sangjin
>> 
>> 



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Jing Zhao
+1 (binding)

Download the tarball and run some HDFS tests and MR examples in a
pseudo-distributed cluster.

Thanks,
-Jing

On Mon, Oct 26, 2015 at 2:06 PM, Vinod Vavilapalli 
wrote:

> I was helping Sangjin offline with the release.
>
> We briefly discussed the KEYS problem before, but it missed my attention.
>
> I will get his KEYS committed right-away, the release is testable right
> away though.
>
> Regarding the voting period, let’s continue voting for two more days, the
> period also had the weekend during which a lot of people (atleast myself
> and team) didn’t pay attention to this vote.
>
> Thanks
> +Vinod
>
>
> > On Oct 26, 2015, at 1:50 PM, Andrew Wang 
> wrote:
> >
> > Hey Sangjin, did you add your release signing keys to the KEYS file? I
> > don't see it here:
> >
> > https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> >
> > Also only PMC votes are binding on releases, so I think we currently
> still
> > stand at 0 binding +1s.
> >
> > On Mon, Oct 26, 2015 at 1:28 PM, Sangjin Lee  wrote:
> >
> >> That makes sense. Thanks for pointing that out. The git commit id is
> >> 0cfd050febe4a30b1ee1551dcc527589509fb681.
> >>
> >> On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran <
> ste...@hortonworks.com>
> >> wrote:
> >>
> >>>
>  On 22 Oct 2015, at 22:14, Sangjin Lee  wrote:
> 
>  Hi all,
> 
>  I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
>  The RC is available at:
> >>> http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
>  The RC tag in git is: release-2.6.2-RC0
> 
> >>>
> >>> Tags can move; we should *never* vote for a release of one.
> >>>
> >>> What is the git commit #  ?
> >>>
>  The list of JIRAs committed for 2.6.2:
> 
> >>>
> >>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
>  The maven artifacts are staged at
> 
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
>  Please try out the release candidate and vote. The vote will run for 5
> >>> days.
> 
>  Thanks,
>  Sangjin
> >>>
> >>>
> >>
>
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Sangjin Lee
Thanks Vinod! Thanks for the correction on the vote Andrew. Making some
rookie mistakes here. :)

On Mon, Oct 26, 2015 at 2:06 PM, Vinod Vavilapalli 
wrote:

> I was helping Sangjin offline with the release.
>
> We briefly discussed the KEYS problem before, but it missed my attention.
>
> I will get his KEYS committed right-away, the release is testable right
> away though.
>
> Regarding the voting period, let’s continue voting for two more days, the
> period also had the weekend during which a lot of people (atleast myself
> and team) didn’t pay attention to this vote.
>
> Thanks
> +Vinod
>
>
> > On Oct 26, 2015, at 1:50 PM, Andrew Wang 
> wrote:
> >
> > Hey Sangjin, did you add your release signing keys to the KEYS file? I
> > don't see it here:
> >
> > https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> >
> > Also only PMC votes are binding on releases, so I think we currently
> still
> > stand at 0 binding +1s.
> >
> > On Mon, Oct 26, 2015 at 1:28 PM, Sangjin Lee  wrote:
> >
> >> That makes sense. Thanks for pointing that out. The git commit id is
> >> 0cfd050febe4a30b1ee1551dcc527589509fb681.
> >>
> >> On Mon, Oct 26, 2015 at 12:25 PM, Steve Loughran <
> ste...@hortonworks.com>
> >> wrote:
> >>
> >>>
>  On 22 Oct 2015, at 22:14, Sangjin Lee  wrote:
> 
>  Hi all,
> 
>  I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
>  The RC is available at:
> >>> http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
>  The RC tag in git is: release-2.6.2-RC0
> 
> >>>
> >>> Tags can move; we should *never* vote for a release of one.
> >>>
> >>> What is the git commit #  ?
> >>>
>  The list of JIRAs committed for 2.6.2:
> 
> >>>
> >>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
>  The maven artifacts are staged at
> 
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
>  Please try out the release candidate and vote. The vote will run for 5
> >>> days.
> 
>  Thanks,
>  Sangjin
> >>>
> >>>
> >>
>
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Jason Lowe
+1 (binding)
- Verified signatures and digests- Performed native build from source- Deployed 
a single-node cluster and ran some test jobs

Jason
  From: Sangjin Lee <sj...@apache.org>
 To: "common-dev@hadoop.apache.org" <common-dev@hadoop.apache.org>; 
"yarn-...@hadoop.apache.org" <yarn-...@hadoop.apache.org>; 
"hdfs-...@hadoop.apache.org" <hdfs-...@hadoop.apache.org>; 
"mapreduce-...@hadoop.apache.org" <mapreduce-...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vino...@apache.org> 
 Sent: Thursday, October 22, 2015 4:14 PM
 Subject: [VOTE] Release Apache Hadoop 2.6.2
   
Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin


   

RE: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Rohith Sharma K S
+1(non-binding)

Downloaded tar.gz, and installed 2 node HA cluster.
RMHA/RMRestart/RMWorkpreservingRestart cluster are fine.
Verified cluster for high availability.
Ran sample MR applications with RM HA enabled. 
Run sanity test cases and are working fine.

Thanks & Regards
Rohith Sharma K S


-Original Message-
From: sjl...@gmail.com [mailto:sjl...@gmail.com] On Behalf Of Sangjin Lee
Sent: 23 October 2015 02:44
To: common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org; 
hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
Cc: Vinod Kumar Vavilapalli
Subject: [VOTE] Release Apache Hadoop 2.6.2

Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin


RE: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Brahma Reddy Battula
+1 (non-binding)

-- Downloaded both source and binary tarballs successfully.
--Set up a pseudo-distributed cluster and Distributed HA Cluster
--Ran Several jobs Slive,Terasort and pi.
--All are working fine.

The footer of the Web UI "Hadoop, 2014" is still old. ( if we plan RC-1,I 
think,we can include HDFS-8149 )


Thanks & Regards
 Brahma Reddy Battula

From: Xiao Chen [x...@cloudera.com]
Sent: Tuesday, October 27, 2015 4:53 AM
To: common-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.6.2

+1 (non-binding)

   - Downloaded both source and binary tarballs successfully.
   - Verified checksum on both.
   - Extracted the source tarball and built the successfully.
   - Ran example MR job wordcount on README.txt, output seems correct.
   - Verified all 2.6.2 JIRAs are in the corresponding components'
   CHANGES.txt.

1 question about the CHANGES.txt in yarn though:
YARN-3727 <https://issues.apache.org/jira/browse/YARN-3727> is marked
as 'Improvement' on JIRA, but is listed under 'BUG FIXES' section in
CHANGES.txt. Is this intended?
Same goes with YARN-2019
<https://issues.apache.org/jira/browse/YARN-2019> which is marked as type
'Bug' on JIRA but listed under 'NEW FEATURES'.

Best,
-Xiao


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Anu Engineer
+1 ( Non-binding)

- Downloaded 2.6.1 — created a cluster with namenode and a bunch of data nodes.
- verified that Rolling upgrade and Rollback options work correctly in moving 
from 2.61 to 2.6.2

—Anu




On 10/22/15, 2:14 PM, "sjl...@gmail.com on behalf of Sangjin Lee" 
 wrote:

>Hi all,
>
>I have created a release candidate (RC0) for Hadoop 2.6.2.
>
>The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>
>The RC tag in git is: release-2.6.2-RC0
>
>The list of JIRAs committed for 2.6.2:
>https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>
>The maven artifacts are staged at
>https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>
>Please try out the release candidate and vote. The vote will run for 5 days.
>
>Thanks,
>Sangjin


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Mingliang Liu
+1 (non-binding)

  - Downloaded both source and binary tarballs (Mac and Linux): CHECK
  - Verified checksum on both files (Mac and Linux): CHECK
  - Extracted the source tarball and built the code (Mac and Linux): CHECK
  - Deployed a single-node cluster (Linux): CHECK
  - Ran example MR job wordcount/grep using etc/conf/*.xml files (Linux): CHECK

Best,

Mingliang Liu
Member of Technical Staff - HDFS,
Hortonworks Inc.
m...@hortonworks.com



> On Oct 22, 2015, at 2:14 PM, Sangjin Lee  wrote:
> 
> Hi all,
> 
> I have created a release candidate (RC0) for Hadoop 2.6.2.
> 
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> 
> The RC tag in git is: release-2.6.2-RC0
> 
> The list of JIRAs committed for 2.6.2:
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> 
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> 
> Please try out the release candidate and vote. The vote will run for 5 days.
> 
> Thanks,
> Sangjin



Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Akira AJISAKA

Thanks Sangjin for creating RC for 2.6.2. +1 (non-binding)

- Verified signatures and checksums
- Deployed a single node cluster
- Built Tez 0.7.0 with Hadoop 2.6.2 pom
- Built Hive 1.2.1 with Hadoop 2.6.2 pom
- Ran some Hive on Tez queries successfully

Regards,
Akira

On 10/23/15 06:14, Sangjin Lee wrote:

Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin





Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Chen He
download and build successfully on may macOS;
deploy on two nodes cluster;
run wordcount and loadgen passed;

+1 (non-binding)

Regards!

Chen He


On Mon, Oct 26, 2015 at 10:08 AM, Sangjin Lee  wrote:

> Thanks Akira!
>
> A friendly reminder to the community that the vote closes tomorrow. It
> would be great if you could check out the release candidate and cast your
> vote.
>
> Sangjin
>
> On Mon, Oct 26, 2015 at 5:00 AM, Akira AJISAKA  >
> wrote:
>
> > Thanks Sangjin for creating RC for 2.6.2. +1 (non-binding)
> >
> > - Verified signatures and checksums
> > - Deployed a single node cluster
> > - Built Tez 0.7.0 with Hadoop 2.6.2 pom
> > - Built Hive 1.2.1 with Hadoop 2.6.2 pom
> > - Ran some Hive on Tez queries successfully
> >
> > Regards,
> > Akira
> >
> >
> > On 10/23/15 06:14, Sangjin Lee wrote:
> >
> >> Hi all,
> >>
> >> I have created a release candidate (RC0) for Hadoop 2.6.2.
> >>
> >> The RC is available at:
> http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
> >>
> >> The RC tag in git is: release-2.6.2-RC0
> >>
> >> The list of JIRAs committed for 2.6.2:
> >>
> >>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
> >>
> >> The maven artifacts are staged at
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
> >>
> >> Please try out the release candidate and vote. The vote will run for 5
> >> days.
> >>
> >> Thanks,
> >> Sangjin
> >>
> >>
> >
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Sangjin Lee
Thanks Akira!

A friendly reminder to the community that the vote closes tomorrow. It
would be great if you could check out the release candidate and cast your
vote.

Sangjin

On Mon, Oct 26, 2015 at 5:00 AM, Akira AJISAKA 
wrote:

> Thanks Sangjin for creating RC for 2.6.2. +1 (non-binding)
>
> - Verified signatures and checksums
> - Deployed a single node cluster
> - Built Tez 0.7.0 with Hadoop 2.6.2 pom
> - Built Hive 1.2.1 with Hadoop 2.6.2 pom
> - Ran some Hive on Tez queries successfully
>
> Regards,
> Akira
>
>
> On 10/23/15 06:14, Sangjin Lee wrote:
>
>> Hi all,
>>
>> I have created a release candidate (RC0) for Hadoop 2.6.2.
>>
>> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>>
>> The RC tag in git is: release-2.6.2-RC0
>>
>> The list of JIRAs committed for 2.6.2:
>>
>> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>>
>> The maven artifacts are staged at
>> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>>
>> Please try out the release candidate and vote. The vote will run for 5
>> days.
>>
>> Thanks,
>> Sangjin
>>
>>
>


Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-22 Thread Ted Yu
Ran hbase test suite (0.98 branch) by pointing to maven repo below.

All tests passed.

Cheers

On Thu, Oct 22, 2015 at 2:14 PM, Sangjin Lee  wrote:

> Hi all,
>
> I have created a release candidate (RC0) for Hadoop 2.6.2.
>
> The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/
>
> The RC tag in git is: release-2.6.2-RC0
>
> The list of JIRAs committed for 2.6.2:
>
> https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2
>
> The maven artifacts are staged at
> https://repository.apache.org/content/repositories/orgapachehadoop-1022/
>
> Please try out the release candidate and vote. The vote will run for 5
> days.
>
> Thanks,
> Sangjin
>