Re: [VOTE] Release Apache Hadoop 2.8.0 (RC3)

2017-03-19 Thread Sunil Govind
+1 (non-binding). Thanks Junping for the effort. I have used release package and verified below cases - Ran MR sleep job and wordcount successfully in where nodes are configured with labels. - Verified application priority feature and I could see high priority apps are getting resource over lower

Re: [VOTE] Release Apache Hadoop 2.7.3 RC2

2016-08-23 Thread Sunil Govind
Hi All +1 non-binding 1. Built from source and deployed 2 node cluster 2. Tested node labels basic scenarios 3. Ran sleep and wordcount. 4. Verified few cli commands and web UI. Thanks Sunil On Thu, Aug 18, 2016 at 7:35 AM Vinod Kumar Vavilapalli wrote: > Hi all, > > I've created a new releas

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

2016-07-27 Thread Sunil Govind
Hi All +1 (non-binding) - Compiled and created tar ball from source - Tested few MR jobs with node labels - Verified UI Thanks Sunil On Sat, Jul 23, 2016 at 7:45 AM Vinod Kumar Vavilapalli wrote: > Hi all, > > I've created a release candidate RC0 for Apache Hadoop 2.7.3. > > As discussed before

Re: Failure to submit job on trunk hadoop cluster

2016-06-27 Thread Sunil Govind
Hi Tsuyoshi I think you might need to set below environment variables for HADOOP_MAPRED_HOME mapreduce.admin.user.env yarn.app.mapreduce.am.env Thanks Sunil On Mon, Jun 27, 2016 at 4:10 PM Tsuyoshi Ozawa wrote: > Hi, > > Have anyone tried to submit jobs on trunk cluster? > I failed to launch

Re: [VOTE] Release Apache Hadoop 2.6.4 RC0

2016-02-09 Thread Sunil Govind
+1 (non-binding) with one note, - Installed tar ball from source and brought up the cluster - Ran few MR jobs and those are working fine. - UI and REST apis are also looks fine. Ran few rest queries for this test. - Tested node label feature and works fine. (one observation during this testing) O

Re: [VOTE] Release Apache Hadoop 2.7.2 RC2

2016-01-22 Thread Sunil Govind
+1 (Non Binding) * Built tar ball from source and deployed * Verified few MR Jobs for various nodelabel and preemption cases. * Verified RM Web UI and REST queries. looks fine. Thanks and Regards Sunil G On Fri, Jan 15, 2016 at 10:27 AM Vinod Kumar Vavilapalli wrote: > Hi all, > > I've created

Re: [VOTE] Release Apache Hadoop 2.7.2 RC1

2015-12-21 Thread Sunil Govind
+1 (Non Binding) * Built tar ball from source and deployed * Ran few MR Jobs successfully. Also tested preemption, node labels sanity scenarios including HA. * Verified RM Web UI and ran few REST queries. Seems fine. * CLI commands related to refresh are also working fine. Thanks and Regards Sun

Re: [VOTE] Release Apache Hadoop 2.7.2 RC0

2015-11-13 Thread Sunil Govind
+1 (non-binding) - Build the tar ball from source and deployed. - Ran few MR jobs successfully along with some basic node label and preemption verification. - Verified RM Web UI, AM UI and Timeline UI. All pages are looking fine. Thanks and Regards Sunil On Thu, Nov 12, 2015 at 10:01 AM Vinod Ku

Re: [DISCUSS] Looking to a 2.8.0 release

2015-11-12 Thread Sunil Govind
Thank you Vinod for starting this discussion. +1 for getting a beta/alpha version for Application Priority (YARN-1963). Major patches are already in and MAPREDUCE-5870 (making MR also to use app-priority) is in final review stages. This feature is also tested in-house. With 2.8.0 alpha, I feel we

Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-28 Thread Sunil Govind
+1 (non-binding) - Built tar ball from the source - Installed a 2 node cluster and tested basic MR flows. - Sanity test cases are also running fine. Thanks and regards Sunil On Fri, Oct 23, 2015 at 2:44 AM Sangjin Lee wrote: > Hi all, > > I have created a release candidate (RC0) for Hadoop 2.6

Re: Git is giving read error for hadoop repo

2015-01-08 Thread Sunil Govind
ror is Connection reset by peer > Try git clone http://git.apache.org/hadoop.git > > On Wed, Jan 7, 2015 at 12:02 AM, Sunil Govind > wrote: > > > I am getting below error while I try clone to hadoop git repo. > > Getting same error while pulling to an existing repo

Git is giving read error for hadoop repo

2015-01-06 Thread Sunil Govind
I am getting below error while I try clone to hadoop git repo. Getting same error while pulling to an existing repo which I pulled a week back. $ git clone git://git.apache.org/hadoop.git Cloning into 'hadoop'... fatal: read error: Invalid argument Have anyone experienced similar to this recentl