You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by li...@apache.org on 2019/11/07 01:38:36 UTC

[submarine-site] branch master updated: Changes from Wangda (#5)

This is an automated email from the ASF dual-hosted git repository.

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9672729  Changes from Wangda (#5)
9672729 is described below

commit 96727292e92ca224552c2fc25b44de3da84c6bcc
Author: Wangda Tan <wa...@apache.org>
AuthorDate: Wed Nov 6 17:38:32 2019 -0800

    Changes from Wangda (#5)
---
 _includes/themes/submarine/_navigation.html | 20 +++++++++------
 index.md                                    | 40 ++++++++++-------------------
 technologies_deployments.md                 |  4 +++
 whats_new.md => whats_new.md.hide           |  0
 4 files changed, 29 insertions(+), 35 deletions(-)

diff --git a/_includes/themes/submarine/_navigation.html b/_includes/themes/submarine/_navigation.html
index 78729d2..0d82df3 100644
--- a/_includes/themes/submarine/_navigation.html
+++ b/_includes/themes/submarine/_navigation.html
@@ -10,7 +10,7 @@
       <a class="navbar-brand" href="/">
         <img src="/assets/themes/submarine/img/submarine_white_logo.png" style="margin-top: -6px;" width="80" alt="I'm submarine">
         <span style="margin-left: 0px;"> Apache Submarine </span>
-        <span style="margin-left: 4px; font-size: 16px; font-family: Arial;">0.4.0</span>
+        <!-- <span style="margin-left: 4px; font-size: 16px; font-family: Arial;">0.4.0</span> -->
       </a>
     </div>
     <nav class="navbar-collapse collapse" role="navigation">
@@ -18,7 +18,7 @@
         <li><a href="https://github.com/apache/submarine/blob/master/docs/helper/QuickStart.md">Quick Start</a></li>
 
         <!-- Download -->
-        <li><a href="https://github.com/apache/submarine/releases">Download</a></li>
+        <li><a href="https://hadoop.apache.org/submarine/downloads/">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -33,7 +33,7 @@
           </ul>
         </li-->
 
-        <li><a href="https://github.com/apache/submarine/tree/master/docs">Docs</a></li>
+        <li><a href="https://hadoop.apache.org/submarine/docs/Index/">Docs</a></li>
 
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
@@ -54,6 +54,7 @@
             <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
           </ul>
         </li>
+        <li><a href="https://cwiki.apache.org/confluence/display/SUBMARINE/Roadmap">Roadmap</a></li>
       </ul>
     </nav><!--/.navbar-collapse -->
   </div>
@@ -70,8 +71,8 @@
     <div style="margin-top: -250px; position: relative;">
       <h1 class="submarine-title">Apache Submarine</h1>
       <p class="description">
-        Submarine is a project which allows infra engineer / data scientist to run machine learning <br/>
-        unmodified Tensorflow or PyTorch programs on YARN or Kubernetes.
+        Apache Submarine is a unified AI platform which allows engineers and data scientists to run Machine Learning 
+        and Deep Learning workload in distributed cluster.
       </p>
     </div>
     <div class="border row">
@@ -80,14 +81,17 @@
            style="margin:5px 25px 5px 25px;font-size:15px;">
           GET STARTED
         </a>
-      <a href="https://github.com/apache/submarine/releases" class="btn btn-primary btn-lg" role="button"
+      <a href="https://hadoop.apache.org/submarine/downloads/" class="btn btn-primary btn-lg" role="button"
            style="margin:5px 25px 5px 25px;font-size:15px;">
           DOWNLOAD
         </a>
+      <a href="https://cwiki.apache.org/confluence/display/SUBMARINE/Roadmap" class="btn btn-primary btn-lg" role="button"
+           style="margin:5px 25px 5px 25px;font-size:15px;">
+          ROADMAP
+        </a>
       </div>
     </div>
   </div>
 </div>
-{% include_relative technologies_deployments.md %}
-{% include_relative whats_new.md %}
+{% include_relative technologies_deployments.md %} 
 {% endif %}
diff --git a/index.md b/index.md
index fe71c12..19e43b0 100644
--- a/index.md
+++ b/index.md
@@ -19,7 +19,7 @@ limitations under the License.
 {% include JB/setup %}
 <br />
 <h1 class="index-header">
-  What is Apache Submarine ?
+  What is Apache Submarine?
 </h1>
 
 <br /><br /><br />
@@ -27,7 +27,7 @@ limitations under the License.
   <div class="col-md-6" style="padding-right:0">
     <h1 style="color:#4c555a">ONE PLATFORM</h1>
     <p>
-      Submarine allow Data Scientists to create end-to-end machine learning workflow.
+      Submarine allow Data Scientists to create end-to-end machine learning workflow. (Working in progress)
     </p>
     <ul style="list-style-type: none;padding-left:10px;" >
       <li style="font-size:18px; margin: 5px;"><span class="glyphicon glyphicon-transfer" style="margin-right:10px"></span> Data Analytics</li>
@@ -44,12 +44,13 @@ limitations under the License.
 
 <br />
 ## Workbench
-[Apache Submarine Workbench](https://github.com/apache/submarine/tree/master/docs/workbench) is a WEB system for data scientists. 
+[Apache Submarine Workbench](https://github.com/apache/submarine/tree/master/docs/workbench) (working in progress) is a WEB system for data scientists. 
 Data scientists can interactively access notebooks, submit/manage jobs, manage models, create model training workflows, access data sets, and more through Submarine Workbench.
 
 <img class="img-responsive" width="900px" style="margin:0 auto; padding: 26px;" src="./assets/themes/submarine/img/workspace-project.png" />
 
-### Notebook
+<!--
+### Notebook 
 You can write code and run directly in the workbench through the notebook, using python or spark interpreter, and the results will be graphically displayed.
 
 
@@ -72,49 +73,34 @@ The submarine workbench has integrated the python runtime environment and a rich
 <img class="img-responsive" src="./assets/themes/submarine/img/python_logo.png" width="240px" />
 
 For the further information about Python in Apache Submarine, please see [Python interpreter for Apache Submarine](#).
+-->
 
 <br />
 ## Machine Learning Fromework
 
-Submarine supports them in the form of plugins for different machine learning frameworks. Three machine learning frameworks, tensorflow, pytorch and mxnet, are currently supported.
-
-
-### Tensorflow
-
-TODO
-
-### PyTorch
-
-TODO
-
-
-### Mxnet
-
-TODO
-
+Submarine supports them in the form of plugins for different machine learning frameworks. Three machine learning frameworks, tensorflow, pytorch are currently supported. (Working in progress: Horovod/MXNet)
 
 <br />
 ## Resource Management Independent
 
 Submarine also designed to be resource management independent, no matter if you have Kubernetes, Apache Hadoop YARN or just a container service, you will be able to run Submarine on top it.
 
-### Kubernetes
-
-Submarine developed a submarine operator to allow submarine to run in kubernetes.
-
 ### YARN
 
 Submarine can run in hadoop yarn with docker features
 
+### Kubernetes (In-Progress)
+
+Submarine developed a submarine operator to allow submarine to run in kubernetes.
 
-### Docker
+### Docker (In-Progress)
 
 Submarine can also be run on one or more servers with the docker runtime environment installed.
 You only need to configure the server list in submarine-site.xml, submarine can automatically build these server groups into a cluster, and run submarine services and jobs in this cluster. This feature is very suitable for small-scale user scenarios.
 
+## Roadmaps
 
-<br />
-## 100% Opensource
+Want to learn more about roadmap and release plan of Submarine? Please go to [roadmap](https://cwiki.apache.org/confluence/display/SUBMARINE/Roadmap)
 
 <img class="img-responsive" style="margin:0 auto; padding: 15px;" src="./assets/themes/submarine/img/asf_logo.png" width="250px"/>
 
diff --git a/technologies_deployments.md b/technologies_deployments.md
index c4bd246..d227dba 100644
--- a/technologies_deployments.md
+++ b/technologies_deployments.md
@@ -57,10 +57,12 @@ limitations under the License.
       </div>
     </div>
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
+<!--
       <p class="bottom-text">
         See more details in Submarine more feature.
         <a href="#">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
       </p>
+-->
     </div>
     <hr />
     <div class="border row">
@@ -94,10 +96,12 @@ limitations under the License.
         </div>
       </div>
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
+<!--
       <p class="bottom-text">
         See more details in Submarine more feature.
         <a href="#">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
       </p>
+-->
     </div>
     </div>
   </div>
diff --git a/whats_new.md b/whats_new.md.hide
similarity index 100%
rename from whats_new.md
rename to whats_new.md.hide