You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@submarine.apache.org by Kevin Su <pi...@gmail.com> on 2020/11/09 04:19:32 UTC

[VOTE] Submarine-0.5.0-RC2 is ready for a vote!

Hi folks,


Thanks to everyone's help on this release. Special thanks to Wangda,

Zhankun, Xun, Wei-Chiu, Wanqiang, Ryan, Manikandan, and JohnTing!

Restart a new vote because rc1 achieve size is too large.

I've created a release candidate (RC2) for submarine 0.5.0. The highlighted

features are as follows:

1. Submarine Experiments: Redefined the experiment spec, sync up code from
Git, it could be https and ssh

2. Predefined experiment template: Register A experiment template and
submit related parameter to run an experiment using Rest API

3. Environment profile: Users could easily manage their docker image and
conda environment

4. Jupyter Notebook: Spawn a jupyter notebook using Rest API, and execute
ML code on K8s, or submit an experiment to submarine server

5. Submarine Workbench UI: CRUD Experiment, Environment, Notebook through
the UI

6. Disable interpreter module

The RC tag in git is here:
https://github.com/apache/submarine/releases/tag/release-0.5.0-RC2
The RC release artifacts are available at:
http://home.apache.org/~pingsutw/submarine-0.5.0-RC2

The mini-submarine image is here:
https://hub.docker.com/layers/apache/submarine/mini-0.5.0-RC2/images/sha256-d92b084199c03abe70a44f657647dca23639c6be5f28180653e327c258c5bdfc?context=explore

The server image is here:
https://hub.docker.com/layers/apache/submarine/server-0.5.0/images/sha256-ad19a86d5c484113ce4d42ea05f412fc96f1c32eaccd68904b8df89b1f069adb?context=explore

The database image is here:
https://hub.docker.com/layers/apache/submarine/database-0.5.0/images/sha256-fcf72289e0aa46e83fc8e65c8aca79be4bba96ec9813d54568e5679925cdc94f?context=explore

The Jupyter Notebook image is here:
https://hub.docker.com/layers/apache/submarine/jupyter-notebook-0.5.0/images/sha256-1e05cdd3c814063b3cac9de12bdecd70475d38d708c06794c2d3b55ef97de82a?context=explore

The Maven staging repository is here:
https://repository.apache.org/content/repositories/orgapachesubmarine-1016

My public key is here:
https://dist.apache.org/repos/dist/release/submarine/KEYS

*This vote will run for 7 days, ending on Nov 16, 2020, at 11:59 pm PST.*

For the testing, I have verified the

1. Build from source, Run the mnist on Hadoop

2. Example with mini-submarine(both local and remote mode)

3. Verified the experiment operations to K8s by Submarine Server REST and
PySubmarine.

4. Workbench UI (experiment, environment, notebook)

5. HTTP sync code in the experiment

6. Environment profile REST API

7. Notebook REST API


Please follow the document to test these features.
* https://github.com/apache/submarine/tree/master/dev-support/mini-submarine
* https://github.com/apache/submarine/blob/master/docs/user-guide-home.md

My +1 to start. Thanks!

BR,
Kevin Su

Re: [VOTE] Submarine-0.5.0-RC2 is ready for a vote!

Posted by Xun Liu <li...@apache.org>.
+1
Thank Kevin.

BR,
Xun Liu

On Mon, Nov 9, 2020 at 12:20 PM Kevin Su <pi...@gmail.com> wrote:

> Hi folks,
>
>
> Thanks to everyone's help on this release. Special thanks to Wangda,
>
> Zhankun, Xun, Wei-Chiu, Wanqiang, Ryan, Manikandan, and JohnTing!
>
> Restart a new vote because rc1 achieve size is too large.
>
> I've created a release candidate (RC2) for submarine 0.5.0. The
> highlighted
>
> features are as follows:
>
> 1. Submarine Experiments: Redefined the experiment spec, sync up code
> from Git, it could be https and ssh
>
> 2. Predefined experiment template: Register A experiment template and
> submit related parameter to run an experiment using Rest API
>
> 3. Environment profile: Users could easily manage their docker image and
> conda environment
>
> 4. Jupyter Notebook: Spawn a jupyter notebook using Rest API, and execute
> ML code on K8s, or submit an experiment to submarine server
>
> 5. Submarine Workbench UI: CRUD Experiment, Environment, Notebook through
> the UI
>
> 6. Disable interpreter module
>
> The RC tag in git is here:
> https://github.com/apache/submarine/releases/tag/release-0.5.0-RC2
> The RC release artifacts are available at:
> http://home.apache.org/~pingsutw/submarine-0.5.0-RC2
>
> The mini-submarine image is here:
>
> https://hub.docker.com/layers/apache/submarine/mini-0.5.0-RC2/images/sha256-d92b084199c03abe70a44f657647dca23639c6be5f28180653e327c258c5bdfc?context=explore
>
> The server image is here:
>
> https://hub.docker.com/layers/apache/submarine/server-0.5.0/images/sha256-ad19a86d5c484113ce4d42ea05f412fc96f1c32eaccd68904b8df89b1f069adb?context=explore
>
> The database image is here:
>
> https://hub.docker.com/layers/apache/submarine/database-0.5.0/images/sha256-fcf72289e0aa46e83fc8e65c8aca79be4bba96ec9813d54568e5679925cdc94f?context=explore
>
> The Jupyter Notebook image is here:
>
> https://hub.docker.com/layers/apache/submarine/jupyter-notebook-0.5.0/images/sha256-1e05cdd3c814063b3cac9de12bdecd70475d38d708c06794c2d3b55ef97de82a?context=explore
>
> The Maven staging repository is here:
> https://repository.apache.org/content/repositories/orgapachesubmarine-1016
>
> My public key is here:
> https://dist.apache.org/repos/dist/release/submarine/KEYS
>
> *This vote will run for 7 days, ending on Nov 16, 2020, at 11:59 pm PST.*
>
> For the testing, I have verified the
>
> 1. Build from source, Run the mnist on Hadoop
>
> 2. Example with mini-submarine(both local and remote mode)
>
> 3. Verified the experiment operations to K8s by Submarine Server REST and
> PySubmarine.
>
> 4. Workbench UI (experiment, environment, notebook)
>
> 5. HTTP sync code in the experiment
>
> 6. Environment profile REST API
>
> 7. Notebook REST API
>
>
> Please follow the document to test these features.
> * https://github.com/apache/submarine/tree/master/dev-support/mini-
> submarine
> * https://github.com/apache/submarine/blob/master/docs/user-guide-home.md
>
> My +1 to start. Thanks!
>
> BR,
> Kevin Su
>

