Re: [VOTE] Release Apache Hadoop Ozone 0.3.0-alpha (RC1)

2018-11-19 Thread Bharat Viswanadham
+1 (non-binding)
- Built from source.
- Deployed a 3 node docker cluster and verified S3 commands.
- Verified Virtual host style url format using CURL calls.
- Verified bucket browser UI.
- Verified UI of OM and SCM

  Thank You Marton for putting the release together.

Thanks,
Bharat


On 11/19/18, 9:04 AM, "Mukul Kumar Singh"  wrote:

+1.
Thanks for putting the release Marton, 

- Verified signatures and checksum
- Built from source
- Deployed Ozone on a physical cluster and ran Freon.


On 11/19/18, 7:27 PM, "Lokesh Jain"  wrote:

+1 (non-binding)

- Verified signatures and checksum
- Built from source
- Ran smoke tests

Thanks Marton for putting the release together!

- Lokesh
> On 16-Nov-2018, at 6:45 PM, Shashikant Banerjee 
 wrote:
> 
> +1 (non-binding).
> 
>  - Verified signatures
>  - Verified checksums
>  - Checked LICENSE/NOTICE files
>  - Built from source
>  - Ran smoke tests.
> 
> Thanks Marton for putting up the release together.
> 
> Thanks
> Shashi
> 
> On 11/14/18, 10:44 PM, "Elek, Marton"  wrote:
> 
>Hi all,
> 
>I've created the second release candidate (RC1) for Apache Hadoop 
Ozone
>0.3.0-alpha including one more fix on top of the previous RC0 
(HDDS-854)
> 
>This is the second release of Apache Hadoop Ozone. Notable changes 
since
>the first release:
> 
>* A new S3 compatible rest server is added. Ozone can be used from 
any
>S3 compatible tools (HDDS-434)
>* Ozone Hadoop file system URL prefix is renamed from o3:// to 
o3fs://
>(HDDS-651)
>* Extensive testing and stability improvements of OzoneFs.
>* Spark, YARN and Hive support and stability improvements.
>* Improved Pipeline handling and recovery.
>* Separated/dedicated classpath definitions for all the Ozone
>components. (HDDS-447)
> 
>The RC artifacts are available from:
>https://home.apache.org/~elek/ozone-0.3.0-alpha-rc1/
> 
>The RC tag in git is: ozone-0.3.0-alpha-RC1 (ebbf459e6a6)
> 
>Please try it out, vote, or just give us feedback.
> 
>The vote will run for 5 days, ending on November 19, 2018 18:00 
UTC.
> 
> 
>Thank you very much,
>Marton
> 
>
PS:
> 
>The easiest way to try it out is:
> 
>1. Download the binary artifact
>2. Read the docs from ./docs/index.html
>3. TLDR; cd compose/ozone && docker-compose up -d
>4. open localhost:9874 or localhost:9876
> 
> 
> 
>The easiest way to try it out from the source:
> 
>1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
>-DskipShade -am -pl :hadoop-ozone-dist
>2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha && docker-compose 
up -d
> 
> 
> 
>The easiest way to test basic functionality (with acceptance 
tests):
> 
>1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
>-DskipShade -am -pl :hadoop-ozone-dist
>2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha/smoketest
>3. ./test.sh
> 
>
-
>To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
>For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org
> 


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




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




Re: [VOTE] Release Apache Hadoop Ozone 0.3.0-alpha (RC1)

2018-11-19 Thread Jitendra Pandey
+1 (binding)

Built from source.
Ran smoke tests.

On 11/19/18, 9:02 AM, "Anu Engineer"  wrote:

+1. (Binding)

Thanks for getting this release done. Verified the signatures and S3 
Gateway.

--Anu


On 11/16/18, 5:15 AM, "Shashikant Banerjee"  
wrote:

+1 (non-binding).

  - Verified signatures
  - Verified checksums
  - Checked LICENSE/NOTICE files
  - Built from source
  - Ran smoke tests.

