You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Vinod Kumar Vavilapalli <vi...@apache.org> on 2016/07/23 02:15:18 UTC

[VOTE] Release Apache Hadoop 2.7.3 RC0

Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Xiao Chen <xi...@cloudera.com>.
+1 (non-binding)

   - Downloaded the binary tarball
   - Verified checksum
   - Verified all jars have LICENSE and NOTICE (using the script
   in HADOOP-13374)
   - Started Pseudo-distributed cluster and verified basic HDFS operations
   work, example Pi job succeed.
   - Started kms with a sample jceks store, verified basic hadoop key
   operations work.


-Xiao

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues. These
> are very unlikely to be regressions, and I can file JIRAs if they seem
> fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I got asked this off-list, so as a reminder, only PMC votes are binding
> on
> > releases. Everyone is encouraged to vote on releases though!
> >
> > +1 (binding)
> >
> > * Downloaded source, built
> > * Started up HDFS and YARN
> > * Ran Pi job which as usual returned 4, and a little teragen
> >
> > On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> +1 (binding)
> >>
> >> * Downloaded and build from source
> >> * Checked LICENSE and NOTICE
> >> * Pseudo-distributed cluster with FairScheduler
> >> * Ran MR and HDFS tests
> >> * Verified basic UI
> >>
> >> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
> >>
> >> > +1 binding
> >> >
> >> > * downloaded and built from source
> >> > * checked LICENSE and NOTICE files
> >> > * verified signatures
> >> > * ran standalone tests
> >> > * installed pseudo-distributed instance on my mac
> >> > * ran through HDFS and mapreduce tests
> >> > * tested credential command
> >> > * tested webhdfs access through Apache Knox
> >> >
> >> >
> >> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >> > vinodkv@apache.org> wrote:
> >> >
> >> > > Hi all,
> >> > >
> >> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >> > >
> >> > > As discussed before, this is the next maintenance release to follow
> up
> >> > > 2.7.2.
> >> > >
> >> > > The RC is available for validation at:
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >> > >
> >> > > The RC tag in git is: release-2.7.3-RC0
> >> > >
> >> > > The maven artifacts are available via repository.apache.org <
> >> > > http://repository.apache.org/> at
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > <
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > >
> >> > >
> >> > > The release-notes are inside the tar-balls at location
> >> > >
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> >> > > hosted this at
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >> > >
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> >> > for
> >> > > your quick perusal.
> >> > >
> >> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >> > release)
> >> > > to slip by quite a bit. This release's related discussion thread is
> >> > linked
> >> > > below: [1].
> >> > >
> >> > > Please try the release and vote; the vote will run for the usual 5
> >> days.
> >> > >
> >> > > Thanks,
> >> > > Vinod
> >> > >
> >> > > [1]: 2.7.3 release plan:
> >> > >
> >> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> >> > <
> >> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >> >
> >>
> >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Thanks Jason for triaging and sorry for the slow follow up on my part, I
just filed YARN-5569 and YARN-5570 to track these two issues.

On Fri, Aug 5, 2016 at 8:43 AM, Jason Lowe <jl...@yahoo-inc.com> wrote:

> Both sound like real problems to me, and I think it's appropriate to file
> JIRAs to track them.
>
> Jason
>
>
> ------------------------------
> *From:* Andrew Wang <an...@cloudera.com>
> *To:* Karthik Kambatla <ka...@cloudera.com>
> *Cc:* larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <
> vinodkv@apache.org>; "common-dev@hadoop.apache.org" <
> common-dev@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <
> hdfs-dev@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <
> yarn-dev@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <
> mapreduce-dev@hadoop.apache.org>
> *Sent:* Thursday, August 4, 2016 5:56 PM
> *Subject:* Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Could a YARN person please comment on these two issues, one of which Vinay
> also hit? If someone already triaged or filed JIRAs, I missed it.
>
> On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I'll also add that, as a YARN newbie, I did hit two usability issues.
> > These are very unlikely to be regressions, and I can file JIRAs if they
> > seem fixable.
> >
> > * I didn't have SSH to localhost set up (new laptop), and when I tried to
> > run the Pi job, it'd exit my window manager session. I feel there must
> be a
> > more developer-friendly solution here.
> > * If you start the NodeManager and not the RM, the NM has a handler for
> > SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during
> startup.
> > I had to kill -9 it.
> >
> > On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> > wrote:
> >
> >> I got asked this off-list, so as a reminder, only PMC votes are binding
> >> on releases. Everyone is encouraged to vote on releases though!
> >>
> >> +1 (binding)
> >>
> >> * Downloaded source, built
> >> * Started up HDFS and YARN
> >> * Ran Pi job which as usual returned 4, and a little teragen
> >>
> >> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> * Downloaded and build from source
> >>> * Checked LICENSE and NOTICE
> >>> * Pseudo-distributed cluster with FairScheduler
> >>> * Ran MR and HDFS tests
> >>> * Verified basic UI
> >>>
> >>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org>
> wrote:
> >>>
> >>> > +1 binding
> >>> >
> >>> > * downloaded and built from source
> >>> > * checked LICENSE and NOTICE files
> >>> > * verified signatures
> >>> > * ran standalone tests
> >>> > * installed pseudo-distributed instance on my mac
> >>> > * ran through HDFS and mapreduce tests
> >>> > * tested credential command
> >>> > * tested webhdfs access through Apache Knox
> >>> >
> >>> >
> >>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >>> > vinodkv@apache.org> wrote:
> >>> >
> >>> > > Hi all,
> >>> > >
> >>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>> > >
> >>> > > As discussed before, this is the next maintenance release to follow
> >>> up
> >>> > > 2.7.2.
> >>> > >
> >>> > > The RC is available for validation at:
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >>> > >
> >>> > > The RC tag in git is: release-2.7.3-RC0
> >>> > >
> >>> > > The maven artifacts are available via repository.apache.org <
> >>> > > http://repository.apache.org/> at
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > <
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > >
> >>> > >
> >>> > > The release-notes are inside the tar-balls at location
> >>> > > hadoop-common-project/hadoop-common/src/main/docs/
> releasenotes.html.
> >>> I
> >>> > > hosted this at
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/
> releasenotes.html
> >>> >
> >>> > for
> >>> > > your quick perusal.
> >>> > >
> >>> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >>> > release)
> >>> > > to slip by quite a bit. This release's related discussion thread is
> >>> > linked
> >>> > > below: [1].
> >>> > >
> >>> > > Please try the release and vote; the vote will run for the usual 5
> >>> days.
> >>> > >
> >>> > > Thanks,
> >>> > > Vinod
> >>> > >
> >>> > > [1]: 2.7.3 release plan:
> >>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
> >>> msg24439.html
> >>> > <
> >>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >>> >
> >>>
> >>
> >>
> >
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Thanks Jason for triaging and sorry for the slow follow up on my part, I
just filed YARN-5569 and YARN-5570 to track these two issues.

On Fri, Aug 5, 2016 at 8:43 AM, Jason Lowe <jl...@yahoo-inc.com> wrote:

> Both sound like real problems to me, and I think it's appropriate to file
> JIRAs to track them.
>
> Jason
>
>
> ------------------------------
> *From:* Andrew Wang <an...@cloudera.com>
> *To:* Karthik Kambatla <ka...@cloudera.com>
> *Cc:* larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <
> vinodkv@apache.org>; "common-dev@hadoop.apache.org" <
> common-dev@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <
> hdfs-dev@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <
> yarn-dev@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <
> mapreduce-dev@hadoop.apache.org>
> *Sent:* Thursday, August 4, 2016 5:56 PM
> *Subject:* Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Could a YARN person please comment on these two issues, one of which Vinay
> also hit? If someone already triaged or filed JIRAs, I missed it.
>
> On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I'll also add that, as a YARN newbie, I did hit two usability issues.
> > These are very unlikely to be regressions, and I can file JIRAs if they
> > seem fixable.
> >
> > * I didn't have SSH to localhost set up (new laptop), and when I tried to
> > run the Pi job, it'd exit my window manager session. I feel there must
> be a
> > more developer-friendly solution here.
> > * If you start the NodeManager and not the RM, the NM has a handler for
> > SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during
> startup.
> > I had to kill -9 it.
> >
> > On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> > wrote:
> >
> >> I got asked this off-list, so as a reminder, only PMC votes are binding
> >> on releases. Everyone is encouraged to vote on releases though!
> >>
> >> +1 (binding)
> >>
> >> * Downloaded source, built
> >> * Started up HDFS and YARN
> >> * Ran Pi job which as usual returned 4, and a little teragen
> >>
> >> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> * Downloaded and build from source
> >>> * Checked LICENSE and NOTICE
> >>> * Pseudo-distributed cluster with FairScheduler
> >>> * Ran MR and HDFS tests
> >>> * Verified basic UI
> >>>
> >>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org>
> wrote:
> >>>
> >>> > +1 binding
> >>> >
> >>> > * downloaded and built from source
> >>> > * checked LICENSE and NOTICE files
> >>> > * verified signatures
> >>> > * ran standalone tests
> >>> > * installed pseudo-distributed instance on my mac
> >>> > * ran through HDFS and mapreduce tests
> >>> > * tested credential command
> >>> > * tested webhdfs access through Apache Knox
> >>> >
> >>> >
> >>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >>> > vinodkv@apache.org> wrote:
> >>> >
> >>> > > Hi all,
> >>> > >
> >>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>> > >
> >>> > > As discussed before, this is the next maintenance release to follow
> >>> up
> >>> > > 2.7.2.
> >>> > >
> >>> > > The RC is available for validation at:
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >>> > >
> >>> > > The RC tag in git is: release-2.7.3-RC0
> >>> > >
> >>> > > The maven artifacts are available via repository.apache.org <
> >>> > > http://repository.apache.org/> at
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > <
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > >
> >>> > >
> >>> > > The release-notes are inside the tar-balls at location
> >>> > > hadoop-common-project/hadoop-common/src/main/docs/
> releasenotes.html.
> >>> I
> >>> > > hosted this at
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/
> releasenotes.html
> >>> >
> >>> > for
> >>> > > your quick perusal.
> >>> > >
> >>> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >>> > release)
> >>> > > to slip by quite a bit. This release's related discussion thread is
> >>> > linked
> >>> > > below: [1].
> >>> > >
> >>> > > Please try the release and vote; the vote will run for the usual 5
> >>> days.
> >>> > >
> >>> > > Thanks,
> >>> > > Vinod
> >>> > >
> >>> > > [1]: 2.7.3 release plan:
> >>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
> >>> msg24439.html
> >>> > <
> >>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >>> >
> >>>
> >>
> >>
> >
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Thanks Jason for triaging and sorry for the slow follow up on my part, I
just filed YARN-5569 and YARN-5570 to track these two issues.

On Fri, Aug 5, 2016 at 8:43 AM, Jason Lowe <jl...@yahoo-inc.com> wrote:

> Both sound like real problems to me, and I think it's appropriate to file
> JIRAs to track them.
>
> Jason
>
>
> ------------------------------
> *From:* Andrew Wang <an...@cloudera.com>
> *To:* Karthik Kambatla <ka...@cloudera.com>
> *Cc:* larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <
> vinodkv@apache.org>; "common-dev@hadoop.apache.org" <
> common-dev@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <
> hdfs-dev@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <
> yarn-dev@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <
> mapreduce-dev@hadoop.apache.org>
> *Sent:* Thursday, August 4, 2016 5:56 PM
> *Subject:* Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Could a YARN person please comment on these two issues, one of which Vinay
> also hit? If someone already triaged or filed JIRAs, I missed it.
>
> On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I'll also add that, as a YARN newbie, I did hit two usability issues.
> > These are very unlikely to be regressions, and I can file JIRAs if they
> > seem fixable.
> >
> > * I didn't have SSH to localhost set up (new laptop), and when I tried to
> > run the Pi job, it'd exit my window manager session. I feel there must
> be a
> > more developer-friendly solution here.
> > * If you start the NodeManager and not the RM, the NM has a handler for
> > SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during
> startup.
> > I had to kill -9 it.
> >
> > On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> > wrote:
> >
> >> I got asked this off-list, so as a reminder, only PMC votes are binding
> >> on releases. Everyone is encouraged to vote on releases though!
> >>
> >> +1 (binding)
> >>
> >> * Downloaded source, built
> >> * Started up HDFS and YARN
> >> * Ran Pi job which as usual returned 4, and a little teragen
> >>
> >> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> * Downloaded and build from source
> >>> * Checked LICENSE and NOTICE
> >>> * Pseudo-distributed cluster with FairScheduler
> >>> * Ran MR and HDFS tests
> >>> * Verified basic UI
> >>>
> >>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org>
> wrote:
> >>>
> >>> > +1 binding
> >>> >
> >>> > * downloaded and built from source
> >>> > * checked LICENSE and NOTICE files
> >>> > * verified signatures
> >>> > * ran standalone tests
> >>> > * installed pseudo-distributed instance on my mac
> >>> > * ran through HDFS and mapreduce tests
> >>> > * tested credential command
> >>> > * tested webhdfs access through Apache Knox
> >>> >
> >>> >
> >>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >>> > vinodkv@apache.org> wrote:
> >>> >
> >>> > > Hi all,
> >>> > >
> >>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>> > >
> >>> > > As discussed before, this is the next maintenance release to follow
> >>> up
> >>> > > 2.7.2.
> >>> > >
> >>> > > The RC is available for validation at:
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >>> > >
> >>> > > The RC tag in git is: release-2.7.3-RC0
> >>> > >
> >>> > > The maven artifacts are available via repository.apache.org <
> >>> > > http://repository.apache.org/> at
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > <
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > >
> >>> > >
> >>> > > The release-notes are inside the tar-balls at location
> >>> > > hadoop-common-project/hadoop-common/src/main/docs/
> releasenotes.html.
> >>> I
> >>> > > hosted this at
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/
> releasenotes.html
> >>> >
> >>> > for
> >>> > > your quick perusal.
> >>> > >
> >>> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >>> > release)
> >>> > > to slip by quite a bit. This release's related discussion thread is
> >>> > linked
> >>> > > below: [1].
> >>> > >
> >>> > > Please try the release and vote; the vote will run for the usual 5
> >>> days.
> >>> > >
> >>> > > Thanks,
> >>> > > Vinod
> >>> > >
> >>> > > [1]: 2.7.3 release plan:
> >>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
> >>> msg24439.html
> >>> > <
> >>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >>> >
> >>>
> >>
> >>
> >
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Thanks Jason for triaging and sorry for the slow follow up on my part, I
just filed YARN-5569 and YARN-5570 to track these two issues.

On Fri, Aug 5, 2016 at 8:43 AM, Jason Lowe <jl...@yahoo-inc.com> wrote:

