Re: [VOTE] Release Apache Hadoop 3.0.1 (RC0)

2018-02-22 Thread Lei Xu
Hi, All

Thank you so much for the votes so far!
I will make a new RC1 in the next few days to include the latest
fixes. Please wait and vote for the new RC1.

Best regards,

On Thu, Feb 22, 2018 at 1:17 PM, Ajay Kumar  wrote:
> +1 non-binding
>
>
>
> Build from source in CentOs7.
> Deployed 4 node secure federated cluster (HDFS HA,Non-HA YARN)
> Run TestDFSIO(write/read), pi and wordcount.
> Verified basic hdfs command
>
>
>
> Thanks,
>
> Ajay
>
>
>
> On 2/20/18, 11:16 PM, "Vinayakumar B"  wrote:
>
>
>
> +1 Binding,
>
>
>
> 1. Checked out code from tag.
>
> 2. Built and deployed a 3-node docker cluster in secure mode (HDFS HA,
>
> Non-HA YARN). Docker script available in [1], if anyone need,
>
> 3. Ran wordcount job successfully.
>
> 4. Verified basic webhdfs commands using curl.
>
> 5. Verified basic HDFS commands
>
>
>
>
>
> [1] https://github.com/vinayakumarb/docker-cluster-deployer
>
>
>
> Thanks,
>
> -Vinay
>
>
>
> On Wed, Feb 21, 2018 at 5:41 AM, Lei Xu  wrote:
>
>
>
> > Dear PMC and committers
>
> >
>
> > Please help to verify and vote this release. I will extend the voting
>
> > period to Friday (Feb 23th) of this week.
>
> >
>
> > Thanks!
>
> >
>
> > On Thu, Feb 15, 2018 at 3:36 PM, Lei Xu  wrote:
>
> > > Hi, all
>
> > >
>
> > > I've created release candidate 0 for Apache Hadoop 3.0.1
>
> > >
>
> > > Apache Hadoop 3.0.1 will be the first bug fix release for Apache
>
> > > Hadoop 3.0 release. It includes 49 bug fixes, which include 10
>
> > > blockers and 8 are critical.
>
> > >
>
> > > Please note:
>
> > > * HDFS-12990. Change default NameNode RPC port back to 8020. It
> makes
>
> > > incompatible changes to Hadoop 3.0.0.  After 3.0.1 releases, Apache
>
> > > Hadoop 3.0.0 will be deprecated due to this change.
>
> > >
>
> > > The release page is:
>
> > >
> https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0+Release
>
> > >
>
> > > New RC is available at:
> http://home.apache.org/~lei/hadoop-3.0.1-RC0/
>
> > >
>
> > > The git tag is release-3.0.1-RC0, and the latest commit is
>
> > > 494d075055b52b0cc922bc25237e231bb3771c90
>
> > >
>
> > > The maven artifacts are available:
>
> > >
> https://repository.apache.org/content/repositories/orgapachehadoop-1078/
>
> > >
>
> > > Please try the release and vote; the vote will run for the usual 5
>
> > > days, ending on 2/20/2017 6pm PST time.
>
> > >
>
> > > Thanks!
>
> > >
>
> > > --
>
>> > Lei (Eddy) Xu
>
> >
>
> >
>
> >
>
> > --
>
> > Lei (Eddy) Xu
>
> > Software Engineer, Cloudera
>
> >
>
> > -
>
> > To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
>
> > For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org
>
> >
>
> >
>
>



-- 
Lei (Eddy) Xu
Software Engineer, Cloudera

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



Re: [VOTE] Release Apache Hadoop 3.0.1 (RC0)

2018-02-22 Thread Brahma Reddy Battula
Hi Lei Xu,

Thanks for driving this.

+1 binding

-Installed 3Node HA cluster
-Verified basic shell commands
-Ran word-count,pi jobs



Regards
Brahma Reddy Battula

On Fri, Feb 16, 2018 at 5:06 AM, Lei Xu  wrote:

> Hi, all
>
> I've created release candidate 0 for Apache Hadoop 3.0.1
>
> Apache Hadoop 3.0.1 will be the first bug fix release for Apache
> Hadoop 3.0 release. It includes 49 bug fixes, which include 10
> blockers and 8 are critical.
>
> Please note:
> * HDFS-12990. Change default NameNode RPC port back to 8020. It makes
> incompatible changes to Hadoop 3.0.0.  After 3.0.1 releases, Apache
> Hadoop 3.0.0 will be deprecated due to this change.
>
> The release page is:
> https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0+Release
>
> New RC is available at: http://home.apache.org/~lei/hadoop-3.0.1-RC0/
>
> The git tag is release-3.0.1-RC0, and the latest commit is
> 494d075055b52b0cc922bc25237e231bb3771c90
>
> The maven artifacts are available:
> https://repository.apache.org/content/repositories/orgapachehadoop-1078/
>
> Please try the release and vote; the vote will run for the usual 5
> days, ending on 2/20/2017 6pm PST time.
>
> Thanks!
>
> --
> Lei (Eddy) Xu
>
> -
> To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
>
>


-- 



--Brahma Reddy Battula


Re: [VOTE] Release Apache Hadoop 3.0.1 (RC0)

2018-02-22 Thread Ajay Kumar
+1 non-binding



  1.  Build from source in CentOs7.
  2.  Deployed 4 node secure federated cluster (HDFS HA,Non-HA YARN)
  3.  Run TestDFSIO(write/read), pi and wordcount.
  4.  Verified basic hdfs command



Thanks,

Ajay



On 2/20/18, 11:16 PM, "Vinayakumar B"  wrote:



+1 Binding,



1. Checked out code from tag.

2. Built and deployed a 3-node docker cluster in secure mode (HDFS HA,

Non-HA YARN). Docker script available in [1], if anyone need,

3. Ran wordcount job successfully.

4. Verified basic webhdfs commands using curl.

5. Verified basic HDFS commands





[1] https://github.com/vinayakumarb/docker-cluster-deployer



Thanks,

-Vinay



On Wed, Feb 21, 2018 at 5:41 AM, Lei Xu  wrote:



> Dear PMC and committers

>

> Please help to verify and vote this release. I will extend the voting

> period to Friday (Feb 23th) of this week.

>

> Thanks!

>

> On Thu, Feb 15, 2018 at 3:36 PM, Lei Xu  wrote:

> > Hi, all

> >

> > I've created release candidate 0 for Apache Hadoop 3.0.1

> >

> > Apache Hadoop 3.0.1 will be the first bug fix release for Apache

> > Hadoop 3.0 release. It includes 49 bug fixes, which include 10

> > blockers and 8 are critical.

> >

> > Please note:

> > * HDFS-12990. Change default NameNode RPC port back to 8020. It makes

> > incompatible changes to Hadoop 3.0.0.  After 3.0.1 releases, Apache

> > Hadoop 3.0.0 will be deprecated due to this change.

> >

> > The release page is:

> > https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0+Release

> >

> > New RC is available at: http://home.apache.org/~lei/hadoop-3.0.1-RC0/

> >

> > The git tag is release-3.0.1-RC0, and the latest commit is

> > 494d075055b52b0cc922bc25237e231bb3771c90

> >

> > The maven artifacts are available:

> > https://repository.apache.org/content/repositories/orgapachehadoop-1078/

> >

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

> > days, ending on 2/20/2017 6pm PST time.

> >

> > Thanks!

> >

> > --

   > > Lei (Eddy) Xu

>

>

>

> --

> Lei (Eddy) Xu

> Software Engineer, Cloudera

>

> -

> To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org

> For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org

>

>




Re: [VOTE] Release Apache Hadoop 3.0.1 (RC0)

2018-02-20 Thread Lei Xu
Dear PMC and committers

Please help to verify and vote this release. I will extend the voting
period to Friday (Feb 23th) of this week.

Thanks!

