You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Elek, Marton" <el...@apache.org> on 2018/11/14 17:13:55 UTC

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

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org


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

Posted by Bharat Viswanadham <bv...@hortonworks.com>.
+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" <ms...@hortonworks.com> 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" <lo...@gmail.com> 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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
        >    For additional commands, e-mail: hdfs-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
        > 
        
        
        ---------------------------------------------------------------------
        To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
        For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Bharat Viswanadham <bv...@hortonworks.com>.
+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" <ms...@hortonworks.com> 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" <lo...@gmail.com> 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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
        >    For additional commands, e-mail: hdfs-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
        > 
        
        
        ---------------------------------------------------------------------
        To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
        For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Mukul Kumar Singh <ms...@hortonworks.com>.
+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" <lo...@gmail.com> 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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    >    For additional commands, e-mail: hdfs-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
    > 
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Mukul Kumar Singh <ms...@hortonworks.com>.
+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" <lo...@gmail.com> 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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    >    For additional commands, e-mail: hdfs-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
    > 
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Mukul Kumar Singh <ms...@hortonworks.com>.
+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" <lo...@gmail.com> 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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    >    For additional commands, e-mail: hdfs-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
    > 
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Mukul Kumar Singh <ms...@hortonworks.com>.
+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" <lo...@gmail.com> 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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    >    For additional commands, e-mail: hdfs-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
    > 
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Lokesh Jain <lo...@gmail.com>.
+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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
>    For additional commands, e-mail: hdfs-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
> 


---------------------------------------------------------------------
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 Ozone 0.3.0-alpha (RC1)

Posted by Jitendra Pandey <ji...@hortonworks.com>.
+1 (binding)

Built from source.
Ran smoke tests.

On 11/19/18, 9:02 AM, "Anu Engineer" <ae...@hortonworks.com> 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" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
            For additional commands, e-mail: hdfs-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
        
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: mapreduce-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 Ozone 0.3.0-alpha (RC1)

Posted by Jitendra Pandey <ji...@hortonworks.com>.
+1 (binding)

Built from source.
Ran smoke tests.

On 11/19/18, 9:02 AM, "Anu Engineer" <ae...@hortonworks.com> 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" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
            For additional commands, e-mail: hdfs-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
        
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: mapreduce-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 Ozone 0.3.0-alpha (RC1)

Posted by Jitendra Pandey <ji...@hortonworks.com>.
+1 (binding)

Built from source.
Ran smoke tests.

On 11/19/18, 9:02 AM, "Anu Engineer" <ae...@hortonworks.com> 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" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
            For additional commands, e-mail: hdfs-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
        
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: mapreduce-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 Ozone 0.3.0-alpha (RC1)

Posted by Jitendra Pandey <ji...@hortonworks.com>.
+1 (binding)

Built from source.
Ran smoke tests.

On 11/19/18, 9:02 AM, "Anu Engineer" <ae...@hortonworks.com> 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" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
            For additional commands, e-mail: hdfs-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
        
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: mapreduce-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 Ozone 0.3.0-alpha (RC1)

Posted by Anu Engineer <ae...@hortonworks.com>.
+1. (Binding)

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

--Anu


On 11/16/18, 5:15 AM, "Shashikant Banerjee" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
        For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Anu Engineer <ae...@hortonworks.com>.
+1. (Binding)

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

--Anu


On 11/16/18, 5:15 AM, "Shashikant Banerjee" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
        For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Lokesh Jain <lo...@gmail.com>.
+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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
>    For additional commands, e-mail: hdfs-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
> 


---------------------------------------------------------------------
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 Ozone 0.3.0-alpha (RC1)

Posted by Anu Engineer <ae...@hortonworks.com>.
+1. (Binding)

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

--Anu


On 11/16/18, 5:15 AM, "Shashikant Banerjee" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
        For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Anu Engineer <ae...@hortonworks.com>.
+1. (Binding)

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

--Anu


On 11/16/18, 5:15 AM, "Shashikant Banerjee" <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
        For additional commands, e-mail: hdfs-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 Ozone 0.3.0-alpha (RC1)

Posted by Lokesh Jain <lo...@gmail.com>.
+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 <sb...@hortonworks.com> 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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
>    For additional commands, e-mail: hdfs-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
> 


---------------------------------------------------------------------
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 Ozone 0.3.0-alpha (RC1)

Posted by Shashikant Banerjee <sb...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
    
    


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

Posted by Arpit Agarwal <aa...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: yarn-dev-help@hadoop.apache.org
    
    


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

Posted by Arpit Agarwal <aa...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: yarn-dev-help@hadoop.apache.org
    
    


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

Posted by Shashikant Banerjee <sb...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
    
    


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

Posted by Arpit Agarwal <aa...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: yarn-dev-help@hadoop.apache.org
    
    


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

Posted by Shashikant Banerjee <sb...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
    
    


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

Posted by Dinesh Chitlangia <dc...@hortonworks.com>.
Hi Marton,
Thanks for organizing this release.

+1 (non-binding)
- Downloaded binary
- Verified md5
- Run using docker
- Verified OM and SCM UI
- Performed smoketests

Regards,
Dinesh Chitlangia



On 11/14/18, 12:14 PM, "Elek, Marton" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
    
    


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

Posted by Arpit Agarwal <aa...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: yarn-dev-help@hadoop.apache.org
    
    


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

Posted by Shashikant Banerjee <sb...@hortonworks.com>.
+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" <el...@apache.org> 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-unsubscribe@hadoop.apache.org
    For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org