> Both sound like real problems to me, and I think it's appropriate to file
> JIRAs to track them.
>
> Jason
>
>
> ------------------------------
> *From:* Andrew Wang <an...@cloudera.com>
> *To:* Karthik Kambatla <ka...@cloudera.com>
> *Cc:* larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <
> vinodkv@apache.org>; "common-dev@hadoop.apache.org" <
> common-dev@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <
> hdfs-dev@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <
> yarn-dev@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <
> mapreduce-dev@hadoop.apache.org>
> *Sent:* Thursday, August 4, 2016 5:56 PM
> *Subject:* Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Could a YARN person please comment on these two issues, one of which Vinay
> also hit? If someone already triaged or filed JIRAs, I missed it.
>
> On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I'll also add that, as a YARN newbie, I did hit two usability issues.
> > These are very unlikely to be regressions, and I can file JIRAs if they
> > seem fixable.
> >
> > * I didn't have SSH to localhost set up (new laptop), and when I tried to
> > run the Pi job, it'd exit my window manager session. I feel there must
> be a
> > more developer-friendly solution here.
> > * If you start the NodeManager and not the RM, the NM has a handler for
> > SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during
> startup.
> > I had to kill -9 it.
> >
> > On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> > wrote:
> >
> >> I got asked this off-list, so as a reminder, only PMC votes are binding
> >> on releases. Everyone is encouraged to vote on releases though!
> >>
> >> +1 (binding)
> >>
> >> * Downloaded source, built
> >> * Started up HDFS and YARN
> >> * Ran Pi job which as usual returned 4, and a little teragen
> >>
> >> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> * Downloaded and build from source
> >>> * Checked LICENSE and NOTICE
> >>> * Pseudo-distributed cluster with FairScheduler
> >>> * Ran MR and HDFS tests
> >>> * Verified basic UI
> >>>
> >>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org>
> wrote:
> >>>
> >>> > +1 binding
> >>> >
> >>> > * downloaded and built from source
> >>> > * checked LICENSE and NOTICE files
> >>> > * verified signatures
> >>> > * ran standalone tests
> >>> > * installed pseudo-distributed instance on my mac
> >>> > * ran through HDFS and mapreduce tests
> >>> > * tested credential command
> >>> > * tested webhdfs access through Apache Knox
> >>> >
> >>> >
> >>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >>> > vinodkv@apache.org> wrote:
> >>> >
> >>> > > Hi all,
> >>> > >
> >>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>> > >
> >>> > > As discussed before, this is the next maintenance release to follow
> >>> up
> >>> > > 2.7.2.
> >>> > >
> >>> > > The RC is available for validation at:
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >>> > >
> >>> > > The RC tag in git is: release-2.7.3-RC0
> >>> > >
> >>> > > The maven artifacts are available via repository.apache.org <
> >>> > > http://repository.apache.org/> at
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > <
> >>> > > https://repository.apache.org/content/repositories/
> >>> orgapachehadoop-1040/
> >>> > >
> >>> > >
> >>> > > The release-notes are inside the tar-balls at location
> >>> > > hadoop-common-project/hadoop-common/src/main/docs/
> releasenotes.html.
> >>> I
> >>> > > hosted this at
> >>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/
> releasenotes.html
> >>> >
> >>> > for
> >>> > > your quick perusal.
> >>> > >
> >>> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >>> > release)
> >>> > > to slip by quite a bit. This release's related discussion thread is
> >>> > linked
> >>> > > below: [1].
> >>> > >
> >>> > > Please try the release and vote; the vote will run for the usual 5
> >>> days.
> >>> > >
> >>> > > Thanks,
> >>> > > Vinod
> >>> > >
> >>> > > [1]: 2.7.3 release plan:
> >>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
> >>> msg24439.html
> >>> > <
> >>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >>> >
> >>>
> >>
> >>
> >
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
Both sound like real problems to me, and I think it's appropriate to file JIRAs to track them.
Jason


      From: Andrew Wang <an...@cloudera.com>
 To: Karthik Kambatla <ka...@cloudera.com> 
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <hd...@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <ya...@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
 Sent: Thursday, August 4, 2016 5:56 PM
 Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
Both sound like real problems to me, and I think it's appropriate to file JIRAs to track them.
Jason


      From: Andrew Wang <an...@cloudera.com>
 To: Karthik Kambatla <ka...@cloudera.com> 
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <hd...@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <ya...@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
 Sent: Thursday, August 4, 2016 5:56 PM
 Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
Both sound like real problems to me, and I think it's appropriate to file JIRAs to track them.
Jason


      From: Andrew Wang <an...@cloudera.com>
 To: Karthik Kambatla <ka...@cloudera.com> 
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <hd...@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <ya...@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
 Sent: Thursday, August 4, 2016 5:56 PM
 Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
Both sound like real problems to me, and I think it's appropriate to file JIRAs to track them.
Jason


      From: Andrew Wang <an...@cloudera.com>
 To: Karthik Kambatla <ka...@cloudera.com> 
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; "hdfs-dev@hadoop.apache.org" <hd...@hadoop.apache.org>; "yarn-dev@hadoop.apache.org" <ya...@hadoop.apache.org>; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
 Sent: Thursday, August 4, 2016 5:56 PM
 Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rohith Sharma K S <ks...@gmail.com>.
+1(non-binding)

Downloaded and built from source
Cluster installed in 3 nodes and verified running simple MR jobs. 
Verified for RM HA , RM work preserving restart with CapacityScheduler


Thanks & Regards
Rohith Sharma K S

> On Jul 26, 2016, at 6:50 PM, Vinayakumar B <vi...@huawei.com> wrote:
> 
> +1 (binding)
> 
> 1. Downloaded and Built from branch-2.7.3
> 2. Started up HDFS and YARN in Single Node cluster.
> 3. Ran WordCount job multiple times and Success.
> 4. Verified the "Release Notes" available at the URL mentioned by Vinod.
> 
> 
> Apart from that, 
> Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.
> 
> -Vinay
> 
> -----Original Message-----
> From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
> Sent: 26 July 2016 00:22
> To: Karthik Kambatla <ka...@cloudera.com>
> Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
> 
> I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.
> 
> * I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
> 
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
> 
>> I got asked this off-list, so as a reminder, only PMC votes are 
>> binding on releases. Everyone is encouraged to vote on releases though!
>> 
>> +1 (binding)
>> 
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>> 
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
>> <ka...@cloudera.com>
>> wrote:
>> 
>>> +1 (binding)
>>> 
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>> 
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>> 
>>>> +1 binding
>>>> 
>>>> * downloaded and built from source
>>>> * checked LICENSE and NOTICE files
>>>> * verified signatures
>>>> * ran standalone tests
>>>> * installed pseudo-distributed instance on my mac
>>>> * ran through HDFS and mapreduce tests
>>>> * tested credential command
>>>> * tested webhdfs access through Apache Knox
>>>> 
>>>> 
>>>> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>>>> vinodkv@apache.org> wrote:
>>>> 
>>>>> Hi all,
>>>>> 
>>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>>> 
>>>>> As discussed before, this is the next maintenance release to 
>>>>> follow up 2.7.2.
>>>>> 
>>>>> The RC is available for validation at:
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>>>> 
>>>>> The RC tag in git is: release-2.7.3-RC0
>>>>> 
>>>>> The maven artifacts are available via repository.apache.org < 
>>>>> http://repository.apache.org/> at
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>> <
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>>> 
>>>>> 
>>>>> The release-notes are inside the tar-balls at location 
>>>>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>>>>> ml. I hosted this at 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>>>>> l < 
>>>>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>>>>> tml>
>>>> for
>>>>> your quick perusal.
>>>>> 
>>>>> As you may have noted, a very long fix-cycle for the License & 
>>>>> Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>>>>> Hadoop
>>>> release)
>>>>> to slip by quite a bit. This release's related discussion thread 
>>>>> is
>>>> linked
>>>>> below: [1].
>>>>> 
>>>>> Please try the release and vote; the vote will run for the usual 
>>>>> 5
>>> days.
>>>>> 
>>>>> Thanks,
>>>>> Vinod
>>>>> 
>>>>> [1]: 2.7.3 release plan:
>>>>> 
>>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>>> ml
>>>> <
>>>>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>>> 
>>> 
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rohith Sharma K S <ks...@gmail.com>.
+1(non-binding)

Downloaded and built from source
Cluster installed in 3 nodes and verified running simple MR jobs. 
Verified for RM HA , RM work preserving restart with CapacityScheduler


Thanks & Regards
Rohith Sharma K S

> On Jul 26, 2016, at 6:50 PM, Vinayakumar B <vi...@huawei.com> wrote:
> 
> +1 (binding)
> 
> 1. Downloaded and Built from branch-2.7.3
> 2. Started up HDFS and YARN in Single Node cluster.
> 3. Ran WordCount job multiple times and Success.
> 4. Verified the "Release Notes" available at the URL mentioned by Vinod.
> 
> 
> Apart from that, 
> Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.
> 
> -Vinay
> 
> -----Original Message-----
> From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
> Sent: 26 July 2016 00:22
> To: Karthik Kambatla <ka...@cloudera.com>
> Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
> 
> I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.
> 
> * I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
> 
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
> 
>> I got asked this off-list, so as a reminder, only PMC votes are 
>> binding on releases. Everyone is encouraged to vote on releases though!
>> 
>> +1 (binding)
>> 
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>> 
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
>> <ka...@cloudera.com>
>> wrote:
>> 
>>> +1 (binding)
>>> 
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>> 
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>> 
>>>> +1 binding
>>>> 
>>>> * downloaded and built from source
>>>> * checked LICENSE and NOTICE files
>>>> * verified signatures
>>>> * ran standalone tests
>>>> * installed pseudo-distributed instance on my mac
>>>> * ran through HDFS and mapreduce tests
>>>> * tested credential command
>>>> * tested webhdfs access through Apache Knox
>>>> 
>>>> 
>>>> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>>>> vinodkv@apache.org> wrote:
>>>> 
>>>>> Hi all,
>>>>> 
>>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>>> 
>>>>> As discussed before, this is the next maintenance release to 
>>>>> follow up 2.7.2.
>>>>> 
>>>>> The RC is available for validation at:
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>>>> 
>>>>> The RC tag in git is: release-2.7.3-RC0
>>>>> 
>>>>> The maven artifacts are available via repository.apache.org < 
>>>>> http://repository.apache.org/> at
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>> <
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>>> 
>>>>> 
>>>>> The release-notes are inside the tar-balls at location 
>>>>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>>>>> ml. I hosted this at 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>>>>> l < 
>>>>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>>>>> tml>
>>>> for
>>>>> your quick perusal.
>>>>> 
>>>>> As you may have noted, a very long fix-cycle for the License & 
>>>>> Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>>>>> Hadoop
>>>> release)
>>>>> to slip by quite a bit. This release's related discussion thread 
>>>>> is
>>>> linked
>>>>> below: [1].
>>>>> 
>>>>> Please try the release and vote; the vote will run for the usual 
>>>>> 5
>>> days.
>>>>> 
>>>>> Thanks,
>>>>> Vinod
>>>>> 
>>>>> [1]: 2.7.3 release plan:
>>>>> 
>>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>>> ml
>>>> <
>>>>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>>> 
>>> 
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rohith Sharma K S <ks...@gmail.com>.
+1(non-binding)

Downloaded and built from source
Cluster installed in 3 nodes and verified running simple MR jobs. 
Verified for RM HA , RM work preserving restart with CapacityScheduler


Thanks & Regards
Rohith Sharma K S

> On Jul 26, 2016, at 6:50 PM, Vinayakumar B <vi...@huawei.com> wrote:
> 
> +1 (binding)
> 
> 1. Downloaded and Built from branch-2.7.3
> 2. Started up HDFS and YARN in Single Node cluster.
> 3. Ran WordCount job multiple times and Success.
> 4. Verified the "Release Notes" available at the URL mentioned by Vinod.
> 
> 
> Apart from that, 
> Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.
> 
> -Vinay
> 
> -----Original Message-----
> From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
> Sent: 26 July 2016 00:22
> To: Karthik Kambatla <ka...@cloudera.com>
> Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
> 
> I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.
> 
> * I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
> 
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
> 
>> I got asked this off-list, so as a reminder, only PMC votes are 
>> binding on releases. Everyone is encouraged to vote on releases though!
>> 
>> +1 (binding)
>> 
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>> 
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
>> <ka...@cloudera.com>
>> wrote:
>> 
>>> +1 (binding)
>>> 
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>> 
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>> 
>>>> +1 binding
>>>> 
>>>> * downloaded and built from source
>>>> * checked LICENSE and NOTICE files
>>>> * verified signatures
>>>> * ran standalone tests
>>>> * installed pseudo-distributed instance on my mac
>>>> * ran through HDFS and mapreduce tests
>>>> * tested credential command
>>>> * tested webhdfs access through Apache Knox
>>>> 
>>>> 
>>>> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>>>> vinodkv@apache.org> wrote:
>>>> 
>>>>> Hi all,
>>>>> 
>>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>>> 
>>>>> As discussed before, this is the next maintenance release to 
>>>>> follow up 2.7.2.
>>>>> 
>>>>> The RC is available for validation at:
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>>>> 
>>>>> The RC tag in git is: release-2.7.3-RC0
>>>>> 
>>>>> The maven artifacts are available via repository.apache.org < 
>>>>> http://repository.apache.org/> at
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>> <
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>>> 
>>>>> 
>>>>> The release-notes are inside the tar-balls at location 
>>>>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>>>>> ml. I hosted this at 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>>>>> l < 
>>>>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>>>>> tml>
>>>> for
>>>>> your quick perusal.
>>>>> 
>>>>> As you may have noted, a very long fix-cycle for the License & 
>>>>> Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>>>>> Hadoop
>>>> release)
>>>>> to slip by quite a bit. This release's related discussion thread 
>>>>> is
>>>> linked
>>>>> below: [1].
>>>>> 
>>>>> Please try the release and vote; the vote will run for the usual 
>>>>> 5
>>> days.
>>>>> 
>>>>> Thanks,
>>>>> Vinod
>>>>> 
>>>>> [1]: 2.7.3 release plan:
>>>>> 
>>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>>> ml
>>>> <
>>>>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>>> 
>>> 
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rohith Sharma K S <ks...@gmail.com>.
+1(non-binding)

Downloaded and built from source
Cluster installed in 3 nodes and verified running simple MR jobs. 
Verified for RM HA , RM work preserving restart with CapacityScheduler


Thanks & Regards
Rohith Sharma K S

> On Jul 26, 2016, at 6:50 PM, Vinayakumar B <vi...@huawei.com> wrote:
> 
> +1 (binding)
> 
> 1. Downloaded and Built from branch-2.7.3
> 2. Started up HDFS and YARN in Single Node cluster.
> 3. Ran WordCount job multiple times and Success.
> 4. Verified the "Release Notes" available at the URL mentioned by Vinod.
> 
> 
> Apart from that, 
> Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.
> 
> -Vinay
> 
> -----Original Message-----
> From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
> Sent: 26 July 2016 00:22
> To: Karthik Kambatla <ka...@cloudera.com>
> Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0
> 
> I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.
> 
> * I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
> 
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
> 
>> I got asked this off-list, so as a reminder, only PMC votes are 
>> binding on releases. Everyone is encouraged to vote on releases though!
>> 
>> +1 (binding)
>> 
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>> 
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
>> <ka...@cloudera.com>
>> wrote:
>> 
>>> +1 (binding)
>>> 
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>> 
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>> 
>>>> +1 binding
>>>> 
>>>> * downloaded and built from source
>>>> * checked LICENSE and NOTICE files
>>>> * verified signatures
>>>> * ran standalone tests
>>>> * installed pseudo-distributed instance on my mac
>>>> * ran through HDFS and mapreduce tests
>>>> * tested credential command
>>>> * tested webhdfs access through Apache Knox
>>>> 
>>>> 
>>>> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>>>> vinodkv@apache.org> wrote:
>>>> 
>>>>> Hi all,
>>>>> 
>>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>>> 
>>>>> As discussed before, this is the next maintenance release to 
>>>>> follow up 2.7.2.
>>>>> 
>>>>> The RC is available for validation at:
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>>>> 
>>>>> The RC tag in git is: release-2.7.3-RC0
>>>>> 
>>>>> The maven artifacts are available via repository.apache.org < 
>>>>> http://repository.apache.org/> at
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>> <
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>>> 40/
>>>>> 
>>>>> 
>>>>> The release-notes are inside the tar-balls at location 
>>>>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>>>>> ml. I hosted this at 
>>>>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>>>>> l < 
>>>>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>>>>> tml>
>>>> for
>>>>> your quick perusal.
>>>>> 
>>>>> As you may have noted, a very long fix-cycle for the License & 
>>>>> Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>>>>> Hadoop
>>>> release)
>>>>> to slip by quite a bit. This release's related discussion thread 
>>>>> is
>>>> linked
>>>>> below: [1].
>>>>> 
>>>>> Please try the release and vote; the vote will run for the usual 
>>>>> 5
>>> days.
>>>>> 
>>>>> Thanks,
>>>>> Vinod
>>>>> 
>>>>> [1]: 2.7.3 release plan:
>>>>> 
>>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>>> ml
>>>> <
>>>>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>>> 
>>> 
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org


RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinayakumar B <vi...@huawei.com>.
+1 (binding)

1. Downloaded and Built from branch-2.7.3
2. Started up HDFS and YARN in Single Node cluster.
3. Ran WordCount job multiple times and Success.
4. Verified the "Release Notes" available at the URL mentioned by Vinod.


Apart from that, 
Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.

-Vinay

-----Original Message-----
From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
Sent: 26 July 2016 00:22
To: Karthik Kambatla <ka...@cloudera.com>
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are 
> binding on releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
> <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to 
>> > > follow up 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org < 
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location 
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>> > > ml. I hosted this at 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>> > > l < 
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>> > > tml>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & 
>> > > Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>> > > Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread 
>> > > is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 
>> > > 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>> ml
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Xiao Chen <xi...@cloudera.com>.
+1 (non-binding)

   - Downloaded the binary tarball
   - Verified checksum
   - Verified all jars have LICENSE and NOTICE (using the script
   in HADOOP-13374)
   - Started Pseudo-distributed cluster and verified basic HDFS operations
   work, example Pi job succeed.
   - Started kms with a sample jceks store, verified basic hadoop key
   operations work.


-Xiao

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues. These
> are very unlikely to be regressions, and I can file JIRAs if they seem
> fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I got asked this off-list, so as a reminder, only PMC votes are binding
> on
> > releases. Everyone is encouraged to vote on releases though!
> >
> > +1 (binding)
> >
> > * Downloaded source, built
> > * Started up HDFS and YARN
> > * Ran Pi job which as usual returned 4, and a little teragen
> >
> > On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> +1 (binding)
> >>
> >> * Downloaded and build from source
> >> * Checked LICENSE and NOTICE
> >> * Pseudo-distributed cluster with FairScheduler
> >> * Ran MR and HDFS tests
> >> * Verified basic UI
> >>
> >> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
> >>
> >> > +1 binding
> >> >
> >> > * downloaded and built from source
> >> > * checked LICENSE and NOTICE files
> >> > * verified signatures
> >> > * ran standalone tests
> >> > * installed pseudo-distributed instance on my mac
> >> > * ran through HDFS and mapreduce tests
> >> > * tested credential command
> >> > * tested webhdfs access through Apache Knox
> >> >
> >> >
> >> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >> > vinodkv@apache.org> wrote:
> >> >
> >> > > Hi all,
> >> > >
> >> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >> > >
> >> > > As discussed before, this is the next maintenance release to follow
> up
> >> > > 2.7.2.
> >> > >
> >> > > The RC is available for validation at:
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >> > >
> >> > > The RC tag in git is: release-2.7.3-RC0
> >> > >
> >> > > The maven artifacts are available via repository.apache.org <
> >> > > http://repository.apache.org/> at
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > <
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > >
> >> > >
> >> > > The release-notes are inside the tar-balls at location
> >> > >
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> >> > > hosted this at
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >> > >
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> >> > for
> >> > > your quick perusal.
> >> > >
> >> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >> > release)
> >> > > to slip by quite a bit. This release's related discussion thread is
> >> > linked
> >> > > below: [1].
> >> > >
> >> > > Please try the release and vote; the vote will run for the usual 5
> >> days.
> >> > >
> >> > > Thanks,
> >> > > Vinod
> >> > >
> >> > > [1]: 2.7.3 release plan:
> >> > >
> >> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> >> > <
> >> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >> >
> >>
> >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Xiao Chen <xi...@cloudera.com>.
+1 (non-binding)

   - Downloaded the binary tarball
   - Verified checksum
   - Verified all jars have LICENSE and NOTICE (using the script
   in HADOOP-13374)
   - Started Pseudo-distributed cluster and verified basic HDFS operations
   work, example Pi job succeed.
   - Started kms with a sample jceks store, verified basic hadoop key
   operations work.


-Xiao

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues. These
> are very unlikely to be regressions, and I can file JIRAs if they seem
> fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I got asked this off-list, so as a reminder, only PMC votes are binding
> on
> > releases. Everyone is encouraged to vote on releases though!
> >
> > +1 (binding)
> >
> > * Downloaded source, built
> > * Started up HDFS and YARN
> > * Ran Pi job which as usual returned 4, and a little teragen
> >
> > On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> +1 (binding)
> >>
> >> * Downloaded and build from source
> >> * Checked LICENSE and NOTICE
> >> * Pseudo-distributed cluster with FairScheduler
> >> * Ran MR and HDFS tests
> >> * Verified basic UI
> >>
> >> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
> >>
> >> > +1 binding
> >> >
> >> > * downloaded and built from source
> >> > * checked LICENSE and NOTICE files
> >> > * verified signatures
> >> > * ran standalone tests
> >> > * installed pseudo-distributed instance on my mac
> >> > * ran through HDFS and mapreduce tests
> >> > * tested credential command
> >> > * tested webhdfs access through Apache Knox
> >> >
> >> >
> >> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >> > vinodkv@apache.org> wrote:
> >> >
> >> > > Hi all,
> >> > >
> >> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >> > >
> >> > > As discussed before, this is the next maintenance release to follow
> up
> >> > > 2.7.2.
> >> > >
> >> > > The RC is available for validation at:
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >> > >
> >> > > The RC tag in git is: release-2.7.3-RC0
> >> > >
> >> > > The maven artifacts are available via repository.apache.org <
> >> > > http://repository.apache.org/> at
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > <
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > >
> >> > >
> >> > > The release-notes are inside the tar-balls at location
> >> > >
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> >> > > hosted this at
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >> > >
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> >> > for
> >> > > your quick perusal.
> >> > >
> >> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >> > release)
> >> > > to slip by quite a bit. This release's related discussion thread is
> >> > linked
> >> > > below: [1].
> >> > >
> >> > > Please try the release and vote; the vote will run for the usual 5
> >> days.
> >> > >
> >> > > Thanks,
> >> > > Vinod
> >> > >
> >> > > [1]: 2.7.3 release plan:
> >> > >
> >> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> >> > <
> >> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >> >
> >>
> >
> >
>

RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinayakumar B <vi...@huawei.com>.
+1 (binding)

1. Downloaded and Built from branch-2.7.3
2. Started up HDFS and YARN in Single Node cluster.
3. Ran WordCount job multiple times and Success.
4. Verified the "Release Notes" available at the URL mentioned by Vinod.


Apart from that, 
Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.

-Vinay

-----Original Message-----
From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
Sent: 26 July 2016 00:22
To: Karthik Kambatla <ka...@cloudera.com>
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are 
> binding on releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
> <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to 
>> > > follow up 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org < 
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location 
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>> > > ml. I hosted this at 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>> > > l < 
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>> > > tml>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & 
>> > > Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>> > > Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread 
>> > > is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 
>> > > 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>> ml
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Xiao Chen <xi...@cloudera.com>.
+1 (non-binding)

   - Downloaded the binary tarball
   - Verified checksum
   - Verified all jars have LICENSE and NOTICE (using the script
   in HADOOP-13374)
   - Started Pseudo-distributed cluster and verified basic HDFS operations
   work, example Pi job succeed.
   - Started kms with a sample jceks store, verified basic hadoop key
   operations work.


-Xiao

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues. These
> are very unlikely to be regressions, and I can file JIRAs if they seem
> fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
> > I got asked this off-list, so as a reminder, only PMC votes are binding
> on
> > releases. Everyone is encouraged to vote on releases though!
> >
> > +1 (binding)
> >
> > * Downloaded source, built
> > * Started up HDFS and YARN
> > * Ran Pi job which as usual returned 4, and a little teragen
> >
> > On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> +1 (binding)
> >>
> >> * Downloaded and build from source
> >> * Checked LICENSE and NOTICE
> >> * Pseudo-distributed cluster with FairScheduler
> >> * Ran MR and HDFS tests
> >> * Verified basic UI
> >>
> >> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
> >>
> >> > +1 binding
> >> >
> >> > * downloaded and built from source
> >> > * checked LICENSE and NOTICE files
> >> > * verified signatures
> >> > * ran standalone tests
> >> > * installed pseudo-distributed instance on my mac
> >> > * ran through HDFS and mapreduce tests
> >> > * tested credential command
> >> > * tested webhdfs access through Apache Knox
> >> >
> >> >
> >> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> >> > vinodkv@apache.org> wrote:
> >> >
> >> > > Hi all,
> >> > >
> >> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >> > >
> >> > > As discussed before, this is the next maintenance release to follow
> up
> >> > > 2.7.2.
> >> > >
> >> > > The RC is available for validation at:
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >> > >
> >> > > The RC tag in git is: release-2.7.3-RC0
> >> > >
> >> > > The maven artifacts are available via repository.apache.org <
> >> > > http://repository.apache.org/> at
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > <
> >> > >
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >> > >
> >> > >
> >> > > The release-notes are inside the tar-balls at location
> >> > >
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> >> > > hosted this at
> >> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html
> <
> >> > >
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> >> > for
> >> > > your quick perusal.
> >> > >
> >> > > As you may have noted, a very long fix-cycle for the License &
> Notice
> >> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> >> > release)
> >> > > to slip by quite a bit. This release's related discussion thread is
> >> > linked
> >> > > below: [1].
> >> > >
> >> > > Please try the release and vote; the vote will run for the usual 5
> >> days.
> >> > >
> >> > > Thanks,
> >> > > Vinod
> >> > >
> >> > > [1]: 2.7.3 release plan:
> >> > >
> >> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> >> > <
> >> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >> >
> >>
> >
> >
>

RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinayakumar B <vi...@huawei.com>.
+1 (binding)

1. Downloaded and Built from branch-2.7.3
2. Started up HDFS and YARN in Single Node cluster.
3. Ran WordCount job multiple times and Success.
4. Verified the "Release Notes" available at the URL mentioned by Vinod.


Apart from that, 
Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.

-Vinay

-----Original Message-----
From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
Sent: 26 July 2016 00:22
To: Karthik Kambatla <ka...@cloudera.com>
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are 
> binding on releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
> <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to 
>> > > follow up 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org < 
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location 
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>> > > ml. I hosted this at 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>> > > l < 
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>> > > tml>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & 
>> > > Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>> > > Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread 
>> > > is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 
>> > > 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>> ml
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinayakumar B <vi...@huawei.com>.
+1 (binding)

1. Downloaded and Built from branch-2.7.3
2. Started up HDFS and YARN in Single Node cluster.
3. Ran WordCount job multiple times and Success.
4. Verified the "Release Notes" available at the URL mentioned by Vinod.


Apart from that, 
Faced same issues as Andrew wang, while running the WordCount job first time in my new Ubuntu installation, without 'configuring the shuffle handler properly'. Whole session got logged by closing all other applications open. After configuring the shuffle handler properly, job was successful though.

-Vinay

-----Original Message-----
From: Andrew Wang [mailto:andrew.wang@cloudera.com] 
Sent: 26 July 2016 00:22
To: Karthik Kambatla <ka...@cloudera.com>
Cc: larry mccay <lm...@apache.org>; Vinod Kumar Vavilapalli <vi...@apache.org>; common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
Subject: Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

I'll also add that, as a YARN newbie, I did hit two usability issues. These are very unlikely to be regressions, and I can file JIRAs if they seem fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to run the Pi job, it'd exit my window manager session. I feel there must be a more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are 
> binding on releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla 
> <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli < 
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to 
>> > > follow up 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ < 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org < 
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-10
>> 40/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location 
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.ht
>> > > ml. I hosted this at 
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.htm
>> > > l < 
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.h
>> > > tml>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & 
>> > > Notice issues (HADOOP-12893) caused 2.7.3 (along with every other 
>> > > Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread 
>> > > is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 
>> > > 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.ht
>> ml
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
Could a YARN person please comment on these two issues, one of which Vinay
also hit? If someone already triaged or filed JIRAs, I missed it.

On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I'll also add that, as a YARN newbie, I did hit two usability issues.
> These are very unlikely to be regressions, and I can file JIRAs if they
> seem fixable.
>
> * I didn't have SSH to localhost set up (new laptop), and when I tried to
> run the Pi job, it'd exit my window manager session. I feel there must be a
> more developer-friendly solution here.
> * If you start the NodeManager and not the RM, the NM has a handler for
> SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
> I had to kill -9 it.
>
> On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
> wrote:
>
>> I got asked this off-list, so as a reminder, only PMC votes are binding
>> on releases. Everyone is encouraged to vote on releases though!
>>
>> +1 (binding)
>>
>> * Downloaded source, built
>> * Started up HDFS and YARN
>> * Ran Pi job which as usual returned 4, and a little teragen
>>
>> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> * Downloaded and build from source
>>> * Checked LICENSE and NOTICE
>>> * Pseudo-distributed cluster with FairScheduler
>>> * Ran MR and HDFS tests
>>> * Verified basic UI
>>>
>>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>>
>>> > +1 binding
>>> >
>>> > * downloaded and built from source
>>> > * checked LICENSE and NOTICE files
>>> > * verified signatures
>>> > * ran standalone tests
>>> > * installed pseudo-distributed instance on my mac
>>> > * ran through HDFS and mapreduce tests
>>> > * tested credential command
>>> > * tested webhdfs access through Apache Knox
>>> >
>>> >
>>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>>> > vinodkv@apache.org> wrote:
>>> >
>>> > > Hi all,
>>> > >
>>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>> > >
>>> > > As discussed before, this is the next maintenance release to follow
>>> up
>>> > > 2.7.2.
>>> > >
>>> > > The RC is available for validation at:
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>> > >
>>> > > The RC tag in git is: release-2.7.3-RC0
>>> > >
>>> > > The maven artifacts are available via repository.apache.org <
>>> > > http://repository.apache.org/> at
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > <
>>> > > https://repository.apache.org/content/repositories/
>>> orgapachehadoop-1040/
>>> > >
>>> > >
>>> > > The release-notes are inside the tar-balls at location
>>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html.
>>> I
>>> > > hosted this at
>>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html
>>> >
>>> > for
>>> > > your quick perusal.
>>> > >
>>> > > As you may have noted, a very long fix-cycle for the License & Notice
>>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>>> > release)
>>> > > to slip by quite a bit. This release's related discussion thread is
>>> > linked
>>> > > below: [1].
>>> > >
>>> > > Please try the release and vote; the vote will run for the usual 5
>>> days.
>>> > >
>>> > > Thanks,
>>> > > Vinod
>>> > >
>>> > > [1]: 2.7.3 release plan:
>>> > > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/
>>> msg24439.html
>>> > <
>>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>>> >
>>>
>>
>>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I'll also add that, as a YARN newbie, I did hit two usability issues. These
are very unlikely to be regressions, and I can file JIRAs if they seem
fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to
run the Pi job, it'd exit my window manager session. I feel there must be a
more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for
SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are binding on
> releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to follow up
>> > > 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org <
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> > > hosted this at
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & Notice
>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I'll also add that, as a YARN newbie, I did hit two usability issues. These
are very unlikely to be regressions, and I can file JIRAs if they seem
fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to
run the Pi job, it'd exit my window manager session. I feel there must be a
more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for
SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are binding on
> releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to follow up
>> > > 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org <
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> > > hosted this at
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & Notice
>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I'll also add that, as a YARN newbie, I did hit two usability issues. These
are very unlikely to be regressions, and I can file JIRAs if they seem
fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to
run the Pi job, it'd exit my window manager session. I feel there must be a
more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for
SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are binding on
> releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to follow up
>> > > 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org <
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> > > hosted this at
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & Notice
>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I'll also add that, as a YARN newbie, I did hit two usability issues. These
are very unlikely to be regressions, and I can file JIRAs if they seem
fixable.