On Thu, Feb 15, 2018 at 3:36 PM, Lei Xu  wrote:
> Hi, all
>
> I've created release candidate 0 for Apache Hadoop 3.0.1
>
> Apache Hadoop 3.0.1 will be the first bug fix release for Apache
> Hadoop 3.0 release. It includes 49 bug fixes, which include 10
> blockers and 8 are critical.
>
> Please note:
> * HDFS-12990. Change default NameNode RPC port back to 8020. It makes
> incompatible changes to Hadoop 3.0.0.  After 3.0.1 releases, Apache
> Hadoop 3.0.0 will be deprecated due to this change.
>
> The release page is:
> https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0+Release
>
> New RC is available at: http://home.apache.org/~lei/hadoop-3.0.1-RC0/
>
> The git tag is release-3.0.1-RC0, and the latest commit is
> 494d075055b52b0cc922bc25237e231bb3771c90
>
> The maven artifacts are available:
> https://repository.apache.org/content/repositories/orgapachehadoop-1078/
>
> Please try the release and vote; the vote will run for the usual 5
> days, ending on 2/20/2017 6pm PST time.
>
> Thanks!
>
> --
> Lei (Eddy) Xu



-- 
Lei (Eddy) Xu
Software Engineer, Cloudera

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



Re: [VOTE] Release Apache Hadoop 3.0.1 (RC0)

2018-02-16 Thread Xiao Chen
Thanks Eddy for driving this!

+1 (binding)

   - Downloaded src tarball and verified md5
   - Built from src
   - Started a pseudo distributed cluster
   - Verified basic hdfs operations work
   - Verified hdfs encryption basic operations work
   - Sanity checked logs

The wiki release page seems to have less items than jira query (p1/p2,
fixed, 3.0.1) though...




-Xiao

On Thu, Feb 15, 2018 at 3:36 PM, Lei Xu  wrote:

> Hi, all
>
> I've created release candidate 0 for Apache Hadoop 3.0.1
>
> Apache Hadoop 3.0.1 will be the first bug fix release for Apache
> Hadoop 3.0 release. It includes 49 bug fixes, which include 10
> blockers and 8 are critical.
>
> Please note:
> * HDFS-12990. Change default NameNode RPC port back to 8020. It makes
> incompatible changes to Hadoop 3.0.0.  After 3.0.1 releases, Apache
> Hadoop 3.0.0 will be deprecated due to this change.
>
> The release page is:
> https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0+Release
>
> New RC is available at: http://home.apache.org/~lei/hadoop-3.0.1-RC0/
>
> The git tag is release-3.0.1-RC0, and the latest commit is
> 494d075055b52b0cc922bc25237e231bb3771c90
>
> The maven artifacts are available:
> https://repository.apache.org/content/repositories/orgapachehadoop-1078/
>
> Please try the release and vote; the vote will run for the usual 5
> days, ending on 2/20/2017 6pm PST time.
>
> Thanks!
>
> --
> Lei (Eddy) Xu
>
> -
> To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
>
>


[VOTE] Release Apache Hadoop 3.0.1 (RC0)

2018-02-15 Thread Lei Xu
Hi, all

I've created release candidate 0 for Apache Hadoop 3.0.1

Apache Hadoop 3.0.1 will be the first bug fix release for Apache
Hadoop 3.0 release. It includes 49 bug fixes, which include 10
blockers and 8 are critical.

Please note:
* HDFS-12990. Change default NameNode RPC port back to 8020. It makes
incompatible changes to Hadoop 3.0.0.  After 3.0.1 releases, Apache
Hadoop 3.0.0 will be deprecated due to this change.

The release page is:
https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0+Release

New RC is available at: http://home.apache.org/~lei/hadoop-3.0.1-RC0/

The git tag is release-3.0.1-RC0, and the latest commit is
494d075055b52b0cc922bc25237e231bb3771c90

The maven artifacts are available:
https://repository.apache.org/content/repositories/orgapachehadoop-1078/

Please try the release and vote; the vote will run for the usual 5
days, ending on 2/20/2017 6pm PST time.

Thanks!

-- 
Lei (Eddy) Xu

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