Thanks Marton for putting up the release together.

Thanks
Shashi

On 11/14/18, 10:44 PM, "Elek, Marton"  wrote:

Hi all,

I've created the second release candidate (RC1) for Apache Hadoop 
Ozone
0.3.0-alpha including one more fix on top of the previous RC0 
(HDDS-854)

This is the second release of Apache Hadoop Ozone. Notable changes 
since
the first release:

* A new S3 compatible rest server is added. Ozone can be used from 
any
S3 compatible tools (HDDS-434)
* Ozone Hadoop file system URL prefix is renamed from o3:// to 
o3fs://
(HDDS-651)
* Extensive testing and stability improvements of OzoneFs.
* Spark, YARN and Hive support and stability improvements.
* Improved Pipeline handling and recovery.
* Separated/dedicated classpath definitions for all the Ozone
components. (HDDS-447)

The RC artifacts are available from:
https://home.apache.org/~elek/ozone-0.3.0-alpha-rc1/

The RC tag in git is: ozone-0.3.0-alpha-RC1 (ebbf459e6a6)

Please try it out, vote, or just give us feedback.

The vote will run for 5 days, ending on November 19, 2018 18:00 UTC.


Thank you very much,
Marton


PS:

The easiest way to try it out is:

1. Download the binary artifact
2. Read the docs from ./docs/index.html
3. TLDR; cd compose/ozone && docker-compose up -d
4. open localhost:9874 or localhost:9876



The easiest way to try it out from the source:

1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
-DskipShade -am -pl :hadoop-ozone-dist
2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha && docker-compose 
up -d



The easiest way to test basic functionality (with acceptance tests):

1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
-DskipShade -am -pl :hadoop-ozone-dist
2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha/smoketest
3. ./test.sh


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




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



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



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


Re: [VOTE] Release Apache Hadoop Ozone 0.3.0-alpha (RC1)

2018-11-19 Thread Mukul Kumar Singh
+1.
Thanks for putting the release Marton, 

- Verified signatures and checksum
- Built from source
- Deployed Ozone on a physical cluster and ran Freon.


On 11/19/18, 7:27 PM, "Lokesh Jain"  wrote:

+1 (non-binding)

- Verified signatures and checksum
- Built from source
- Ran smoke tests

Thanks Marton for putting the release together!

- Lokesh
> On 16-Nov-2018, at 6:45 PM, Shashikant Banerjee 
 wrote:
> 
> +1 (non-binding).
> 
>  - Verified signatures
>  - Verified checksums
>  - Checked LICENSE/NOTICE files
>  - Built from source
>  - Ran smoke tests.
> 
> Thanks Marton for putting up the release together.
> 
> Thanks
> Shashi
> 
> On 11/14/18, 10:44 PM, "Elek, Marton"  wrote:
> 
>Hi all,
> 
>I've created the second release candidate (RC1) for Apache Hadoop Ozone
>0.3.0-alpha including one more fix on top of the previous RC0 
(HDDS-854)
> 
>This is the second release of Apache Hadoop Ozone. Notable changes 
since
>the first release:
> 
>* A new S3 compatible rest server is added. Ozone can be used from any
>S3 compatible tools (HDDS-434)
>* Ozone Hadoop file system URL prefix is renamed from o3:// to o3fs://
>(HDDS-651)
>* Extensive testing and stability improvements of OzoneFs.
>* Spark, YARN and Hive support and stability improvements.
>* Improved Pipeline handling and recovery.
>* Separated/dedicated classpath definitions for all the Ozone
>components. (HDDS-447)
> 
>The RC artifacts are available from:
>https://home.apache.org/~elek/ozone-0.3.0-alpha-rc1/
> 
>The RC tag in git is: ozone-0.3.0-alpha-RC1 (ebbf459e6a6)
> 
>Please try it out, vote, or just give us feedback.
> 
>The vote will run for 5 days, ending on November 19, 2018 18:00 UTC.
> 
> 
>Thank you very much,
>Marton
> 
>
PS:
> 
>The easiest way to try it out is:
> 
>1. Download the binary artifact
>2. Read the docs from ./docs/index.html
>3. TLDR; cd compose/ozone && docker-compose up -d
>4. open localhost:9874 or localhost:9876
> 
> 
> 
>The easiest way to try it out from the source:
> 
>1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
>-DskipShade -am -pl :hadoop-ozone-dist
>2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha && docker-compose up 
-d
> 
> 
> 
>The easiest way to test basic functionality (with acceptance tests):
> 
>1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
>-DskipShade -am -pl :hadoop-ozone-dist
>2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha/smoketest
>3. ./test.sh
> 
>-
>To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
>For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org
> 


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




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