* I didn't have SSH to localhost set up (new laptop), and when I tried to
run the Pi job, it'd exit my window manager session. I feel there must be a
more developer-friendly solution here.
* If you start the NodeManager and not the RM, the NM has a handler for
SIGTERM and SIGINT that blocked my Ctrl-C and kill attempts during startup.
I had to kill -9 it.

On Mon, Jul 25, 2016 at 11:44 AM, Andrew Wang <an...@cloudera.com>
wrote:

> I got asked this off-list, so as a reminder, only PMC votes are binding on
> releases. Everyone is encouraged to vote on releases though!
>
> +1 (binding)
>
> * Downloaded source, built
> * Started up HDFS and YARN
> * Ran Pi job which as usual returned 4, and a little teragen
>
> On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> +1 (binding)
>>
>> * Downloaded and build from source
>> * Checked LICENSE and NOTICE
>> * Pseudo-distributed cluster with FairScheduler
>> * Ran MR and HDFS tests
>> * Verified basic UI
>>
>> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>>
>> > +1 binding
>> >
>> > * downloaded and built from source
>> > * checked LICENSE and NOTICE files
>> > * verified signatures
>> > * ran standalone tests
>> > * installed pseudo-distributed instance on my mac
>> > * ran through HDFS and mapreduce tests
>> > * tested credential command
>> > * tested webhdfs access through Apache Knox
>> >
>> >
>> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
>> > vinodkv@apache.org> wrote:
>> >
>> > > Hi all,
>> > >
>> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> > >
>> > > As discussed before, this is the next maintenance release to follow up
>> > > 2.7.2.
>> > >
>> > > The RC is available for validation at:
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>> > >
>> > > The RC tag in git is: release-2.7.3-RC0
>> > >
>> > > The maven artifacts are available via repository.apache.org <
>> > > http://repository.apache.org/> at
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > <
>> > >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> > >
>> > >
>> > > The release-notes are inside the tar-balls at location
>> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> > > hosted this at
>> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> > for
>> > > your quick perusal.
>> > >
>> > > As you may have noted, a very long fix-cycle for the License & Notice
>> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
>> > release)
>> > > to slip by quite a bit. This release's related discussion thread is
>> > linked
>> > > below: [1].
>> > >
>> > > Please try the release and vote; the vote will run for the usual 5
>> days.
>> > >
>> > > Thanks,
>> > > Vinod
>> > >
>> > > [1]: 2.7.3 release plan:
>> > >
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
>> > <
>> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>> >
>>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I got asked this off-list, so as a reminder, only PMC votes are binding on
releases. Everyone is encouraged to vote on releases though!

+1 (binding)

* Downloaded source, built
* Started up HDFS and YARN
* Ran Pi job which as usual returned 4, and a little teragen

On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> +1 (binding)
>
> * Downloaded and build from source
> * Checked LICENSE and NOTICE
> * Pseudo-distributed cluster with FairScheduler
> * Ran MR and HDFS tests
> * Verified basic UI
>
> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>
> > +1 binding
> >
> > * downloaded and built from source
> > * checked LICENSE and NOTICE files
> > * verified signatures
> > * ran standalone tests
> > * installed pseudo-distributed instance on my mac
> > * ran through HDFS and mapreduce tests
> > * tested credential command
> > * tested webhdfs access through Apache Knox
> >
> >
> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> > vinodkv@apache.org> wrote:
> >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I got asked this off-list, so as a reminder, only PMC votes are binding on
releases. Everyone is encouraged to vote on releases though!

+1 (binding)

* Downloaded source, built
* Started up HDFS and YARN
* Ran Pi job which as usual returned 4, and a little teragen

On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> +1 (binding)
>
> * Downloaded and build from source
> * Checked LICENSE and NOTICE
> * Pseudo-distributed cluster with FairScheduler
> * Ran MR and HDFS tests
> * Verified basic UI
>
> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>
> > +1 binding
> >
> > * downloaded and built from source
> > * checked LICENSE and NOTICE files
> > * verified signatures
> > * ran standalone tests
> > * installed pseudo-distributed instance on my mac
> > * ran through HDFS and mapreduce tests
> > * tested credential command
> > * tested webhdfs access through Apache Knox
> >
> >
> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> > vinodkv@apache.org> wrote:
> >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I got asked this off-list, so as a reminder, only PMC votes are binding on
releases. Everyone is encouraged to vote on releases though!

+1 (binding)

* Downloaded source, built
* Started up HDFS and YARN
* Ran Pi job which as usual returned 4, and a little teragen

On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> +1 (binding)
>
> * Downloaded and build from source
> * Checked LICENSE and NOTICE
> * Pseudo-distributed cluster with FairScheduler
> * Ran MR and HDFS tests
> * Verified basic UI
>
> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>
> > +1 binding
> >
> > * downloaded and built from source
> > * checked LICENSE and NOTICE files
> > * verified signatures
> > * ran standalone tests
> > * installed pseudo-distributed instance on my mac
> > * ran through HDFS and mapreduce tests
> > * tested credential command
> > * tested webhdfs access through Apache Knox
> >
> >
> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> > vinodkv@apache.org> wrote:
> >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
I got asked this off-list, so as a reminder, only PMC votes are binding on
releases. Everyone is encouraged to vote on releases though!

+1 (binding)

* Downloaded source, built
* Started up HDFS and YARN
* Ran Pi job which as usual returned 4, and a little teragen

On Mon, Jul 25, 2016 at 11:08 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> +1 (binding)
>
> * Downloaded and build from source
> * Checked LICENSE and NOTICE
> * Pseudo-distributed cluster with FairScheduler
> * Ran MR and HDFS tests
> * Verified basic UI
>
> On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:
>
> > +1 binding
> >
> > * downloaded and built from source
> > * checked LICENSE and NOTICE files
> > * verified signatures
> > * ran standalone tests
> > * installed pseudo-distributed instance on my mac
> > * ran through HDFS and mapreduce tests
> > * tested credential command
> > * tested webhdfs access through Apache Knox
> >
> >
> > On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> > vinodkv@apache.org> wrote:
> >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
+1 (binding)

* Downloaded and build from source
* Checked LICENSE and NOTICE
* Pseudo-distributed cluster with FairScheduler
* Ran MR and HDFS tests
* Verified basic UI

On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>
> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
+1 (binding)

* Downloaded and build from source
* Checked LICENSE and NOTICE
* Pseudo-distributed cluster with FairScheduler
* Ran MR and HDFS tests
* Verified basic UI

On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>
> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <la...@gmail.com>.
Oops - make that:

+1 (non-binding)

On Sun, Jul 24, 2016 at 4:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>

> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>> Hi all,
>>
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>
>> As discussed before, this is the next maintenance release to follow up
>> 2.7.2.
>>
>> The RC is available for validation at:
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>
>> The RC tag in git is: release-2.7.3-RC0
>>
>> The maven artifacts are available via repository.apache.org <
>> http://repository.apache.org/> at
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> >
>>
>> The release-notes are inside the tar-balls at location
>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> hosted this at
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> for your quick perusal.
>>
>> As you may have noted, a very long fix-cycle for the License & Notice
>> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
>> to slip by quite a bit. This release's related discussion thread is linked
>> below: [1].
>>
>> Please try the release and vote; the vote will run for the usual 5 days.
>>
>> Thanks,
>> Vinod
>>
>> [1]: 2.7.3 release plan:
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <la...@gmail.com>.
Oops - make that:

+1 (non-binding)

On Sun, Jul 24, 2016 at 4:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>

> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>> Hi all,
>>
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>
>> As discussed before, this is the next maintenance release to follow up
>> 2.7.2.
>>
>> The RC is available for validation at:
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>
>> The RC tag in git is: release-2.7.3-RC0
>>
>> The maven artifacts are available via repository.apache.org <
>> http://repository.apache.org/> at
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> >
>>
>> The release-notes are inside the tar-balls at location
>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> hosted this at
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> for your quick perusal.
>>
>> As you may have noted, a very long fix-cycle for the License & Notice
>> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
>> to slip by quite a bit. This release's related discussion thread is linked
>> below: [1].
>>
>> Please try the release and vote; the vote will run for the usual 5 days.
>>
>> Thanks,
>> Vinod
>>
>> [1]: 2.7.3 release plan:
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
+1 (binding)

* Downloaded and build from source
* Checked LICENSE and NOTICE
* Pseudo-distributed cluster with FairScheduler
* Ran MR and HDFS tests
* Verified basic UI

On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>
> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <la...@gmail.com>.
Oops - make that:

+1 (non-binding)

On Sun, Jul 24, 2016 at 4:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>

> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>> Hi all,
>>
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>
>> As discussed before, this is the next maintenance release to follow up
>> 2.7.2.
>>
>> The RC is available for validation at:
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>
>> The RC tag in git is: release-2.7.3-RC0
>>
>> The maven artifacts are available via repository.apache.org <
>> http://repository.apache.org/> at
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> >
>>
>> The release-notes are inside the tar-balls at location
>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> hosted this at
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> for your quick perusal.
>>
>> As you may have noted, a very long fix-cycle for the License & Notice
>> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
>> to slip by quite a bit. This release's related discussion thread is linked
>> below: [1].
>>
>> Please try the release and vote; the vote will run for the usual 5 days.
>>
>> Thanks,
>> Vinod
>>
>> [1]: 2.7.3 release plan:
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
+1 (binding)

* Downloaded and build from source
* Checked LICENSE and NOTICE
* Pseudo-distributed cluster with FairScheduler
* Ran MR and HDFS tests
* Verified basic UI

On Sun, Jul 24, 2016 at 1:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>
> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <la...@gmail.com>.
Oops - make that:

+1 (non-binding)

On Sun, Jul 24, 2016 at 4:07 PM, larry mccay <lm...@apache.org> wrote:

> +1 binding
>

> * downloaded and built from source
> * checked LICENSE and NOTICE files
> * verified signatures
> * ran standalone tests
> * installed pseudo-distributed instance on my mac
> * ran through HDFS and mapreduce tests
> * tested credential command
> * tested webhdfs access through Apache Knox
>
>
> On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>> Hi all,
>>
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>
>> As discussed before, this is the next maintenance release to follow up
>> 2.7.2.
>>
>> The RC is available for validation at:
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>>
>> The RC tag in git is: release-2.7.3-RC0
>>
>> The maven artifacts are available via repository.apache.org <
>> http://repository.apache.org/> at
>> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
>> >
>>
>> The release-notes are inside the tar-balls at location
>> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
>> hosted this at
>> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
>> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
>> for your quick perusal.
>>
>> As you may have noted, a very long fix-cycle for the License & Notice
>> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
>> to slip by quite a bit. This release's related discussion thread is linked
>> below: [1].
>>
>> Please try the release and vote; the vote will run for the usual 5 days.
>>
>> Thanks,
>> Vinod
>>
>> [1]: 2.7.3 release plan:
>> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
>> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <lm...@apache.org>.
+1 binding

* downloaded and built from source
* checked LICENSE and NOTICE files
* verified signatures
* ran standalone tests
* installed pseudo-distributed instance on my mac
* ran through HDFS and mapreduce tests
* tested credential command
* tested webhdfs access through Apache Knox


On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wangda Tan <wh...@gmail.com>.
Thanks Vinod.

+1 (Binding)

- Built from source and deploy a pseudo cluster locally
- Run DS on YARN
- With/Without node labels enabled.

- Wangda


On Mon, Jul 25, 2016 at 1:55 PM, Mingliang Liu <ml...@hortonworks.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source (with Java 8)
> * Checked LICENSE and NOTICE files
> * Verified MD5 signatures
> * Installed pseudo-distributed instance (Mac OS X 10.11)
> * Ran through HDFS and mapreduce tests
> * Operate HDFS from command line
> * Run tools like distcp/NNThroughputBenchmark
>
> L
>
> > On Jul 22, 2016, at 7:15 PM, Vinod Kumar Vavilapalli <vi...@apache.org>
> wrote:
> >
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wangda Tan <wh...@gmail.com>.
Thanks Vinod.

+1 (Binding)

- Built from source and deploy a pseudo cluster locally
- Run DS on YARN
- With/Without node labels enabled.

- Wangda


On Mon, Jul 25, 2016 at 1:55 PM, Mingliang Liu <ml...@hortonworks.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source (with Java 8)
> * Checked LICENSE and NOTICE files
> * Verified MD5 signatures
> * Installed pseudo-distributed instance (Mac OS X 10.11)
> * Ran through HDFS and mapreduce tests
> * Operate HDFS from command line
> * Run tools like distcp/NNThroughputBenchmark
>
> L
>
> > On Jul 22, 2016, at 7:15 PM, Vinod Kumar Vavilapalli <vi...@apache.org>
> wrote:
> >
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wangda Tan <wh...@gmail.com>.
Thanks Vinod.

+1 (Binding)

- Built from source and deploy a pseudo cluster locally
- Run DS on YARN
- With/Without node labels enabled.

- Wangda


On Mon, Jul 25, 2016 at 1:55 PM, Mingliang Liu <ml...@hortonworks.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source (with Java 8)
> * Checked LICENSE and NOTICE files
> * Verified MD5 signatures
> * Installed pseudo-distributed instance (Mac OS X 10.11)
> * Ran through HDFS and mapreduce tests
> * Operate HDFS from command line
> * Run tools like distcp/NNThroughputBenchmark
>
> L
>
> > On Jul 22, 2016, at 7:15 PM, Vinod Kumar Vavilapalli <vi...@apache.org>
> wrote:
> >
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wangda Tan <wh...@gmail.com>.
Thanks Vinod.

+1 (Binding)

- Built from source and deploy a pseudo cluster locally
- Run DS on YARN
- With/Without node labels enabled.

- Wangda


On Mon, Jul 25, 2016 at 1:55 PM, Mingliang Liu <ml...@hortonworks.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source (with Java 8)
> * Checked LICENSE and NOTICE files
> * Verified MD5 signatures
> * Installed pseudo-distributed instance (Mac OS X 10.11)
> * Ran through HDFS and mapreduce tests
> * Operate HDFS from command line
> * Run tools like distcp/NNThroughputBenchmark
>
> L
>
> > On Jul 22, 2016, at 7:15 PM, Vinod Kumar Vavilapalli <vi...@apache.org>
> wrote:
> >
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Mingliang Liu <ml...@hortonworks.com>.
Thanks Vinod.

+1 (non-binding)

* Downloaded and built from source (with Java 8)
* Checked LICENSE and NOTICE files
* Verified MD5 signatures
* Installed pseudo-distributed instance (Mac OS X 10.11)
* Ran through HDFS and mapreduce tests
* Operate HDFS from command line
* Run tools like distcp/NNThroughputBenchmark

L

> On Jul 22, 2016, at 7:15 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
> 
> Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>


