Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-03 Thread Ted Yu
Tsuyoshi: I tried just now with the following: tar --version tar (GNU tar) 1.23 uname -a Linux a.com 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I was able to expand the tarball. Can you use another machine ? Cheers On Fri, Jul 3, 2015 at 9:53

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-03 Thread Tsuyoshi Ozawa
Thank you for starting voting, Vinod. I tried to untar the tarball, but the command exited with an error. Is binary tarball broken? $ tar xzvf hadoop-2.7.1-RC0.tar.gz ... hadoop-2.7.1/share/hadoop/httpfs/tomcat/webapps/webhdfs/WEB-INF/lib/hadoop-common-2.7.1.jar gzip: stdin: unexpected end of

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-03 Thread Tsuyoshi Ozawa
Can you use another machine ? Thanks Ted for the point. It works now after retrying. It looks to be a occasional failure which depend on my environment. Sorry for confusing you and please ignore my previous comment. +1 (non-binding) - verified mds of source and binary tarball - built from

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-03 Thread Karthik Kambatla
+1 (binding) Stood up a pseudo-dist cluster with FairScheduler and ran a few jobs. On Mon, Jun 29, 2015 at 1:45 AM, Vinod Kumar Vavilapalli vino...@apache.org wrote: Hi all, I've created a release candidate RC0 for Apache Hadoop 2.7.1. As discussed before, this is the next stable release

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-02 Thread Eric Payne
+1 (non-binding) + Downloaded and built source+ Installed on one-node cluster+ Ran simple manual tests+ spot-checked unit tests Thanks, Vinod, for managing this release!-Eric Payne   From: Vinod Kumar Vavilapalli vino...@apache.org To: common-dev@hadoop.apache.org;

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-02 Thread Masatake Iwasaki
+1 (non-binding) + verified mds of source and binary tarball + built from source tarball + deployed binary tarball to 4 nodes cluster and run some hadoop-mapreduce-examples jobs Thanks, Masatake Iwasaki On 6/29/15 17:45, Vinod Kumar Vavilapalli wrote: Hi all, I've created a release

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-01 Thread Jason Lowe
+1 (binding) - Verified signatures and digests - Successfully performed a native build from source- Deployed a single-node cluster- Ran sample MapReduce jobs Jason From: Vinod Kumar Vavilapalli vino...@apache.org To: common-dev@hadoop.apache.org; hdfs-...@hadoop.apache.org;

RE: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-01 Thread Rohith Sharma K S
[mailto:mitdesa...@gmail.com] Sent: 30 June 2015 23:33 To: hdfs-...@hadoop.apache.org Cc: common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org Subject: Re: [VOTE] Release Apache Hadoop 2.7.1 RC0 +1 (non-binding) + Built from source + Verified signatures + Deployed

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-07-01 Thread Arpit Agarwal
Vinod, thanks for putting together this release. +1 (binding) - Verified signatures - Installed binary release on Centos 6 pseudo cluster * Copied files in and out of HDFS using the shell * Mounted HDFS via NFS and copied a 10GB file in and out over NFS * Ran example MapReduce

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-30 Thread Varun Vasudev
From: Devaraj K deva...@apache.org Sent: Monday, June 29, 2015 9:24 PM To: common-dev@hadoop.apache.org Cc: hdfs-...@hadoop.apache.org; yarn-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org Subject: Re: [VOTE] Release Apache Hadoop 2.7.1 RC0 +1 (non-binding) Deployed in a 3 node

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-30 Thread Mit Desai
: Devaraj K deva...@apache.org Sent: Monday, June 29, 2015 9:24 PM To: common-dev@hadoop.apache.org Cc: hdfs-...@hadoop.apache.org; yarn-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org Subject: Re: [VOTE] Release Apache Hadoop 2.7.1 RC0 +1 (non-binding) Deployed in a 3 node cluster

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Steve Loughran
+1 binding from me. Tests: Rebuild slider with Hadoop.version=2.7.1; ran all the tests including against a secure cluster. Repeated for windows running Java 8. All tests passed On 29 Jun 2015, at 09:45, Vinod Kumar Vavilapalli vino...@apache.org wrote: Hi all, I've created a

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Ted Yu
+1 (non-binding) Compiled hbase branch-1 with Java 1.8.0_45 Ran unit test suite which passed. On Mon, Jun 29, 2015 at 7:22 AM, Steve Loughran ste...@hortonworks.com wrote: +1 binding from me. Tests: Rebuild slider with Hadoop.version=2.7.1; ran all the tests including against a secure

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Lei Xu
+1 binding Downloaded src and bin distribution, verified md5, sha1 and sha256 checksums of both tar files. Built src using mvn package. Ran a pseudo HDFS cluster Ran dfs -put some files, and checked files on NN's web interface. On Mon, Jun 29, 2015 at 11:54 AM, Wangda Tan wheele...@gmail.com

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Xuan Gong
+1 (non-binding) Compiled and deployed a single node cluster, ran all the tests. Xuan Gong On 6/29/15, 1:03 PM, Arpit Gupta ar...@hortonworks.com wrote: +1 (non binding) We have been testing rolling upgrades and downgrades from 2.6 to this release and have had successful runs. -- Arpit

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Devaraj K
+1 (non-binding) Deployed in a 3 node cluster and ran some Yarn Apps and MR examples, works fine. On Tue, Jun 30, 2015 at 1:46 AM, Xuan Gong xg...@hortonworks.com wrote: +1 (non-binding) Compiled and deployed a single node cluster, ran all the tests. Xuan Gong On 6/29/15, 1:03 PM,