Re: [VOTE] Submarine-0.5.0-RC2 is ready for a vote!

Posted by Xun Liu <li...@apache.org>.
+1
Thank Kevin.

BR,
Xun Liu

On Mon, Nov 9, 2020 at 12:20 PM Kevin Su <pi...@gmail.com> wrote:

> Hi folks,
>
>
> Thanks to everyone's help on this release. Special thanks to Wangda,
>
> Zhankun, Xun, Wei-Chiu, Wanqiang, Ryan, Manikandan, and JohnTing!
>
> Restart a new vote because rc1 achieve size is too large.
>
> I've created a release candidate (RC2) for submarine 0.5.0. The
> highlighted
>
> features are as follows:
>
> 1. Submarine Experiments: Redefined the experiment spec, sync up code
> from Git, it could be https and ssh
>
> 2. Predefined experiment template: Register A experiment template and
> submit related parameter to run an experiment using Rest API
>
> 3. Environment profile: Users could easily manage their docker image and
> conda environment
>
> 4. Jupyter Notebook: Spawn a jupyter notebook using Rest API, and execute
> ML code on K8s, or submit an experiment to submarine server
>
> 5. Submarine Workbench UI: CRUD Experiment, Environment, Notebook through
> the UI
>
> 6. Disable interpreter module
>
> The RC tag in git is here:
> https://github.com/apache/submarine/releases/tag/release-0.5.0-RC2
> The RC release artifacts are available at:
> http://home.apache.org/~pingsutw/submarine-0.5.0-RC2
>
> The mini-submarine image is here:
>
> https://hub.docker.com/layers/apache/submarine/mini-0.5.0-RC2/images/sha256-d92b084199c03abe70a44f657647dca23639c6be5f28180653e327c258c5bdfc?context=explore
>
> The server image is here:
>
> https://hub.docker.com/layers/apache/submarine/server-0.5.0/images/sha256-ad19a86d5c484113ce4d42ea05f412fc96f1c32eaccd68904b8df89b1f069adb?context=explore
>
> The database image is here:
>
> https://hub.docker.com/layers/apache/submarine/database-0.5.0/images/sha256-fcf72289e0aa46e83fc8e65c8aca79be4bba96ec9813d54568e5679925cdc94f?context=explore
>
> The Jupyter Notebook image is here:
>
> https://hub.docker.com/layers/apache/submarine/jupyter-notebook-0.5.0/images/sha256-1e05cdd3c814063b3cac9de12bdecd70475d38d708c06794c2d3b55ef97de82a?context=explore
>
> The Maven staging repository is here:
> https://repository.apache.org/content/repositories/orgapachesubmarine-1016
>
> My public key is here:
> https://dist.apache.org/repos/dist/release/submarine/KEYS
>
> *This vote will run for 7 days, ending on Nov 16, 2020, at 11:59 pm PST.*
>
> For the testing, I have verified the
>
> 1. Build from source, Run the mnist on Hadoop
>
> 2. Example with mini-submarine(both local and remote mode)
>
> 3. Verified the experiment operations to K8s by Submarine Server REST and
> PySubmarine.
>
> 4. Workbench UI (experiment, environment, notebook)
>
> 5. HTTP sync code in the experiment
>
> 6. Environment profile REST API
>
> 7. Notebook REST API
>
>
> Please follow the document to test these features.
> * https://github.com/apache/submarine/tree/master/dev-support/mini-
> submarine
> * https://github.com/apache/submarine/blob/master/docs/user-guide-home.md
>
> My +1 to start. Thanks!
>
> BR,
> Kevin Su
>