---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Daniel Templeton <da...@cloudera.com>.
I just downloaded the build tarball and deployed it on a 2-node 
cluster.  It looks to me like it's compiled for the wrong platform:

# file /usr/lib/hadoop/bin/container-executor
/usr/lib/hadoop/bin/container-executor: setuid setgid Mach-O 64-bit 
executable

I'm also seeing the no-native-libraries warnings.

Daniel

On 7/26/16 6:12 PM, Rushabh Shah wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>   
>
>      On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>   
>
>   Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>     



---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Kuhu Shukla <ks...@yahoo-inc.com.INVALID>.
+1 (non-binding).   
   - Built Tar ball from source.
   - Deployed pseudo-distributed cluster.
   - Ran sleep job.
Thank you Vinod!
Regards,Kuhu Shukla 

    On Tuesday, July 26, 2016 4:17 PM, Andrew Wang <an...@cloudera.com> wrote:
 

 On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Kuhu Shukla <ks...@yahoo-inc.com.INVALID>.
+1 (non-binding).   
   - Built Tar ball from source.
   - Deployed pseudo-distributed cluster.
   - Ran sleep job.
Thank you Vinod!
Regards,Kuhu Shukla 

    On Tuesday, July 26, 2016 4:17 PM, Andrew Wang <an...@cloudera.com> wrote:
 

 On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Kuhu Shukla <ks...@yahoo-inc.com.INVALID>.
+1 (non-binding).   
   - Built Tar ball from source.
   - Deployed pseudo-distributed cluster.
   - Ran sleep job.
Thank you Vinod!
Regards,Kuhu Shukla 

    On Tuesday, July 26, 2016 4:17 PM, Andrew Wang <an...@cloudera.com> wrote:
 

 On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Kuhu Shukla <ks...@yahoo-inc.com.INVALID>.
+1 (non-binding).   
   - Built Tar ball from source.
   - Deployed pseudo-distributed cluster.
   - Ran sleep job.
Thank you Vinod!
Regards,Kuhu Shukla 

    On Tuesday, July 26, 2016 4:17 PM, Andrew Wang <an...@cloudera.com> wrote:
 

 On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.


   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Badger <eb...@yahoo-inc.com.INVALID>.
* Verified mds and pgp signatures of both source and binary* Built tarball from source on OS X 10.11.6 (El Capitan)* Deployed in pseudo-distributed mode* Ran sleep jobs and other randomly selected tests on both MapReduce and Tez* Visually verified the RM and history server UIs 
Thanks,
Eric 

    On Tuesday, July 26, 2016 3:23 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
 

 IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Badger <eb...@yahoo-inc.com.INVALID>.
* Verified mds and pgp signatures of both source and binary* Built tarball from source on OS X 10.11.6 (El Capitan)* Deployed in pseudo-distributed mode* Ran sleep jobs and other randomly selected tests on both MapReduce and Tez* Visually verified the RM and history server UIs 
Thanks,
Eric 

    On Tuesday, July 26, 2016 3:23 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
 

 IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Andrew Wang <an...@cloudera.com>.
On Tue, Jul 26, 2016 at 1:23 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> IIRR, the vote is on source artifacts and binaries are for convenience.
>
> Let me refine this statement a bit. Both the binary tarball and the JARs
we publish to Maven are still official release artifacts. This is why we
need L&Ns for them. Else, we shouldn't be distributing them.

In any case, it's up to the PMC to decide what is a valid release, via lazy
majority voting on this thread. I personally don't feel that strongly about
the native code, since I think it needs to be compiled per-distro anyway.

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Badger <eb...@yahoo-inc.com.INVALID>.
* Verified mds and pgp signatures of both source and binary* Built tarball from source on OS X 10.11.6 (El Capitan)* Deployed in pseudo-distributed mode* Ran sleep jobs and other randomly selected tests on both MapReduce and Tez* Visually verified the RM and history server UIs 
Thanks,
Eric 

    On Tuesday, July 26, 2016 3:23 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
 

 IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Badger <eb...@yahoo-inc.com.INVALID>.
* Verified mds and pgp signatures of both source and binary* Built tarball from source on OS X 10.11.6 (El Capitan)* Deployed in pseudo-distributed mode* Ran sleep jobs and other randomly selected tests on both MapReduce and Tez* Visually verified the RM and history server UIs 
Thanks,
Eric 

    On Tuesday, July 26, 2016 3:23 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
 

 IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Naganarasimha Garla <na...@apache.org>.
Tested as follows
- deployed a pseudo cluster from RC0 tar
- Verified signature and checksum
- Run MR sleep on YARN
- With/Without node labels enabled.
- Verified ATS V1 (One small issue though not regression, tracking URL for
running app is shown as Unassigned, will check and raise if required )

Regards,
+ Naga

