Hadoop-Mapreduce-trunk - Build # 2937 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2937/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31729 lines...] Tests run: 3, Failures: 0, Errors: 0

Hadoop-Mapreduce-trunk-Java8 - Build # 1012 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1012/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9459 lines...] Running org.apache.hadoop.mapre

Hadoop-Mapreduce-trunk - Build # 2936 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2936/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31733 lines...] Tests run: 1, Failures: 0, Errors: 0

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Chang Li
Thanks Junping! +1 non-binding. Verified signatures. Built and deployed a single node cluster successfully. Ran some MR jobs successfully. Checked UIs. Ran basic commands successfully. Best, Chang Li On Mon, Feb 8, 2016 at 9:34 PM, Chen He wrote: > Thank you Junping for the release work. > > +

Hadoop-Mapreduce-trunk-Java8 - Build # 1011 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1011/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9453 lines...] Running org.apache.hadoop.mapre

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Mit Desai
+1 (non-binding) - verified signatures - built from source and deployed to a single node cluster. - ran sample map reduce jobs successfully Thanks Jinping Du for putting up the work to prepare the release. -Mit Desai On Mon, Feb 8, 2016 at 5:35 PM, Sangjin Lee wrote: > +1 (not binding) > > -

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Sangjin Lee
+1 (not binding) - downloaded both the source and the binary tarballs, and checked the checksums and signatures - started a pseudo-distributed cluster and ran test MR jobs - spot checked the URI and the logs Sangjin On Mon, Feb 8, 2016 at 4:17 PM, Jason Lowe wrote: > +1 (binding) > - verified

Hadoop-Mapreduce-trunk - Build # 2935 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2935/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31729 lines...] Tests run: 3, Failures: 0, Errors: 0

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Jason Lowe
+1 (binding) - verified signatures and digests- built native from source- deployed a single-node cluster and ran some sample MapReduce jobs. Jason From: Junping Du To: "hdfs-...@hadoop.apache.org" ; "yarn-...@hadoop.apache.org" ; "mapreduce-dev@hadoop.apache.org" ; "common-...@hadoop.

Hadoop-Mapreduce-trunk-Java8 - Build # 1010 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1010/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8393 lines...] Running org.apache.hadoop.mapre

Hadoop-Mapreduce-trunk - Build # 2934 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2934/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31771 lines...] Tests run: 1, Failures: 0, Errors: 0

Hadoop-Mapreduce-trunk-Java8 - Build # 1009 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1009/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8742 lines...] at org.apache.hadoop.m

Hadoop-Mapreduce-trunk-Java8 - Build # 1008 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1008/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12374 lines...] Java HotSpot(TM) 64-Bit Server

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Eric Payne
Naganarasimha Garla, thanks for the reply. Yes, I used the node ID. I did not include a port. Here are the steps I used, which work for me on 2.7: - yarn rmadmin -addToClusterNodeLabels abc - yarn rmadmin -replaceLabelsOnNode hostname.company.com=abc - configure queue properties as appropriate -

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Naganarasimha Garla
+1 (non binding) * Downloaded hadoop-2.6.4-RC0-src.tar.gz- built from source both package, install, and verified the MD5 checksum * Did a Pseudo cluster and tested basic hdfs operations * Ran sleep job and Pi job * Added node label and ran job under the label by configuring default-node-label-expr

[jira] [Created] (MAPREDUCE-6631) shuffle handler would benefit from per-local-dir threads

2016-02-08 Thread Nathan Roberts (JIRA)
Nathan Roberts created MAPREDUCE-6631: - Summary: shuffle handler would benefit from per-local-dir threads Key: MAPREDUCE-6631 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6631 Project: Hado

Hadoop-Mapreduce-trunk - Build # 2933 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2933/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31729 lines...] Running org.apache.hadoop.mapred.joi

[jira] [Created] (MAPREDUCE-6630) TestUserGroupInformation#testGetServerSideGroups fails in chroot

2016-02-08 Thread Eric Badger (JIRA)
Eric Badger created MAPREDUCE-6630: -- Summary: TestUserGroupInformation#testGetServerSideGroups fails in chroot Key: MAPREDUCE-6630 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6630 Project: H

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-08 Thread Eric Payne
Hi Junping Du. Thank you for your work preparing this release. I did the following things to test release Hadoop 2.6.4 rc0:- Downloaded  hadoop-2.6.4-RC0-src.tar.gz- built from source both package, install, and eclipse:eclipse- Set up a 3-node, unsecured cluster with 3 queues, one of which has pr

Hadoop-Mapreduce-trunk-Java8 - Build # 1007 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1007/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9458 lines...] Running org.apache.hadoop.mapre

Hadoop-Mapreduce-trunk - Build # 2932 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2932/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31224 lines...] Tests run: 4, Failures: 0, Errors: 0

Hadoop-Mapreduce-trunk - Build # 2931 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2931/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31733 lines...] Tests run: 3, Failures: 0, Errors: 0

Hadoop-Mapreduce-trunk-Java8 - Build # 1006 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1006/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8744 lines...] at org.apache.hadoop.m

Hadoop-Mapreduce-trunk-Java8 - Build # 1005 - Still Failing

2016-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1005/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9452 lines...] Running org.apache.hadoop.mapre