Re: [VOTE] Release Apache Hadoop Ozone 0.3.0-alpha (RC1)

2018-11-19 Thread Anu Engineer
+1. (Binding)

Thanks for getting this release done. Verified the signatures and S3 Gateway.

--Anu


On 11/16/18, 5:15 AM, "Shashikant Banerjee"  wrote:

+1 (non-binding).

  - Verified signatures
  - Verified checksums
  - Checked LICENSE/NOTICE files
  - Built from source
  - Ran smoke tests.

Thanks Marton for putting up the release together.

Thanks
Shashi

On 11/14/18, 10:44 PM, "Elek, Marton"  wrote:

Hi all,

I've created the second release candidate (RC1) for Apache Hadoop Ozone
0.3.0-alpha including one more fix on top of the previous RC0 (HDDS-854)

This is the second release of Apache Hadoop Ozone. Notable changes since
the first release:

* A new S3 compatible rest server is added. Ozone can be used from any
S3 compatible tools (HDDS-434)
* Ozone Hadoop file system URL prefix is renamed from o3:// to o3fs://
(HDDS-651)
* Extensive testing and stability improvements of OzoneFs.
* Spark, YARN and Hive support and stability improvements.
* Improved Pipeline handling and recovery.
* Separated/dedicated classpath definitions for all the Ozone
components. (HDDS-447)

The RC artifacts are available from:
https://home.apache.org/~elek/ozone-0.3.0-alpha-rc1/

The RC tag in git is: ozone-0.3.0-alpha-RC1 (ebbf459e6a6)

Please try it out, vote, or just give us feedback.

The vote will run for 5 days, ending on November 19, 2018 18:00 UTC.


Thank you very much,
Marton


PS:

The easiest way to try it out is:

1. Download the binary artifact
2. Read the docs from ./docs/index.html
3. TLDR; cd compose/ozone && docker-compose up -d
4. open localhost:9874 or localhost:9876



The easiest way to try it out from the source:

1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
-DskipShade -am -pl :hadoop-ozone-dist
2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha && docker-compose up -d



The easiest way to test basic functionality (with acceptance tests):

1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
-DskipShade -am -pl :hadoop-ozone-dist
2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha/smoketest
3. ./test.sh

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




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




Re: [VOTE] Release Apache Hadoop Ozone 0.3.0-alpha (RC1)

2018-11-19 Thread Lokesh Jain
+1 (non-binding)

- Verified signatures and checksum
- Built from source
- Ran smoke tests

Thanks Marton for putting the release together!