On Wed, Jul 27, 2016 at 12:42 AM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> But, everyone please do continue your sanity checking on RC0 in case there
> are more issues to be fixed.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
> >
> > Thanks Daniel and Wei.
> >
> > I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
> >
> > Thanks
> > +Vinod
> >
> >> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org
> <ma...@apache.org>> wrote:
> >>
> >> I noticed two issues:
> >>
> >> (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >>
> >> (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> >> However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >>
> >> * Downloaded source and binary.
> >> * Verified signature.
> >> * Verified checksum.
> >> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> >> * Ran hadoop checknative
> >>
> >> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> >> Thanks Vinod for all the release work !
> >> +1 (non-binding).
> >> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> >> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >>
> >>
> >>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >>
> >>
> >>  Hi all,
> >>
> >> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>
> >> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >>
> >> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >>
> >> The RC tag in git is: release-2.7.3-RC0
> >>
> >> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >>
> >> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >>
> >> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >>
> >> Please try the release and vote; the vote will run for the usual 5 days.
> >>
> >> Thanks,
> >> Vinod
> >>
> >> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >>
> >>
> >>
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jian He <jh...@hortonworks.com>.
+1 for the source tarball.

- Compiled and built from the source code
- Deployed a cluster
- Successfully ran some sample jobs.

Thanks,
Jian

> On Jul 27, 2016, at 10:11 AM, Akira Ajisaka <aj...@oss.nttdata.co.jp> wrote:
> 
> +1 for the source tarball.
> 
> - Downloaded source tarball and binary tarball
> - Verified signatures and checksums
> - Compiled and built a single node cluster
> - Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom successfully
> - Ran some Hive on Tez queries successfully
> 
> Thanks,
> Akira
> 
> On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
>> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>> 
>> Thanks
>> +Vinod
>> 
>>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>> 
>>> Thanks Daniel and Wei.
>>> 
>>> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>> 
>>> Thanks
>>> +Vinod
>>> 
>>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>> 
>>>> I noticed two issues:
>>>> 
>>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>> 
>>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>> 
>>>> * Downloaded source and binary.
>>>> * Verified signature.
>>>> * Verified checksum.
>>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>>> * Ran hadoop checknative
>>>> 
>>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>>> Thanks Vinod for all the release work !
>>>> +1 (non-binding).
>>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>> 
>>>> 
>>>>    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>> 
>>>> 
>>>> Hi all,
>>>> 
>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>> 
>>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>> 
>>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>> 
>>>> The RC tag in git is: release-2.7.3-RC0
>>>> 
>>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>> 
>>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>> 
>>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>> 
>>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>> 
>>>> Thanks,
>>>> Vinod
>>>> 
>>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>> 
>>>> 
>>>> 
>>> 
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org
> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jian He <jh...@hortonworks.com>.
+1 for the source tarball.

- Compiled and built from the source code
- Deployed a cluster
- Successfully ran some sample jobs.

Thanks,
Jian

> On Jul 27, 2016, at 10:11 AM, Akira Ajisaka <aj...@oss.nttdata.co.jp> wrote:
> 
> +1 for the source tarball.
> 
> - Downloaded source tarball and binary tarball
> - Verified signatures and checksums
> - Compiled and built a single node cluster
> - Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom successfully
> - Ran some Hive on Tez queries successfully
> 
> Thanks,
> Akira
> 
> On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
>> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>> 
>> Thanks
>> +Vinod
>> 
>>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>> 
>>> Thanks Daniel and Wei.
>>> 
>>> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>> 
>>> Thanks
>>> +Vinod
>>> 
>>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>> 
>>>> I noticed two issues:
>>>> 
>>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>> 
>>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>> 
>>>> * Downloaded source and binary.
>>>> * Verified signature.
>>>> * Verified checksum.
>>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>>> * Ran hadoop checknative
>>>> 
>>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>>> Thanks Vinod for all the release work !
>>>> +1 (non-binding).
>>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>> 
>>>> 
>>>>    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>> 
>>>> 
>>>> Hi all,
>>>> 
>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>> 
>>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>> 
>>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>> 
>>>> The RC tag in git is: release-2.7.3-RC0
>>>> 
>>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>> 
>>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>> 
>>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>> 
>>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>> 
>>>> Thanks,
>>>> Vinod
>>>> 
>>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>> 
>>>> 
>>>> 
>>> 
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org
> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jian He <jh...@hortonworks.com>.
+1 for the source tarball.

- Compiled and built from the source code
- Deployed a cluster
- Successfully ran some sample jobs.

Thanks,
Jian

> On Jul 27, 2016, at 10:11 AM, Akira Ajisaka <aj...@oss.nttdata.co.jp> wrote:
> 
> +1 for the source tarball.
> 
> - Downloaded source tarball and binary tarball
> - Verified signatures and checksums
> - Compiled and built a single node cluster
> - Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom successfully
> - Ran some Hive on Tez queries successfully
> 
> Thanks,
> Akira
> 
> On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
>> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>> 
>> Thanks
>> +Vinod
>> 
>>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>> 
>>> Thanks Daniel and Wei.
>>> 
>>> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>> 
>>> Thanks
>>> +Vinod
>>> 
>>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>> 
>>>> I noticed two issues:
>>>> 
>>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>> 
>>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>> 
>>>> * Downloaded source and binary.
>>>> * Verified signature.
>>>> * Verified checksum.
>>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>>> * Ran hadoop checknative
>>>> 
>>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>>> Thanks Vinod for all the release work !
>>>> +1 (non-binding).
>>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>> 
>>>> 
>>>>    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>> 
>>>> 
>>>> Hi all,
>>>> 
>>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>> 
>>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>> 
>>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>> 
>>>> The RC tag in git is: release-2.7.3-RC0
>>>> 
>>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>> 
>>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>> 
>>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>> 
>>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>> 
>>>> Thanks,
>>>> Vinod
>>>> 
>>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>> 
>>>> 
>>>> 
>>> 
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org
> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Akira Ajisaka <aj...@oss.nttdata.co.jp>.
+1 for the source tarball.

- Downloaded source tarball and binary tarball
- Verified signatures and checksums
- Compiled and built a single node cluster
- Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom 
successfully
- Ran some Hive on Tez queries successfully

Thanks,
Akira

On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>
> Thanks
> +Vinod
>
>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>
>> Thanks Daniel and Wei.
>>
>> I think these are worth fixing, I\u2019m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>
>> Thanks
>> +Vinod
>>
>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>
>>> I noticed two issues:
>>>
>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>
>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>
>>> * Downloaded source and binary.
>>> * Verified signature.
>>> * Verified checksum.
>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>> * Ran hadoop checknative
>>>
>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>> Thanks Vinod for all the release work !
>>> +1 (non-binding).
>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>
>>>
>>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>
>>>
>>>  Hi all,
>>>
>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>
>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>
>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>
>>> The RC tag in git is: release-2.7.3-RC0
>>>
>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>
>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>
>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>
>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>
>>> Thanks,
>>> Vinod
>>>
>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>
>>>
>>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Naganarasimha Garla <na...@apache.org>.
Tested as follows
- deployed a pseudo cluster from RC0 tar
- Verified signature and checksum
- Run MR sleep on YARN
- With/Without node labels enabled.
- Verified ATS V1 (One small issue though not regression, tracking URL for
running app is shown as Unassigned, will check and raise if required )

Regards,
+ Naga

On Wed, Jul 27, 2016 at 12:42 AM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> But, everyone please do continue your sanity checking on RC0 in case there
> are more issues to be fixed.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
> >
> > Thanks Daniel and Wei.
> >
> > I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
> >
> > Thanks
> > +Vinod
> >
> >> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org
> <ma...@apache.org>> wrote:
> >>
> >> I noticed two issues:
> >>
> >> (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >>
> >> (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> >> However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >>
> >> * Downloaded source and binary.
> >> * Verified signature.
> >> * Verified checksum.
> >> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> >> * Ran hadoop checknative
> >>
> >> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> >> Thanks Vinod for all the release work !
> >> +1 (non-binding).
> >> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> >> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >>
> >>
> >>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >>
> >>
> >>  Hi all,
> >>
> >> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>
> >> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >>
> >> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >>
> >> The RC tag in git is: release-2.7.3-RC0
> >>
> >> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >>
> >> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >>
> >> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >>
> >> Please try the release and vote; the vote will run for the usual 5 days.
> >>
> >> Thanks,
> >> Vinod
> >>
> >> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >>
> >>
> >>
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Naganarasimha Garla <na...@apache.org>.
Tested as follows
- deployed a pseudo cluster from RC0 tar
- Verified signature and checksum
- Run MR sleep on YARN
- With/Without node labels enabled.
- Verified ATS V1 (One small issue though not regression, tracking URL for
running app is shown as Unassigned, will check and raise if required )

Regards,
+ Naga

On Wed, Jul 27, 2016 at 12:42 AM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> But, everyone please do continue your sanity checking on RC0 in case there
> are more issues to be fixed.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
> >
> > Thanks Daniel and Wei.
> >
> > I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
> >
> > Thanks
> > +Vinod
> >
> >> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org
> <ma...@apache.org>> wrote:
> >>
> >> I noticed two issues:
> >>
> >> (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >>
> >> (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> >> However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >>
> >> * Downloaded source and binary.
> >> * Verified signature.
> >> * Verified checksum.
> >> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> >> * Ran hadoop checknative
> >>
> >> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> >> Thanks Vinod for all the release work !
> >> +1 (non-binding).
> >> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> >> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >>
> >>
> >>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >>
> >>
> >>  Hi all,
> >>
> >> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>
> >> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >>
> >> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >>
> >> The RC tag in git is: release-2.7.3-RC0
> >>
> >> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >>
> >> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >>
> >> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >>
> >> Please try the release and vote; the vote will run for the usual 5 days.
> >>
> >> Thanks,
> >> Vinod
> >>
> >> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >>
> >>
> >>
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Naganarasimha Garla <na...@apache.org>.
Tested as follows
- deployed a pseudo cluster from RC0 tar
- Verified signature and checksum
- Run MR sleep on YARN
- With/Without node labels enabled.
- Verified ATS V1 (One small issue though not regression, tracking URL for
running app is shown as Unassigned, will check and raise if required )

Regards,
+ Naga

On Wed, Jul 27, 2016 at 12:42 AM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> But, everyone please do continue your sanity checking on RC0 in case there
> are more issues to be fixed.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
> >
> > Thanks Daniel and Wei.
> >
> > I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
> >
> > Thanks
> > +Vinod
> >
> >> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org
> <ma...@apache.org>> wrote:
> >>
> >> I noticed two issues:
> >>
> >> (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >>
> >> (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> >> However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >>
> >> * Downloaded source and binary.
> >> * Verified signature.
> >> * Verified checksum.
> >> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> >> * Ran hadoop checknative
> >>
> >> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> >> Thanks Vinod for all the release work !
> >> +1 (non-binding).
> >> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> >> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >>
> >>
> >>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >>
> >>
> >>  Hi all,
> >>
> >> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >>
> >> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >>
> >> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >>
> >> The RC tag in git is: release-2.7.3-RC0
> >>
> >> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >>
> >> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >>
> >> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >>
> >> Please try the release and vote; the vote will run for the usual 5 days.
> >>
> >> Thanks,
> >> Vinod
> >>
> >> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >>
> >>
> >>
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Akira Ajisaka <aj...@oss.nttdata.co.jp>.
+1 for the source tarball.

- Downloaded source tarball and binary tarball
- Verified signatures and checksums
- Compiled and built a single node cluster
- Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom 
successfully
- Ran some Hive on Tez queries successfully

Thanks,
Akira

On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>
> Thanks
> +Vinod
>
>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>
>> Thanks Daniel and Wei.
>>
>> I think these are worth fixing, I\u2019m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>
>> Thanks
>> +Vinod
>>
>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>
>>> I noticed two issues:
>>>
>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>
>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>
>>> * Downloaded source and binary.
>>> * Verified signature.
>>> * Verified checksum.
>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>> * Ran hadoop checknative
>>>
>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>> Thanks Vinod for all the release work !
>>> +1 (non-binding).
>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>
>>>
>>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>
>>>
>>>  Hi all,
>>>
>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>
>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>
>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>
>>> The RC tag in git is: release-2.7.3-RC0
>>>
>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>
>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>
>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>
>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>
>>> Thanks,
>>> Vinod
>>>
>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>
>>>
>>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Akira Ajisaka <aj...@oss.nttdata.co.jp>.
+1 for the source tarball.

- Downloaded source tarball and binary tarball
- Verified signatures and checksums
- Compiled and built a single node cluster
- Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom 
successfully
- Ran some Hive on Tez queries successfully

Thanks,
Akira

On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>
> Thanks
> +Vinod
>
>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>
>> Thanks Daniel and Wei.
>>
>> I think these are worth fixing, I\u2019m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>
>> Thanks
>> +Vinod
>>
>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>
>>> I noticed two issues:
>>>
>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>
>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>
>>> * Downloaded source and binary.
>>> * Verified signature.
>>> * Verified checksum.
>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>> * Ran hadoop checknative
>>>
>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>> Thanks Vinod for all the release work !
>>> +1 (non-binding).
>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>
>>>
>>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>
>>>
>>>  Hi all,
>>>
>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>
>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>
>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>
>>> The RC tag in git is: release-2.7.3-RC0
>>>
>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>
>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>
>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>
>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>
>>> Thanks,
>>> Vinod
>>>
>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>
>>>
>>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Akira Ajisaka <aj...@oss.nttdata.co.jp>.
+1 for the source tarball.

- Downloaded source tarball and binary tarball
- Verified signatures and checksums
- Compiled and built a single node cluster
- Compiled Hive 2.1.0/1.2.1 and Tez 0.8.4/0.7.1 using Hadoop 2.7.3 pom 
successfully
- Ran some Hive on Tez queries successfully

Thanks,
Akira

On 7/27/16 04:12, Vinod Kumar Vavilapalli wrote:
> But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.
>
> Thanks
> +Vinod
>
>> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>>
>> Thanks Daniel and Wei.
>>
>> I think these are worth fixing, I\u2019m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
>>
>> Thanks
>> +Vinod
>>
>>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>>>
>>> I noticed two issues:
>>>
>>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>>>
>>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>>>
>>> * Downloaded source and binary.
>>> * Verified signature.
>>> * Verified checksum.
>>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>>> * Ran hadoop checknative
>>>
>>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>>> Thanks Vinod for all the release work !
>>> +1 (non-binding).
>>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>>>
>>>
>>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>>>
>>>
>>>  Hi all,
>>>
>>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>>>
>>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>>>
>>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>>>
>>> The RC tag in git is: release-2.7.3-RC0
>>>
>>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>>>
>>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>>>
>>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>>>
>>> Please try the release and vote; the vote will run for the usual 5 days.
>>>
>>> Thanks,
>>> Vinod
>>>
>>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>>>
>>>
>>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.

Thanks
+Vinod

> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
> 
> Thanks Daniel and Wei.
> 
> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
> 
> Thanks
> +Vinod
> 
>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>> 
>> I noticed two issues:
>> 
>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>> 
>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>> 
>> * Downloaded source and binary.
>> * Verified signature.
>> * Verified checksum.
>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>> * Ran hadoop checknative
>> 
>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>> Thanks Vinod for all the release work !
>> +1 (non-binding).
>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>> 
>> 
>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>> 
>> 
>>  Hi all,
>> 
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> 
>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>> 
>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>> 
>> The RC tag in git is: release-2.7.3-RC0
>> 
>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>> 
>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>> 
>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>> 
>> Please try the release and vote; the vote will run for the usual 5 days.
>> 
>> Thanks,
>> Vinod
>> 
>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>> 
>>    
>> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.

Thanks
+Vinod

> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
> 
> Thanks Daniel and Wei.
> 
> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
> 
> Thanks
> +Vinod
> 
>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>> 
>> I noticed two issues:
>> 
>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>> 
>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>> 
>> * Downloaded source and binary.
>> * Verified signature.
>> * Verified checksum.
>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>> * Ran hadoop checknative
>> 
>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>> Thanks Vinod for all the release work !
>> +1 (non-binding).
>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>> 
>> 
>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>> 
>> 
>>  Hi all,
>> 
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> 
>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>> 
>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>> 
>> The RC tag in git is: release-2.7.3-RC0
>> 
>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>> 
>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>> 
>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>> 
>> Please try the release and vote; the vote will run for the usual 5 days.
>> 
>> Thanks,
>> Vinod
>> 
>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>> 
>>    
>> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.

Thanks
+Vinod

> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
> 
> Thanks Daniel and Wei.
> 
> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
> 
> Thanks
> +Vinod
> 
>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>> 
>> I noticed two issues:
>> 
>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>> 
>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>> 
>> * Downloaded source and binary.
>> * Verified signature.
>> * Verified checksum.
>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>> * Ran hadoop checknative
>> 
>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>> Thanks Vinod for all the release work !
>> +1 (non-binding).
>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>> 
>> 
>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>> 
>> 
>>  Hi all,
>> 
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> 
>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>> 
>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>> 
>> The RC tag in git is: release-2.7.3-RC0
>> 
>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>> 
>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>> 
>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>> 
>> Please try the release and vote; the vote will run for the usual 5 days.
>> 
>> Thanks,
>> Vinod
>> 
>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>> 
>>    
>> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
But, everyone please do continue your sanity checking on RC0 in case there are more issues to be fixed.

Thanks
+Vinod

> On Jul 26, 2016, at 12:11 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
> 
> Thanks Daniel and Wei.
> 
> I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.
> 
> Thanks
> +Vinod
> 
>> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <weichiu@apache.org <ma...@apache.org>> wrote:
>> 
>> I noticed two issues:
>> 
>> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
>> 
>> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
>> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
>> 
>> * Downloaded source and binary.
>> * Verified signature.
>> * Verified checksum.
>> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
>> * Ran hadoop checknative
>> 
>> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
>> Thanks Vinod for all the release work !
>> +1 (non-binding).
>> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
>> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>> 
>> 
>>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
>> 
>> 
>>  Hi all,
>> 
>> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>> 
>> As discussed before, this is the next maintenance release to follow up 2.7.2.
>> 
>> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
>> 
>> The RC tag in git is: release-2.7.3-RC0
>> 
>> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
>> 
>> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
>> 
>> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>> 
>> Please try the release and vote; the vote will run for the usual 5 days.
>> 
>> Thanks,
>> Vinod
>> 
>> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
>> 
>>    
>> 
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Karthik Kambatla <ka...@cloudera.com>.
IIRR, the vote is on source artifacts and binaries are for convenience.

If that is right, I am open to either options - do another RC or continue
this vote and fix the binary artifacts.

On Tue, Jul 26, 2016 at 12:11 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Thanks Daniel and Wei.
>
> I think these are worth fixing, I’m withdrawing this RC. Will look at
> fixing these issues and roll a new candidate with the fixes as soon as
> possible.
>
> Thanks
> +Vinod
>
> > On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > I noticed two issues:
> >
> > (1) I ran hadoop checknative, but it seems the binary tarball was not
> compiled with native library for Linux. On the contrary, the Hadoop built
> from source tarball with maven -Pnative can find the native libraries on
> the same host.
> >
> > (2) I noticed that the release dates in CHANGES.txt in tag
> release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> > However, the release dates in CHANGES.txt in the source and binary tar
> balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
> though.
> >
> > * Downloaded source and binary.
> > * Verified signature.
> > * Verified checksum.
> > * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05).
> Both went fine.
> > * Ran hadoop checknative
> >
> > On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah
> <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>>
> wrote:
> > Thanks Vinod for all the release work !
> > +1 (non-binding).
> > * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> > * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
> >
> >
> >     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org <ma...@apache.org>> wrote:
> >
> >
> >  Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> 2.7.2.
> >
> > The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> <http://repository.apache.org/ <
> http://repository.apache.org/>> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >>
> >
> > The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>>
> for your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <
> http://markmail.org/thread/6yv2fyrs4jlepmmr <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> >
> >
> >
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
Thanks Daniel and Wei.

I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.

Thanks
+Vinod

> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org> wrote:
> 
> I noticed two issues:
> 
> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
> 
> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
> 
> * Downloaded source and binary.
> * Verified signature.
> * Verified checksum.
> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
> * Ran hadoop checknative
> 
> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
> 
> 
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
> 
> 
>  Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> 
>    
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
Thanks Daniel and Wei.

I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.

Thanks
+Vinod

> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org> wrote:
> 
> I noticed two issues:
> 
> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
> 
> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
> 
> * Downloaded source and binary.
> * Verified signature.
> * Verified checksum.
> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
> * Ran hadoop checknative
> 
> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
> 
> 
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
> 
> 
>  Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> 
>    
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
Thanks Daniel and Wei.

I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.

Thanks
+Vinod

> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org> wrote:
> 
> I noticed two issues:
> 
> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
> 
> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
> 
> * Downloaded source and binary.
> * Verified signature.
> * Verified checksum.
> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
> * Ran hadoop checknative
> 
> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
> 
> 
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
> 
> 
>  Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> 
>    
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Vinod Kumar Vavilapalli <vi...@apache.org>.
Thanks Daniel and Wei.

I think these are worth fixing, I’m withdrawing this RC. Will look at fixing these issues and roll a new candidate with the fixes as soon as possible.

Thanks
+Vinod

> On Jul 26, 2016, at 11:05 AM, Wei-Chiu Chuang <we...@apache.org> wrote:
> 
> I noticed two issues:
> 
> (1) I ran hadoop checknative, but it seems the binary tarball was not compiled with native library for Linux. On the contrary, the Hadoop built from source tarball with maven -Pnative can find the native libraries on the same host.
> 
> (2) I noticed that the release dates in CHANGES.txt in tag release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
> However, the release dates in CHANGES.txt in the source and binary tar balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue though.
> 
> * Downloaded source and binary.
> * Verified signature.
> * Verified checksum.
> * Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both went fine.
> * Ran hadoop checknative
> 
> On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <rushabhs@yahoo-inc.com.invalid <ma...@yahoo-inc.com.invalid>> wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
> 
> 
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org <ma...@apache.org>> wrote:
> 
> 
>  Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/> <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> <http://repository.apache.org/ <http://repository.apache.org/>> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/> <https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html> <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html> <http://markmail.org/thread/6yv2fyrs4jlepmmr <http://markmail.org/thread/6yv2fyrs4jlepmmr>>
> 
>    
> 


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I noticed two issues:

(1) I ran hadoop checknative, but it seems the binary tarball was not
compiled with native library for Linux. On the contrary, the Hadoop built
from source tarball with maven -Pnative can find the native libraries on
the same host.

(2) I noticed that the release dates in CHANGES.txt in tag
release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
However, the release dates in CHANGES.txt in the source and binary tar
balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
though.

* Downloaded source and binary.
* Verified signature.
* Verified checksum.
* Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both
went fine.
* Ran hadoop checknative

On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <
rushabhs@yahoo-inc.com.invalid> wrote:

> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
>
>
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>
>  Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Daniel Templeton <da...@cloudera.com>.
I just downloaded the build tarball and deployed it on a 2-node 
cluster.  It looks to me like it's compiled for the wrong platform:

# file /usr/lib/hadoop/bin/container-executor
/usr/lib/hadoop/bin/container-executor: setuid setgid Mach-O 64-bit 
executable

I'm also seeing the no-native-libraries warnings.

Daniel

On 7/26/16 6:12 PM, Rushabh Shah wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>   
>
>      On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>   
>
>   Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>     



---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Daniel Templeton <da...@cloudera.com>.
I just downloaded the build tarball and deployed it on a 2-node 
cluster.  It looks to me like it's compiled for the wrong platform:

# file /usr/lib/hadoop/bin/container-executor
/usr/lib/hadoop/bin/container-executor: setuid setgid Mach-O 64-bit 
executable

I'm also seeing the no-native-libraries warnings.

Daniel

On 7/26/16 6:12 PM, Rushabh Shah wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>   
>
>      On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>   
>
>   Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>     



---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Daniel Templeton <da...@cloudera.com>.
I just downloaded the build tarball and deployed it on a 2-node 
cluster.  It looks to me like it's compiled for the wrong platform:

# file /usr/lib/hadoop/bin/container-executor
/usr/lib/hadoop/bin/container-executor: setuid setgid Mach-O 64-bit 
executable

I'm also seeing the no-native-libraries warnings.

Daniel

On 7/26/16 6:12 PM, Rushabh Shah wrote:
> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
>   
>
>      On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
>   
>
>   Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>     



---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I noticed two issues:

(1) I ran hadoop checknative, but it seems the binary tarball was not
compiled with native library for Linux. On the contrary, the Hadoop built
from source tarball with maven -Pnative can find the native libraries on
the same host.

(2) I noticed that the release dates in CHANGES.txt in tag
release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
However, the release dates in CHANGES.txt in the source and binary tar
balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
though.

* Downloaded source and binary.
* Verified signature.
* Verified checksum.
* Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both
went fine.
* Ran hadoop checknative

On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <
rushabhs@yahoo-inc.com.invalid> wrote:

> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
>
>
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>
>  Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I noticed two issues:

(1) I ran hadoop checknative, but it seems the binary tarball was not
compiled with native library for Linux. On the contrary, the Hadoop built
from source tarball with maven -Pnative can find the native libraries on
the same host.

(2) I noticed that the release dates in CHANGES.txt in tag
release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
However, the release dates in CHANGES.txt in the source and binary tar
balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
though.

* Downloaded source and binary.
* Verified signature.
* Verified checksum.
* Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both
went fine.
* Ran hadoop checknative

On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <
rushabhs@yahoo-inc.com.invalid> wrote:

> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
>
>
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>
>  Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I noticed two issues:

(1) I ran hadoop checknative, but it seems the binary tarball was not
compiled with native library for Linux. On the contrary, the Hadoop built
from source tarball with maven -Pnative can find the native libraries on
the same host.

(2) I noticed that the release dates in CHANGES.txt in tag
release-2.7.3-RC0 are set to Release 2.7.3 - 2016-07-27.
However, the release dates in CHANGES.txt in the source and binary tar
balls are set to Release 2.7.3 - 2016-08-01. This is probably a non-issue
though.

* Downloaded source and binary.
* Verified signature.
* Verified checksum.
* Built from source using 64-bit Java 7 (1.7.0.75) and 8 (1.8.0.05). Both
went fine.
* Ran hadoop checknative

On Tue, Jul 26, 2016 at 9:12 AM, Rushabh Shah <
rushabhs@yahoo-inc.com.invalid> wrote:

> Thanks Vinod for all the release work !
> +1 (non-binding).
> * Downloaded from source and built it.* Deployed a pseudo distributed
> cluster.
> * Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything
> works fine.
>
>
>     On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org> wrote:
>
>
>  Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rushabh Shah <ru...@yahoo-inc.com.INVALID>.
Thanks Vinod for all the release work !
+1 (non-binding).
* Downloaded from source and built it.* Deployed a pseudo distributed cluster.
* Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
 

    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
 

 Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rakesh Radhakrishnan <ra...@apache.org>.
Thank you Vinod.

+1 (non-binding)

- downloaded and built from source
- deployed HDFS-HA cluster and tested few switching behaviors
- executed few hdfs commands from command line
- viewed basic UI
- ran HDFS/Common unit tests
- checked LICENSE and NOTICE files

Regards,
Rakesh
Intel

On Tue, Jul 26, 2016 at 11:36 AM, Zhihai Xu <zh...@gmail.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source
> * Checked LICENSE and NOTICE
> * Deployed a pseudo cluster
> * Ran through MR and HDFS tests
> * verified basic HDFS operations and Pi job.
>
> Zhihai
>
> On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org
> > wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rakesh Radhakrishnan <ra...@apache.org>.
Thank you Vinod.

+1 (non-binding)

- downloaded and built from source
- deployed HDFS-HA cluster and tested few switching behaviors
- executed few hdfs commands from command line
- viewed basic UI
- ran HDFS/Common unit tests
- checked LICENSE and NOTICE files

Regards,
Rakesh
Intel

On Tue, Jul 26, 2016 at 11:36 AM, Zhihai Xu <zh...@gmail.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source
> * Checked LICENSE and NOTICE
> * Deployed a pseudo cluster
> * Ran through MR and HDFS tests
> * verified basic HDFS operations and Pi job.
>
> Zhihai
>
> On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org
> > wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rakesh Radhakrishnan <ra...@apache.org>.
Thank you Vinod.

+1 (non-binding)

- downloaded and built from source
- deployed HDFS-HA cluster and tested few switching behaviors
- executed few hdfs commands from command line
- viewed basic UI
- ran HDFS/Common unit tests
- checked LICENSE and NOTICE files

Regards,
Rakesh
Intel

On Tue, Jul 26, 2016 at 11:36 AM, Zhihai Xu <zh...@gmail.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source
> * Checked LICENSE and NOTICE
> * Deployed a pseudo cluster
> * Ran through MR and HDFS tests
> * verified basic HDFS operations and Pi job.
>
> Zhihai
>
> On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org
> > wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rakesh Radhakrishnan <ra...@apache.org>.
Thank you Vinod.

+1 (non-binding)

- downloaded and built from source
- deployed HDFS-HA cluster and tested few switching behaviors
- executed few hdfs commands from command line
- viewed basic UI
- ran HDFS/Common unit tests
- checked LICENSE and NOTICE files

Regards,
Rakesh
Intel

On Tue, Jul 26, 2016 at 11:36 AM, Zhihai Xu <zh...@gmail.com> wrote:

> Thanks Vinod.
>
> +1 (non-binding)
>
> * Downloaded and built from source
> * Checked LICENSE and NOTICE
> * Deployed a pseudo cluster
> * Ran through MR and HDFS tests
> * verified basic HDFS operations and Pi job.
>
> Zhihai
>
> On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <
> vinodkv@apache.org
> > wrote:
>
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Zhihai Xu <zh...@gmail.com>.
Thanks Vinod.

+1 (non-binding)

* Downloaded and built from source
* Checked LICENSE and NOTICE
* Deployed a pseudo cluster
* Ran through MR and HDFS tests
* verified basic HDFS operations and Pi job.

Zhihai

On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org
> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Masatake Iwasaki <iw...@oss.nttdata.co.jp>.
Thanks for putting this up, Vinod.

+1 (non-binding)

* verified signature and mds of source and binary tarball
* built from source tarball on CentOS 6
* built site documentation
* deployed 3-node cluster with NN-HA and RM-HA, ran example jobs
* built rpms by using Bigtop, deployed 3-node cluster on docker and ran 
smoke-tests of hdfs, yarn and mapreduce

Masatake Iwasaki

On 7/23/16 11:15, Vinod Kumar Vavilapalli wrote:
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>


---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sangjin Lee <sj...@apache.org>.
+1 (binding)

- downloaded both source and binary tarballs and verified the signatures
- set up a pseudo-distributed cluster
- ran some simple mapreduce jobs
- checked the basic web UI

Sangjin

On Wed, Jul 27, 2016 at 12:57 PM, John Zhuge <jz...@cloudera.com> wrote:

> +1 (non-binding)
>
> - Build source with Java 1.8.0_101 on Centos 7.2 with native
> - Build source with Java 1.7.0_79 on Mac
> - Verify license and notice using the shell script in HADOOP-13374
> - Deploy a pseudo cluster
> - Run basic dfs, distcp, ACL, webhdfs commands
> - Run MapReduce workcount and pi examples
> - Start balancer
>
> Thanks,
> John
>
> John Zhuge
> Software Engineer, Cloudera
>
> On Wed, Jul 27, 2016 at 11:38 AM, Robert Kanter <rk...@cloudera.com>
> wrote:
>
> > +1 (binding)
> >
> > - Downloaded binary tarball
> > - verified signatures
> > - setup pseudo cluster
> > - ran some of the example jobs, clicked around the UI a bit
> >
> >
> > - Robert
> >
> >
> > On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jlowe@yahoo-inc.com.invalid
> >
> > wrote:
> >
> > > +1 (binding)
> > > - Verified signatures and digests- Built from source with native
> support-
> > > Deployed a pseudo-distributed cluster- Ran some sample jobs
> > > Jason
> > >
> > >       From: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> > > hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> > > mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> > > Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  Sent: Friday, July 22, 2016 9:15 PM
> > >  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> > >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> > >
> > >
> > >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sangjin Lee <sj...@apache.org>.
+1 (binding)

- downloaded both source and binary tarballs and verified the signatures
- set up a pseudo-distributed cluster
- ran some simple mapreduce jobs
- checked the basic web UI

Sangjin

On Wed, Jul 27, 2016 at 12:57 PM, John Zhuge <jz...@cloudera.com> wrote:

> +1 (non-binding)
>
> - Build source with Java 1.8.0_101 on Centos 7.2 with native
> - Build source with Java 1.7.0_79 on Mac
> - Verify license and notice using the shell script in HADOOP-13374
> - Deploy a pseudo cluster
> - Run basic dfs, distcp, ACL, webhdfs commands
> - Run MapReduce workcount and pi examples
> - Start balancer
>
> Thanks,
> John
>
> John Zhuge
> Software Engineer, Cloudera
>
> On Wed, Jul 27, 2016 at 11:38 AM, Robert Kanter <rk...@cloudera.com>
> wrote:
>
> > +1 (binding)
> >
> > - Downloaded binary tarball
> > - verified signatures
> > - setup pseudo cluster
> > - ran some of the example jobs, clicked around the UI a bit
> >
> >
> > - Robert
> >
> >
> > On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jlowe@yahoo-inc.com.invalid
> >
> > wrote:
> >
> > > +1 (binding)
> > > - Verified signatures and digests- Built from source with native
> support-
> > > Deployed a pseudo-distributed cluster- Ran some sample jobs
> > > Jason
> > >
> > >       From: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> > > hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> > > mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> > > Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  Sent: Friday, July 22, 2016 9:15 PM
> > >  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> > >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> > >
> > >
> > >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sangjin Lee <sj...@apache.org>.
+1 (binding)

- downloaded both source and binary tarballs and verified the signatures
- set up a pseudo-distributed cluster
- ran some simple mapreduce jobs
- checked the basic web UI

Sangjin

On Wed, Jul 27, 2016 at 12:57 PM, John Zhuge <jz...@cloudera.com> wrote:

> +1 (non-binding)
>
> - Build source with Java 1.8.0_101 on Centos 7.2 with native
> - Build source with Java 1.7.0_79 on Mac
> - Verify license and notice using the shell script in HADOOP-13374
> - Deploy a pseudo cluster
> - Run basic dfs, distcp, ACL, webhdfs commands
> - Run MapReduce workcount and pi examples
> - Start balancer
>
> Thanks,
> John
>
> John Zhuge
> Software Engineer, Cloudera
>
> On Wed, Jul 27, 2016 at 11:38 AM, Robert Kanter <rk...@cloudera.com>
> wrote:
>
> > +1 (binding)
> >
> > - Downloaded binary tarball
> > - verified signatures
> > - setup pseudo cluster
> > - ran some of the example jobs, clicked around the UI a bit
> >
> >
> > - Robert
> >
> >
> > On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jlowe@yahoo-inc.com.invalid
> >
> > wrote:
> >
> > > +1 (binding)
> > > - Verified signatures and digests- Built from source with native
> support-
> > > Deployed a pseudo-distributed cluster- Ran some sample jobs
> > > Jason
> > >
> > >       From: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> > > hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> > > mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> > > Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  Sent: Friday, July 22, 2016 9:15 PM
> > >  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> > >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> > >
> > >
> > >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sangjin Lee <sj...@apache.org>.
+1 (binding)

- downloaded both source and binary tarballs and verified the signatures
- set up a pseudo-distributed cluster
- ran some simple mapreduce jobs
- checked the basic web UI

Sangjin

On Wed, Jul 27, 2016 at 12:57 PM, John Zhuge <jz...@cloudera.com> wrote:

> +1 (non-binding)
>
> - Build source with Java 1.8.0_101 on Centos 7.2 with native
> - Build source with Java 1.7.0_79 on Mac
> - Verify license and notice using the shell script in HADOOP-13374
> - Deploy a pseudo cluster
> - Run basic dfs, distcp, ACL, webhdfs commands
> - Run MapReduce workcount and pi examples
> - Start balancer
>
> Thanks,
> John
>
> John Zhuge
> Software Engineer, Cloudera
>
> On Wed, Jul 27, 2016 at 11:38 AM, Robert Kanter <rk...@cloudera.com>
> wrote:
>
> > +1 (binding)
> >
> > - Downloaded binary tarball
> > - verified signatures
> > - setup pseudo cluster
> > - ran some of the example jobs, clicked around the UI a bit
> >
> >
> > - Robert
> >
> >
> > On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jlowe@yahoo-inc.com.invalid
> >
> > wrote:
> >
> > > +1 (binding)
> > > - Verified signatures and digests- Built from source with native
> support-
> > > Deployed a pseudo-distributed cluster- Ran some sample jobs
> > > Jason
> > >
> > >       From: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> > > hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> > > mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> > > Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
> > >  Sent: Friday, July 22, 2016 9:15 PM
> > >  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> > >
> > > Hi all,
> > >
> > > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> > >
> > > As discussed before, this is the next maintenance release to follow up
> > > 2.7.2.
> > >
> > > The RC is available for validation at:
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> > >
> > > The RC tag in git is: release-2.7.3-RC0
> > >
> > > The maven artifacts are available via repository.apache.org <
> > > http://repository.apache.org/> at
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > <
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> > >
> > >
> > > The release-notes are inside the tar-balls at location
> > > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > > hosted this at
> > > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> > for
> > > your quick perusal.
> > >
> > > As you may have noted, a very long fix-cycle for the License & Notice
> > > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> > release)
> > > to slip by quite a bit. This release's related discussion thread is
> > linked
> > > below: [1].
> > >
> > > Please try the release and vote; the vote will run for the usual 5
> days.
> > >
> > > Thanks,
> > > Vinod
> > >
> > > [1]: 2.7.3 release plan:
> > >
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> > <
> > > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> > >
> > >
> > >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by John Zhuge <jz...@cloudera.com>.
+1 (non-binding)

- Build source with Java 1.8.0_101 on Centos 7.2 with native
- Build source with Java 1.7.0_79 on Mac
- Verify license and notice using the shell script in HADOOP-13374
- Deploy a pseudo cluster
- Run basic dfs, distcp, ACL, webhdfs commands
- Run MapReduce workcount and pi examples
- Start balancer

Thanks,
John

John Zhuge
Software Engineer, Cloudera

On Wed, Jul 27, 2016 at 11:38 AM, Robert Kanter <rk...@cloudera.com>
wrote:

> +1 (binding)
>
> - Downloaded binary tarball
> - verified signatures
> - setup pseudo cluster
> - ran some of the example jobs, clicked around the UI a bit
>
>
> - Robert
>
>
> On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jl...@yahoo-inc.com.invalid>
> wrote:
>
> > +1 (binding)
> > - Verified signatures and digests- Built from source with native support-
> > Deployed a pseudo-distributed cluster- Ran some sample jobs
> > Jason
> >
> >       From: Vinod Kumar Vavilapalli <vi...@apache.org>
> >  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> > hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> > mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> > Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
> >  Sent: Friday, July 22, 2016 9:15 PM
> >  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> >
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >
> >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by John Zhuge <jz...@cloudera.com>.
+1 (non-binding)

- Build source with Java 1.8.0_101 on Centos 7.2 with native
- Build source with Java 1.7.0_79 on Mac
- Verify license and notice using the shell script in HADOOP-13374
- Deploy a pseudo cluster
- Run basic dfs, distcp, ACL, webhdfs commands
- Run MapReduce workcount and pi examples
- Start balancer

Thanks,
John

John Zhuge
Software Engineer, Cloudera

On Wed, Jul 27, 2016 at 11:38 AM, Robert Kanter <rk...@cloudera.com>
wrote:

> +1 (binding)
>
> - Downloaded binary tarball
> - verified signatures
> - setup pseudo cluster
> - ran some of the example jobs, clicked around the UI a bit
>
>
> - Robert
>
>
> On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jl...@yahoo-inc.com.invalid>
> wrote:
>
> > +1 (binding)
> > - Verified signatures and digests- Built from source with native support-
> > Deployed a pseudo-distributed cluster- Ran some sample jobs
> > Jason
> >
> >       From: Vinod Kumar Vavilapalli <vi...@apache.org>
> >  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> > hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> > mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> > Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
> >  Sent: Friday, July 22, 2016 9:15 PM
> >  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> >
> > Hi all,
> >
> > I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> >
> > As discussed before, this is the next maintenance release to follow up
> > 2.7.2.
> >
> > The RC is available for validation at:
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> >
> > The RC tag in git is: release-2.7.3-RC0
> >
> > The maven artifacts are available via repository.apache.org <
> > http://repository.apache.org/> at
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> <
> > https://repository.apache.org/content/repositories/orgapachehadoop-1040/
> >
> >
> > The release-notes are inside the tar-balls at location
> > hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> > hosted this at
> > http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> > http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html>
> for
> > your quick perusal.
> >
> > As you may have noted, a very long fix-cycle for the License & Notice
> > issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop
> release)
> > to slip by quite a bit. This release's related discussion thread is
> linked
> > below: [1].
> >
> > Please try the release and vote; the vote will run for the usual 5 days.
> >
> > Thanks,
> > Vinod
> >
> > [1]: 2.7.3 release plan:
> > https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html
> <
> > http://markmail.org/thread/6yv2fyrs4jlepmmr>
> >
> >
> >
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Robert Kanter <rk...@cloudera.com>.
+1 (binding)

- Downloaded binary tarball
- verified signatures
- setup pseudo cluster
- ran some of the example jobs, clicked around the UI a bit


- Robert


On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jl...@yahoo-inc.com.invalid>
wrote:

> +1 (binding)
> - Verified signatures and digests- Built from source with native support-
> Deployed a pseudo-distributed cluster- Ran some sample jobs
> Jason
>
>       From: Vinod Kumar Vavilapalli <vi...@apache.org>
>  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
>  Sent: Friday, July 22, 2016 9:15 PM
>  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Robert Kanter <rk...@cloudera.com>.
+1 (binding)

- Downloaded binary tarball
- verified signatures
- setup pseudo cluster
- ran some of the example jobs, clicked around the UI a bit


- Robert


On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jl...@yahoo-inc.com.invalid>
wrote:

> +1 (binding)
> - Verified signatures and digests- Built from source with native support-
> Deployed a pseudo-distributed cluster- Ran some sample jobs
> Jason
>
>       From: Vinod Kumar Vavilapalli <vi...@apache.org>
>  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
>  Sent: Friday, July 22, 2016 9:15 PM
>  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Robert Kanter <rk...@cloudera.com>.
+1 (binding)

- Downloaded binary tarball
- verified signatures
- setup pseudo cluster
- ran some of the example jobs, clicked around the UI a bit


- Robert


On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jl...@yahoo-inc.com.invalid>
wrote:

> +1 (binding)
> - Verified signatures and digests- Built from source with native support-
> Deployed a pseudo-distributed cluster- Ran some sample jobs
> Jason
>
>       From: Vinod Kumar Vavilapalli <vi...@apache.org>
>  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
>  Sent: Friday, July 22, 2016 9:15 PM
>  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Robert Kanter <rk...@cloudera.com>.
+1 (binding)

- Downloaded binary tarball
- verified signatures
- setup pseudo cluster
- ran some of the example jobs, clicked around the UI a bit


- Robert


On Mon, Jul 25, 2016 at 3:28 PM, Jason Lowe <jl...@yahoo-inc.com.invalid>
wrote:

> +1 (binding)
> - Verified signatures and digests- Built from source with native support-
> Deployed a pseudo-distributed cluster- Ran some sample jobs
> Jason
>
>       From: Vinod Kumar Vavilapalli <vi...@apache.org>
>  To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>;
> hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "
> mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org>
> Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
>  Sent: Friday, July 22, 2016 9:15 PM
>  Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
>
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>
>
>
>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
+1 (binding)
- Verified signatures and digests- Built from source with native support- Deployed a pseudo-distributed cluster- Ran some sample jobs
Jason

      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Payne <er...@yahoo.com.INVALID>.
+1 (non-binding)
Thanks, Vinod, for all of your hard work and congratulations in completing this release.
After downloading and building the source, I installed Hadoop 2.7.3 RC0 on a 3-node, multi-tenant, insecure cluster. I ran manual tests to ensure the following:
- Ensure that user limit percent is honored for multiple users in the same queue
- Ensure that cross-queue preemption occurs when a preemptable queue is over its guaranteed capacity
- Ensure that jobs submitted to labelled queues only run on the labelled nodes.
- Ensure that RM UI shows correct queue resource metrics when jobs are running in labelled queues (YARN-4751).
- Ensure that a yarn distributed shell application can be launched and complete successfully.

Eric Payne
      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sunil Govind <su...@gmail.com>.
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 <vi...@apache.org>
wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Brahma Reddy Battula <br...@hotmail.com>.
+1 (non-binding)
- Downloaded the tar ball-Installed HA Cluster- Run basic dfs, distcp, ACL, webhdfs commands- Run MapReduce workcount and pi examples

Thanks And RegardsBrahma Reddy Battula

> From: vinodkv@apache.org
> Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> Date: Fri, 22 Jul 2016 19:15:18 -0700
> CC: vinodkv@apache.org
> To: common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> 
> Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
 		 	   		  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <lm...@apache.org>.
+1 binding

* downloaded and built from source
* checked LICENSE and NOTICE files
* verified signatures
* ran standalone tests
* installed pseudo-distributed instance on my mac
* ran through HDFS and mapreduce tests
* tested credential command
* tested webhdfs access through Apache Knox


On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <lm...@apache.org>.
+1 binding

* downloaded and built from source
* checked LICENSE and NOTICE files
* verified signatures
* ran standalone tests
* installed pseudo-distributed instance on my mac
* ran through HDFS and mapreduce tests
* tested credential command
* tested webhdfs access through Apache Knox


On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Masatake Iwasaki <iw...@oss.nttdata.co.jp>.
Thanks for putting this up, Vinod.

+1 (non-binding)

* verified signature and mds of source and binary tarball
* built from source tarball on CentOS 6
* built site documentation
* deployed 3-node cluster with NN-HA and RM-HA, ran example jobs
* built rpms by using Bigtop, deployed 3-node cluster on docker and ran 
smoke-tests of hdfs, yarn and mapreduce

Masatake Iwasaki

On 7/23/16 11:15, Vinod Kumar Vavilapalli wrote:
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Mingliang Liu <ml...@hortonworks.com>.
Thanks Vinod.

+1 (non-binding)

* Downloaded and built from source (with Java 8)
* Checked LICENSE and NOTICE files
* Verified MD5 signatures
* Installed pseudo-distributed instance (Mac OS X 10.11)
* Ran through HDFS and mapreduce tests
* Operate HDFS from command line
* Run tools like distcp/NNThroughputBenchmark

L

> On Jul 22, 2016, at 7:15 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
> 
> Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
+1 (binding)
- Verified signatures and digests- Built from source with native support- Deployed a pseudo-distributed cluster- Ran some sample jobs
Jason

      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Zhihai Xu <zh...@gmail.com>.
Thanks Vinod.

+1 (non-binding)

* Downloaded and built from source
* Checked LICENSE and NOTICE
* Deployed a pseudo cluster
* Ran through MR and HDFS tests
* verified basic HDFS operations and Pi job.

Zhihai

On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org
> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Zhihai Xu <zh...@gmail.com>.
Thanks Vinod.

+1 (non-binding)

* Downloaded and built from source
* Checked LICENSE and NOTICE
* Deployed a pseudo cluster
* Ran through MR and HDFS tests
* verified basic HDFS operations and Pi job.

Zhihai

On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org
> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Zhihai Xu <zh...@gmail.com>.
Thanks Vinod.

+1 (non-binding)

* Downloaded and built from source
* Checked LICENSE and NOTICE
* Deployed a pseudo cluster
* Ran through MR and HDFS tests
* verified basic HDFS operations and Pi job.

Zhihai

On Fri, Jul 22, 2016 at 7:15 PM, Vinod Kumar Vavilapalli <vinodkv@apache.org
> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by larry mccay <lm...@apache.org>.
+1 binding

* downloaded and built from source
* checked LICENSE and NOTICE files
* verified signatures
* ran standalone tests
* installed pseudo-distributed instance on my mac
* ran through HDFS and mapreduce tests
* tested credential command
* tested webhdfs access through Apache Knox


On Fri, Jul 22, 2016 at 10:15 PM, Vinod Kumar Vavilapalli <
vinodkv@apache.org> wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Masatake Iwasaki <iw...@oss.nttdata.co.jp>.
Thanks for putting this up, Vinod.

+1 (non-binding)

* verified signature and mds of source and binary tarball
* built from source tarball on CentOS 6
* built site documentation
* deployed 3-node cluster with NN-HA and RM-HA, ran example jobs
* built rpms by using Bigtop, deployed 3-node cluster on docker and ran 
smoke-tests of hdfs, yarn and mapreduce

Masatake Iwasaki

On 7/23/16 11:15, Vinod Kumar Vavilapalli wrote:
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>


---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org


RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Brahma Reddy Battula <br...@hotmail.com>.
+1 (non-binding)
- Downloaded the tar ball-Installed HA Cluster- Run basic dfs, distcp, ACL, webhdfs commands- Run MapReduce workcount and pi examples

Thanks And RegardsBrahma Reddy Battula

> From: vinodkv@apache.org
> Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> Date: Fri, 22 Jul 2016 19:15:18 -0700
> CC: vinodkv@apache.org
> To: common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> 
> Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
 		 	   		  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sunil Govind <su...@gmail.com>.
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 <vi...@apache.org>
wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Payne <er...@yahoo.com.INVALID>.
+1 (non-binding)
Thanks, Vinod, for all of your hard work and congratulations in completing this release.
After downloading and building the source, I installed Hadoop 2.7.3 RC0 on a 3-node, multi-tenant, insecure cluster. I ran manual tests to ensure the following:
- Ensure that user limit percent is honored for multiple users in the same queue
- Ensure that cross-queue preemption occurs when a preemptable queue is over its guaranteed capacity
- Ensure that jobs submitted to labelled queues only run on the labelled nodes.
- Ensure that RM UI shows correct queue resource metrics when jobs are running in labelled queues (YARN-4751).
- Ensure that a yarn distributed shell application can be launched and complete successfully.

Eric Payne
      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
+1 (binding)
- Verified signatures and digests- Built from source with native support- Deployed a pseudo-distributed cluster- Ran some sample jobs
Jason

      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Brahma Reddy Battula <br...@hotmail.com>.
+1 (non-binding)
- Downloaded the tar ball-Installed HA Cluster- Run basic dfs, distcp, ACL, webhdfs commands- Run MapReduce workcount and pi examples

Thanks And RegardsBrahma Reddy Battula

> From: vinodkv@apache.org
> Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> Date: Fri, 22 Jul 2016 19:15:18 -0700
> CC: vinodkv@apache.org
> To: common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> 
> Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
 		 	   		  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Jason Lowe <jl...@yahoo-inc.com.INVALID>.
+1 (binding)
- Verified signatures and digests- Built from source with native support- Deployed a pseudo-distributed cluster- Ran some sample jobs
Jason

      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

RE: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Brahma Reddy Battula <br...@hotmail.com>.
+1 (non-binding)
- Downloaded the tar ball-Installed HA Cluster- Run basic dfs, distcp, ACL, webhdfs commands- Run MapReduce workcount and pi examples

Thanks And RegardsBrahma Reddy Battula

> From: vinodkv@apache.org
> Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
> Date: Fri, 22 Jul 2016 19:15:18 -0700
> CC: vinodkv@apache.org
> To: common-dev@hadoop.apache.org; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; mapreduce-dev@hadoop.apache.org
> 
> Hi all,
> 
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
> 
> As discussed before, this is the next maintenance release to follow up 2.7.2.
> 
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
> 
> The RC tag in git is: release-2.7.3-RC0
> 
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
> 
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
> 
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
> 
> Please try the release and vote; the vote will run for the usual 5 days.
> 
> Thanks,
> Vinod
> 
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>
 		 	   		  

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Rushabh Shah <ru...@yahoo-inc.com.INVALID>.
Thanks Vinod for all the release work !
+1 (non-binding).
* Downloaded from source and built it.* Deployed a pseudo distributed cluster.
* Ran some sample jobs: sleep, pi* Ran some dfs commands.* Everything works fine.
 

    On Friday, July 22, 2016 9:16 PM, Vinod Kumar Vavilapalli <vi...@apache.org> wrote:
 

 Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Payne <er...@yahoo.com.INVALID>.
+1 (non-binding)
Thanks, Vinod, for all of your hard work and congratulations in completing this release.
After downloading and building the source, I installed Hadoop 2.7.3 RC0 on a 3-node, multi-tenant, insecure cluster. I ran manual tests to ensure the following:
- Ensure that user limit percent is honored for multiple users in the same queue
- Ensure that cross-queue preemption occurs when a preemptable queue is over its guaranteed capacity
- Ensure that jobs submitted to labelled queues only run on the labelled nodes.
- Ensure that RM UI shows correct queue resource metrics when jobs are running in labelled queues (YARN-4751).
- Ensure that a yarn distributed shell application can be launched and complete successfully.

Eric Payne
      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Eric Payne <er...@yahoo.com.INVALID>.
+1 (non-binding)
Thanks, Vinod, for all of your hard work and congratulations in completing this release.
After downloading and building the source, I installed Hadoop 2.7.3 RC0 on a 3-node, multi-tenant, insecure cluster. I ran manual tests to ensure the following:
- Ensure that user limit percent is honored for multiple users in the same queue
- Ensure that cross-queue preemption occurs when a preemptable queue is over its guaranteed capacity
- Ensure that jobs submitted to labelled queues only run on the labelled nodes.
- Ensure that RM UI shows correct queue resource metrics when jobs are running in labelled queues (YARN-4751).
- Ensure that a yarn distributed shell application can be launched and complete successfully.

Eric Payne
      From: Vinod Kumar Vavilapalli <vi...@apache.org>
 To: "common-dev@hadoop.apache.org" <co...@hadoop.apache.org>; hdfs-dev@hadoop.apache.org; yarn-dev@hadoop.apache.org; "mapreduce-dev@hadoop.apache.org" <ma...@hadoop.apache.org> 
Cc: Vinod Kumar Vavilapalli <vi...@apache.org>
 Sent: Friday, July 22, 2016 9:15 PM
 Subject: [VOTE] Release Apache Hadoop 2.7.3 RC0
   
Hi all,

I've created a release candidate RC0 for Apache Hadoop 2.7.3.

As discussed before, this is the next maintenance release to follow up 2.7.2.

The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>

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

The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>

The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.

As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].

Please try the release and vote; the vote will run for the usual 5 days.

Thanks,
Vinod

[1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>

   

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Sunil Govind <su...@gmail.com>.
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 <vi...@apache.org>
wrote:

> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up
> 2.7.2.
>
> The RC is available for validation at:
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <
> http://repository.apache.org/> at
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <
> https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location
> hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I
> hosted this at
> http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <
> http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for
> your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice
> issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release)
> to slip by quite a bit. This release's related discussion thread is linked
> below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan:
> https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <
> http://markmail.org/thread/6yv2fyrs4jlepmmr>

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

Posted by Masatake Iwasaki <iw...@oss.nttdata.co.jp>.
Thanks for putting this up, Vinod.

+1 (non-binding)

* verified signature and mds of source and binary tarball
* built from source tarball on CentOS 6
* built site documentation
* deployed 3-node cluster with NN-HA and RM-HA, ran example jobs
* built rpms by using Bigtop, deployed 3-node cluster on docker and ran 
smoke-tests of hdfs, yarn and mapreduce

Masatake Iwasaki

On 7/23/16 11:15, Vinod Kumar Vavilapalli wrote:
> Hi all,
>
> I've created a release candidate RC0 for Apache Hadoop 2.7.3.
>
> As discussed before, this is the next maintenance release to follow up 2.7.2.
>
> The RC is available for validation at: http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/ <http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/>
>
> The RC tag in git is: release-2.7.3-RC0
>
> The maven artifacts are available via repository.apache.org <http://repository.apache.org/> at https://repository.apache.org/content/repositories/orgapachehadoop-1040/ <https://repository.apache.org/content/repositories/orgapachehadoop-1040/>
>
> The release-notes are inside the tar-balls at location hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html. I hosted this at http://home.apache.org/~vinodkv/hadoop-2.7.3-RC0/releasenotes.html <http://people.apache.org/~vinodkv/hadoop-2.7.2-RC1/releasenotes.html> for your quick perusal.
>
> As you may have noted, a very long fix-cycle for the License & Notice issues (HADOOP-12893) caused 2.7.3 (along with every other Hadoop release) to slip by quite a bit. This release's related discussion thread is linked below: [1].
>
> Please try the release and vote; the vote will run for the usual 5 days.
>
> Thanks,
> Vinod
>
> [1]: 2.7.3 release plan: https://www.mail-archive.com/hdfs-dev%40hadoop.apache.org/msg24439.html <http://markmail.org/thread/6yv2fyrs4jlepmmr>


---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org