- Lokesh
> On 16-Nov-2018, at 6:45 PM, Shashikant Banerjee  
> wrote:
> 
> +1 (non-binding).
> 
>  - Verified signatures
>  - Verified checksums
>  - Checked LICENSE/NOTICE files
>  - Built from source
>  - Ran smoke tests.
> 
> Thanks Marton for putting up the release together.
> 
> Thanks
> Shashi
> 
> On 11/14/18, 10:44 PM, "Elek, Marton"  wrote:
> 
>Hi all,
> 
>I've created the second release candidate (RC1) for Apache Hadoop Ozone
>0.3.0-alpha including one more fix on top of the previous RC0 (HDDS-854)
> 
>This is the second release of Apache Hadoop Ozone. Notable changes since
>the first release:
> 
>* A new S3 compatible rest server is added. Ozone can be used from any
>S3 compatible tools (HDDS-434)
>* Ozone Hadoop file system URL prefix is renamed from o3:// to o3fs://
>(HDDS-651)
>* Extensive testing and stability improvements of OzoneFs.
>* Spark, YARN and Hive support and stability improvements.
>* Improved Pipeline handling and recovery.
>* Separated/dedicated classpath definitions for all the Ozone
>components. (HDDS-447)
> 
>The RC artifacts are available from:
>https://home.apache.org/~elek/ozone-0.3.0-alpha-rc1/
> 
>The RC tag in git is: ozone-0.3.0-alpha-RC1 (ebbf459e6a6)
> 
>Please try it out, vote, or just give us feedback.
> 
>The vote will run for 5 days, ending on November 19, 2018 18:00 UTC.
> 
> 
>Thank you very much,
>Marton
> 
>
> PS:
> 
>The easiest way to try it out is:
> 
>1. Download the binary artifact
>2. Read the docs from ./docs/index.html
>3. TLDR; cd compose/ozone && docker-compose up -d
>4. open localhost:9874 or localhost:9876
> 
> 
> 
>The easiest way to try it out from the source:
> 
>1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
>-DskipShade -am -pl :hadoop-ozone-dist
>2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha && docker-compose up -d
> 
> 
> 
>The easiest way to test basic functionality (with acceptance tests):
> 
>1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
>-DskipShade -am -pl :hadoop-ozone-dist
>2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha/smoketest
>3. ./test.sh
> 
>-
>To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
>For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org
> 


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



Re: [VOTE] Release Apache Hadoop Ozone 0.3.0-alpha (RC1)

2018-11-15 Thread Arpit Agarwal
+1 binding.

  - Verified signatures
  - Verified checksums
  - Checked LICENSE/NOTICE files
  - Built from source
  - Deployed to three node cluster and ran smoke tests.

Thanks Marton for putting up the RC.


On 2018/11/14, 9:14 AM, "Elek, Marton"  wrote:

Hi all,

I've created the second release candidate (RC1) for Apache Hadoop Ozone
0.3.0-alpha including one more fix on top of the previous RC0 (HDDS-854)

This is the second release of Apache Hadoop Ozone. Notable changes since
the first release:

* A new S3 compatible rest server is added. Ozone can be used from any
S3 compatible tools (HDDS-434)
* Ozone Hadoop file system URL prefix is renamed from o3:// to o3fs://
(HDDS-651)
* Extensive testing and stability improvements of OzoneFs.
* Spark, YARN and Hive support and stability improvements.
* Improved Pipeline handling and recovery.
* Separated/dedicated classpath definitions for all the Ozone
components. (HDDS-447)

The RC artifacts are available from:
https://home.apache.org/~elek/ozone-0.3.0-alpha-rc1/

The RC tag in git is: ozone-0.3.0-alpha-RC1 (ebbf459e6a6)

Please try it out, vote, or just give us feedback.

The vote will run for 5 days, ending on November 19, 2018 18:00 UTC.


Thank you very much,
Marton


PS:

The easiest way to try it out is:

1. Download the binary artifact
2. Read the docs from ./docs/index.html
3. TLDR; cd compose/ozone && docker-compose up -d
4. open localhost:9874 or localhost:9876



The easiest way to try it out from the source:

1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
-DskipShade -am -pl :hadoop-ozone-dist
2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha && docker-compose up -d



The easiest way to test basic functionality (with acceptance tests):

1. mvn  install -DskipTests -Pdist -Dmaven.javadoc.skip=true -Phdds
-DskipShade -am -pl :hadoop-ozone-dist
2. cd hadoop-ozone/dist/target/ozone-0.3.0-alpha/smoketest
3. ./test.sh

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