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 11:02:24 UTC

[submarine-site] branch asf-site updated: Add download.html (#6)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new cf667e6  Add download.html (#6)
cf667e6 is described below

commit cf667e6ed7c4335a92febb961aecb2d0a4735a2e
Author: Xun Liu <li...@apache.org>
AuthorDate: Thu Nov 7 19:02:18 2019 +0800

    Add download.html (#6)
---
 README.md                             |  36 --------
 assets.html                           |   7 +-
 atom.xml                              |   2 +-
 community/contributors.html           |  11 +--
 community/member.html                 |   7 +-
 contribution/contributions.html       |  87 ++++++++----------
 contribution/documentation.html       |  13 +--
 contribution/webapplication.html      |   9 +-
 documentation.html                    |   7 +-
 download.html                         |  86 ++++++++----------
 ecosystem/ecosystem.html              |   7 +-
 index.html                            | 164 +++++++++-------------------------
 releases/submarine-release-0.2.0.html |   7 +-
 releases/submarine-release-0.3.0.html |   7 +-
 rss.xml                               |   4 +-
 screenshots.html                      |   7 +-
 supported_interpreters.html           |   7 +-
 technologies_deployments.md           |   4 +
 18 files changed, 172 insertions(+), 300 deletions(-)

diff --git a/README.md b/README.md
deleted file mode 100644
index 34efe59..0000000
--- a/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# Apache Submarine website
-
-This readme will walk you through building the Submarine website
-
-## Introduction
-
-1. The `master` branch of the submarine is used to manage the website source code. Every time you modify the website, you need to submit it to the `master` branch for saving.
-
-2. The `asf-site` branch is used for the static page branch of the website. Every time you modify the website, you need to save the latest generated static page here. https://submarine.apache.org will be updated automatically.
-
-## Build website by docker
-
-```
-git clone https://github.com/apache/submarine-site.git
-git checkout master
-
-docker run -it -p 4000:4000 -v $PWD/submarine-site:/submarine-site hadoopsubmarine/submarine-website:1.0.0 bash
-cd /submarine-site
-bundle exec jekyll serve --watch --host=0.0.0.0
-```
-
-The static page of the website will be generated in the `$PWD/submarine-site/_site` directory.
-
-view submarine website in local: http://localhost:4000/
-
-## Adding a new page
-
-```
-rake page name="new-page.md"
-```
-
-## Deploy website
-
-1. Submit the `master` branch to github repo.
-2. Copy the `_site` directory to the other backup path, e.g., `back_site`.
-3. Switch to the `asf-site` branch, clear all the contents of the directory, copy the contents of the `back_site` directory to the root directory, and submit the `asf-site` branch to github repo.
diff --git a/assets.html b/assets.html
index 37e1571..48c8077 100644
--- a/assets.html
+++ b/assets.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/atom.xml b/atom.xml
index 601e5b7..b43dfae 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
  <title>Apache Submarine</title>
  <link href="https://submarine.apache.org//" rel="self"/>
  <link href="https://submarine.apache.org/"/>
- <updated>2019-11-05T04:21:18+00:00</updated>
+ <updated>2019-11-07T10:54:57+00:00</updated>
  <id>https://submarine.apache.org/</id>
  <author>
    <name>The Apache Software Foundation</name>
diff --git a/community/contributors.html b/community/contributors.html
index e070844..eb45a64 100644
--- a/community/contributors.html
+++ b/community/contributors.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
@@ -173,11 +174,11 @@ Don&#8217;t hesitate to report new bugs and improvements ideas.</p>
 
 <p>We like to get code contributions through Pull Requests on our <a href="https://github.com/apache/submarine">Github Mirror</a>.</p>
 
-<p>But before starting, please read our <a href="/contribution/contributions.html">Contribution guidelines</a>, it will give
+<p>But before starting, please read our <a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contribution guidelines</a>, it will give
 you important information about our review process, and pointers on how to make a good code contribution.</p>
 
 <p>You can visit our <a href="https://issues.apache.org/jira/browse/SUBMARINE">Issue Tracker</a> to find issues to resolve,
-and if your are a newcomer and don&#8217;t know where to get started, we have set some <a href="https://issues.apache.org/jira/browse/SUBMARINE-90?jql=project%20%3D%20SUBMARINE%20AND%20status%20%3D%20Open">beginner issues</a>.</p>
+and if your are a newcomer and don&#8217;t know where to get started, we have set some <a href="https://issues.apache.org/jira/browse/SUBMARINE?jql=project%20%3D%20SUBMARINE%20AND%20status%20%3D%20Open">beginner issues</a>.</p>
 
 <h4 id="other-contributions">Other contributions</h4>
 
diff --git a/community/member.html b/community/member.html
index de99aa1..de76622 100644
--- a/community/member.html
+++ b/community/member.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/contribution/contributions.html b/contribution/contributions.html
index 40f7b33..9e4bef5 100644
--- a/contribution/contributions.html
+++ b/contribution/contributions.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
@@ -249,11 +250,11 @@ limitations under the License.
 
 <p><strong>Apache Submarine</strong> is an <a href="https://github.com/apache/submarine/blob/master/CONTRIBUTING.md">Apache2 License</a> Software.</p>
 
-<p>Contributing to Zeppelin (Source code, Documents, Image, Website) means you agree to the Apache2 License.</p>
+<p>Contributing to Submarine (Source code, Documents, Image, Website) means you agree to the Apache2 License.</p>
 
 <ol>
-<li>Make sure your issue is not already in the <a href="https://issues.apache.org/jira/browse/ZEPPELIN">Jira issue tracker</a></li>
-<li>If not, create a ticket describing the change you&#39;re proposing in the <a href="https://issues.apache.org/jira/browse/ZEPPELIN">Jira issue tracker</a></li>
+<li>Make sure your issue is not already in the <a href="https://issues.apache.org/jira/browse/SUBMARINE">Jira issue tracker</a></li>
+<li>If not, create a ticket describing the change you&#39;re proposing in the <a href="https://issues.apache.org/jira/browse/SUBMARINE">Jira issue tracker</a></li>
 <li>Setup travis <a href="#continuous-integration">Continuous Integration</a></li>
 <li>Contribute your patch via Pull Request on our <a href="https://github.com/apache/submarine">Github Mirror</a>.</li>
 </ol>
@@ -297,13 +298,13 @@ Outline the steps to test the PR here.
 
 <ul>
 <li><p>Using a utility provided from Submarine.</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">dev/test_zeppelin_pr.py [# of PR]
+<figure class="highlight"><pre><code class="language-text" data-lang="text">dev/test_submarine_pr.py [# of PR]
 </code></pre></figure>
 <p>For example, if you want to test <code>#513</code>, then the command will be:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">dev/test_zeppelin_pr.py 513
+<figure class="highlight"><pre><code class="language-text" data-lang="text">dev/test_submarine_pr.py 513
 </code></pre></figure></li>
 <li><p>Another way is using <a href="https://github.com/github/hub">github/hub</a>.</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">hub checkout https://github.com/apache/zeppelin/pull/[# of PR]
+<figure class="highlight"><pre><code class="language-text" data-lang="text">hub checkout https://github.com/apache/submarine/pull/[# of PR]
 </code></pre></figure></li>
 </ul>
 
@@ -311,7 +312,7 @@ Outline the steps to test the PR here.
 
 <h2>Source Control Workflow</h2>
 
-<p>Zeppelin follows <a href="https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Development-workflow-with-Git:-Fork,-Branching,-Commits,-and-Pull-Request">Fork &amp; Pull</a> model.</p>
+<p>Submarine follows <a href="https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Development-workflow-with-Git:-Fork,-Branching,-Commits,-and-Pull-Request">Fork &amp; Pull</a> model.</p>
 
 <h2>The Review Process</h2>
 
@@ -328,46 +329,28 @@ Outline the steps to test the PR here.
 
 <h2>Becoming a Committer</h2>
 
-<p>The PMC adds new committers from the active contributors, based on their contribution to Zeppelin.</p>
+<p>The PMC adds new committers from the active contributors, based on their contribution to Submarine.</p>
 
 <p>The qualifications for new committers include:</p>
 
 <ol>
-<li>Sustained contributions: Committers should have a history of constant contributions to Zeppelin.</li>
+<li>Sustained contributions: Committers should have a history of constant contributions to Submarine.</li>
 <li>Quality of contributions: Committers more than any other community member should submit simple, well-tested, and well-designed patches.</li>
 <li>Community involvement: Committers should have a constructive and friendly attitude in all community interactions. They should also be active on the dev, user list and reviewing patches. Also help new contributors and users.</li>
 </ol>
 
 <h2>Setting up</h2>
 
-<p>Here are some things you will need to build and test Zeppelin.</p>
+<p>Here are some things you will need to build and test Submarine.</p>
 
 <h3>Software Configuration Management (SCM)</h3>
 
-<p>Zeppelin uses Git for its SCM system. so you&#39;ll need git client installed in your development machine.</p>
+<p>submarine uses Git for its SCM system. so you&#39;ll need git client installed in your development machine.</p>
 
 <h3>Integrated Development Environment (IDE)</h3>
 
 <p>You are free to use whatever IDE you prefer, or your favorite command line editor.</p>
 
-<h3>Project Structure</h3>
-
-<p>Zeppelin project is based on Maven. Maven works by convention &amp; defines <a href="https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html">directory structure</a> for a project.
-The top-level pom.xml describes the basic project structure. Currently Zeppelin has the following modules.</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">&lt;module&gt;zeppelin-interpreter&lt;/module&gt;
-&lt;module&gt;zeppelin-zengine&lt;/module&gt;
-&lt;module&gt;spark&lt;/module&gt;
-&lt;module&gt;markdown&lt;/module&gt;
-&lt;module&gt;angular&lt;/module&gt;
-&lt;module&gt;shell&lt;/module&gt;
-&lt;module&gt;flink&lt;/module&gt;
-&lt;module&gt;ignite&lt;/module&gt;
-&lt;module&gt;lens&lt;/module&gt;
-&lt;module&gt;cassandra&lt;/module&gt;
-&lt;module&gt;zeppelin-web&lt;/module&gt;
-&lt;module&gt;zeppelin-server&lt;/module&gt;
-&lt;module&gt;zeppelin-distribution&lt;/module&gt;
-</code></pre></figure>
 <h3>Code convention</h3>
 
 <p>We are following Google Code style:</p>
@@ -377,7 +360,7 @@ The top-level pom.xml describes the basic project structure. Currently Zeppelin
 <li><a href="https://google.github.io/styleguide/shell.xml">Shell style</a></li>
 </ul>
 
-<p>There are some plugins to format, lint your code in IDE (use <a href="https://github.com/apache/zeppelin/tree/master/_tools">_tools/checkstyle.xml</a> as rules)</p>
+<p>There are some plugins to format, lint your code in IDE (use <a href="https://github.com/apache/submarine/tree/master/_tools">_tools/checkstyle.xml</a> as rules)</p>
 
 <ul>
 <li><a href="https://plugins.jetbrains.com/plugin/1065">Checkstyle plugin for Intellij</a> (<a href="http://stackoverflow.com/questions/26955766/intellij-idea-checkstyle">Setting Guide</a>)</li>
@@ -389,24 +372,24 @@ Test coverage report location is in <code>${submodule}/target/site/cobertura/ind
 
 <h2>Getting the source code</h2>
 
-<p>First of all, you need the Zeppelin source code.</p>
+<p>First of all, you need the Submarine source code.</p>
 
-<p>The official location for Zeppelin is <a href="http://git.apache.org/zeppelin.git">http://git.apache.org/zeppelin.git</a>.</p>
+<p>The official location for Submarine is <a href="http://git.apache.org/submarine.git">http://git.apache.org/submarine.git</a>.</p>
 
 <h3>git access</h3>
 
 <p>Get the source code on your development machine using git.</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">git clone git://git.apache.org/zeppelin.git zeppelin
+<figure class="highlight"><pre><code class="language-text" data-lang="text">git clone git://git.apache.org/submarine.git submarine
 </code></pre></figure>
 <p>You may also want to develop against a specific branch. For example, for branch-0.5.6</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">git clone -b branch-0.5.6 git://git.apache.org/zeppelin.git zeppelin
+<figure class="highlight"><pre><code class="language-text" data-lang="text">git clone -b branch-0.5.6 git://git.apache.org/submarine.git submarine
 </code></pre></figure>
 <p>or with write access</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">git clone https://git-wip-us.apache.org/repos/asf/zeppelin.git
+<figure class="highlight"><pre><code class="language-text" data-lang="text">git clone https://git-wip-us.apache.org/repos/asf/submarine.git
 </code></pre></figure>
 <h3>Fork repository</h3>
 
-<p>If you want not only build Zeppelin but also make change, then you need fork <a href="https://github.com/apache/zeppelin">Zeppelin github mirror repository</a> and make a pull request.</p>
+<p>If you want not only build Submarine but also make change, then you need fork <a href="https://github.com/apache/submarine">Submarine github mirror repository</a> and make a pull request.</p>
 
 <h2>Build</h2>
 
@@ -432,40 +415,40 @@ Test coverage report location is in <code>${submodule}/target/site/cobertura/ind
 
 <p>Each new File should have its own accompanying unit tests. Each new interpreter should have come with its tests.</p>
 
-<p>Zeppelin has 3 types of tests:</p>
+<p>submarine has 3 types of tests:</p>
 
 <ul>
 <li><strong>Unit Tests:</strong> The unit tests run as part of each package&#39;s build. E.g. SparkInterpeter Module&#39;s unit test is SparkInterpreterTest</li>
-<li><strong>Integration Tests:</strong> The integration tests run after all modules are build. The integration tests launch an instance of Zeppelin server. ZeppelinRestApiTest is an example integration test.</li>
-<li><strong>GUI integration tests:</strong> These tests validate the Zeppelin UI elements. These tests require a running Zeppelin server and launches a web browser to validate Notebook UI elements like Notes and their execution. See ZeppelinIT as an example.</li>
+<li><strong>Integration Tests:</strong> The integration tests run after all modules are build. The integration tests launch an instance of submarine server. submarineRestApiTest is an example integration test.</li>
+<li><strong>GUI integration tests:</strong> These tests validate the submarine UI elements. These tests require a running submarine server and launches a web browser to validate Notebook UI elements like Notes and their execution. See submarineIT as an example.</li>
 </ul>
 
 <p>Currently the <strong>GUI integration tests</strong> are not run in the Maven and are only run in the CI environment when the pull request is submitted to github.</p>
 
-<p>Make sure to watch the <a href="https://travis-ci.org/apache/zeppelin/pull_requests">CI results</a> for your pull request.</p>
+<p>Make sure to watch the <a href="https://travis-ci.org/apache/submarine/pull_requests">CI results</a> for your pull request.</p>
 
 <h4>Running GUI integration tests locally</h4>
 
 <h5>All tests, just like the CI:</h5>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">PATH=~/Applications/Firefox.app/Contents/MacOS/:$PATH CI=&quot;true&quot; mvn verify -Pspark-1.6 -Phadoop-2.3 -Ppyspark -B -pl &quot;zeppelin-interpreter,zeppelin-zengine,zeppelin-server,zeppelin-display,spark-dependencies,spark&quot; -Dtest=&quot;org.apache.zeppelin.AbstractFunctionalSuite&quot; -DfailIfNoTests=false
+<figure class="highlight"><pre><code class="language-text" data-lang="text">PATH=~/Applications/Firefox.app/Contents/MacOS/:$PATH CI=&quot;true&quot; mvn verify -Pspark-1.6 -Phadoop-2.3 -Ppyspark -B -pl &quot;submarine-interpreter,submarine-zengine,submarine-server,submarine-display,spark-dependencies,spark&quot; -Dtest=&quot;org.apache.submarine.AbstractFunctionalSuite&quot; -DfailIfNoTests=false
 </code></pre></figure>
-<h5>Next to a Running instance of Zeppelin</h5>
+<h5>Next to a Running instance of submarine</h5>
 
 <p>This allows you to target a specific <strong>GUI integration test</strong>.</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">TEST_SELENIUM=&quot;true&quot; mvn package -DfailIfNoTests=false -pl &#39;zeppelin-interpreter,zeppelin-zengine,zeppelin-server&#39; -Dtest=ParagraphActionsIT
+<figure class="highlight"><pre><code class="language-text" data-lang="text">TEST_SELENIUM=&quot;true&quot; mvn package -DfailIfNoTests=false -pl &#39;submarine-interpreter,submarine-zengine,submarine-server&#39; -Dtest=ParagraphActionsIT
 </code></pre></figure>
 <h2>Continuous Integration</h2>
 
-<p>Zeppelin project&#39;s CI system will collect information from pull request author&#39;s travis-ci and display status in the pull request.</p>
+<p>submarine project&#39;s CI system will collect information from pull request author&#39;s travis-ci and display status in the pull request.</p>
 
-<p>Each individual contributor should setup travis-ci for the fork before making a pullrequest. Go to <a href="https://travis-ci.org/profile">https://travis-ci.org/profile</a> and switch on &#39;zeppelin&#39; repository.</p>
+<p>Each individual contributor should setup travis-ci for the fork before making a pullrequest. Go to <a href="https://travis-ci.org/profile">https://travis-ci.org/profile</a> and switch on &#39;submarine&#39; repository.</p>
 
-<h2>Run Zeppelin server in development mode</h2>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">cd zeppelin-server
-HADOOP_HOME=YOUR_HADOOP_HOME JAVA_HOME=YOUR_JAVA_HOME mvn exec:java -Dexec.mainClass=&quot;org.apache.zeppelin.server.ZeppelinServer&quot; -Dexec.args=&quot;&quot;
+<h2>Run submarine server in development mode</h2>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">cd submarine-server
+HADOOP_HOME=YOUR_HADOOP_HOME JAVA_HOME=YOUR_JAVA_HOME mvn exec:java -Dexec.mainClass=&quot;org.apache.submarine.server.submarineServer&quot; -Dexec.args=&quot;&quot;
 </code></pre></figure>
 <p>or use daemon script</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">bin/zeppelin-daemon start
+<figure class="highlight"><pre><code class="language-text" data-lang="text">bin/submarine-daemon start
 </code></pre></figure>
 <p>Server will be run on http://localhost:8080</p>
 
diff --git a/contribution/documentation.html b/contribution/documentation.html
index 341b779..f88ef5a 100644
--- a/contribution/documentation.html
+++ b/contribution/documentation.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
@@ -368,20 +369,20 @@ group: quickstart
 
 <ul>
 <li><strong>Dropdown menu in navbar</strong>: add your docs location to <a href="https://github.com/apache/submarine/blob/master/docs/_includes/themes/submarine/_navigation.html">_navigation.html</a></li>
-<li><strong>Main index</strong>: add your docs below <a href="http://zeppelin.apache.org/docs/latest/#what-is-the-next">What is the next?</a> section in <a href="https://github.com/apache/submarine/blob/master/docs/index.md">index.md</a> with a short description. No need to do this if the page is for <strong>Interpreters</strong>.</li>
+<li><strong>Main index</strong>: add your docs below <a href="http://submarine.apache.org/docs/latest/#what-is-the-next">What is the next?</a> section in <a href="https://github.com/apache/submarine/blob/master/docs/index.md">index.md</a> with a short description. No need to do this if the page is for <strong>Interpreters</strong>.</li>
 </ul>
 
 <h2>For committers only</h2>
 
 <h3>Bumping up version in a new release</h3>
 
-<p><code>ZEPPELIN_VERSION</code> and <code>BASE_PATH</code> property in <code>_config.yml</code></p>
+<p><code>SUBMARINE_VERSION</code> and <code>BASE_PATH</code> property in <code>_config.yml</code></p>
 
 <h3>Deploy to ASF svnpubsub infra</h3>
 
 <ol>
 <li><p>generate static website in <code>./_site</code></p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text"># go to /docs under Zeppelin source
+<figure class="highlight"><pre><code class="language-text" data-lang="text"># go to /docs under Submarine source
 JEKYLL_ENV=production bundle exec jekyll build
 </code></pre></figure></li>
 <li><p>checkout ASF repo
diff --git a/contribution/webapplication.html b/contribution/webapplication.html
index f66e4ca..d10f169 100644
--- a/contribution/webapplication.html
+++ b/contribution/webapplication.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
@@ -243,7 +244,7 @@ limitations under the License.
 
 <p>When working on Submarine&#39;s WebApplication, it is recommended to run in dev mode.</p>
 
-<p>For that, start Submarine server normally, then use <code>yarn run dev</code> in <em>zeppelin-web</em> directory.</p>
+<p>For that, start Submarine server normally, then use <code>yarn run dev</code> in <em>submarine-web</em> directory.</p>
 
 <p>This will launch a Submarine WebApplication on port <strong>9000</strong> that will update on code changes.</p>
 
diff --git a/documentation.html b/documentation.html
index 608d268..6f94a46 100644
--- a/documentation.html
+++ b/documentation.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/download.html b/download.html
index 5606442..1bf3642 100644
--- a/download.html
+++ b/download.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
@@ -148,73 +149,58 @@ limitations under the License.
 <p>The latest release of Apache Submarine is <strong>0.3.0</strong>.</p>
 
 <ul>
-<li><p>0.3.0 released on Jan 23, 2019 (<a href="./releases/submarine-release-0.3.0.html">release notes</a>) (<a href="https://git-wip-us.apache.org/repos/asf?p=submarine.git;h=refs/tags/v0.3.0">git tag</a>)</p>
+<li><p>Apache Submarine 0.3.0 released on Nov 23, 2019 (<a href="https://github.com/apache/submarine/blob/master/docs/helper/release.md">release notes</a>) (<a href="#">git tag</a>)</p>
 
 <ul>
-<li>Binary package with all interpreters (<a href="../../docs/0.3.0/quickstart/install.html">Install guide</a>):
-<p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'submarine-bin-all', '0.3.0'); window.location.href='http://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-0.3.0-bin-all.tgz'">submarine-0.3.0-bin-all.tgz</div> (947 MB,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0-bin-all.tgz.asc">pgp</a>,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0-bin-all.tgz.md5">md5</a>,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0-bin-all.tgz.sha512">sha</a>)</p></li>
-<li>Binary package with Spark interpreter and interpreter net-install script (<a href="../../docs/0.3.0/usage/interpreter/installation.html">interpreter installation guide</a>):
-<p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'submarine-bin-netinst', '0.3.0'); window.location.href='http://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-0.3.0-bin-netinst.tgz'">submarine-0.3.0-bin-netinst.tgz</div> (313 MB,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0-bin-netinst.tgz.asc">pgp</a>,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0-bin-netinst.tgz.md5">md5</a>,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0-bin-netinst.tgz.sha512">sha</a>)</p></li>
+<li>Binary package (<a href="https://github.com/apache/submarine/blob/master/docs/helper/install.md">Install guide</a>):
+<p><div class="btn btn-md btn-primary" window.location.href='#'">submarine-0.3.0.tgz</div> (120 MB,
+<a href="#">checksum</a>,
+<a href="#">signature</a>,
+<a href="#">Announcement</a>)</p></li>
 <li>Source:
-<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'submarine-src', '0.3.0'); window.location.href='http://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-0.3.0.tgz'">submarine-0.3.0.tgz</a> (117 MB,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0.tgz.asc">pgp</a>,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0.tgz.md5">md5</a>,
-<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-0.3.0.tgz.sha512">sha</a>)</li>
+<p><div class="btn btn-md btn-primary" window.location.href='#'">submarine-0.3.0-src.tgz</div> (12 MB,
+<a href="#">checksum</a>,
+<a href="#">signature</a>)</li>
 </ul></li>
 </ul>
 
-<h1>Using the official docker image</h1>
-
-<p>Make sure that <a href="https://www.docker.com/community-edition">docker</a> is installed in your local machine.  </p>
-
-<p>Use this command to launch Apache Submarine in a container.</p>
-<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker run -p 8080:8080 --rm --name submarine apache/submarine:0.3.0
-</code></pre></figure>
-<p>To persist <code>logs</code> and <code>notebook</code> directories, use the <a href="https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v-read-only">volume</a> option for docker container.</p>
-<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker run -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook -e submarine_LOG_DIR=&#39;/logs&#39; -e SUBMARINE_NOTEBOOK_DIR=&#39;/notebook&#39; --name submarine apache/submarine:0.8.0
-</code></pre></figure>
-<p>If you have trouble accessing <code>localhost:8080</code> in the browser, Please clear browser cache.</p>
-
 <h2>Verify the integrity of the files</h2>
 
 <p>It is essential that you <a href="https://www.apache.org/info/verification.html">verify</a> the integrity of the downloaded files using the PGP or MD5 signatures. This signature should be matched against the <a href="https://www.apache.org/dist/submarine/KEYS">KEYS</a> file.</p>
 
 <h2>Build from source</h2>
 
-<p>For developers, to get latest <em>0.3.0-SNAPSHOT</em> check <a href="https://github.com/apache/submarine/blob/master/README.md">README</a>.</p>
+<p>For developers, to get latest <em>0.3.0-SNAPSHOT</em> check <a href="https://github.com/apache/submarine/blob/master/docs/development/BuildFromCode.md">README</a>.</p>
 
 <h2>Old releases</h2>
 
 <ul>
-<li><p>0.2.0 released on June 15, 2019 (<a href="./releases/submarine-release-0.2.0.html">release notes</a>)</p>
+<li><p>Apache Submarine 0.2.0 released on Jul 2, 2019</p>
 
 <ul>
-<li>Binary package with all interpreters:
-<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'submarine-bin-all', '0.2.0'); window.location.href='http://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-all.tgz'">submarine-0.2.0-bin-all.tgz</a> (111 MB,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-all.tgz.asc">pgp</a>,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-all.tgz.md5">md5</a>,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-all.tgz.sha512">sha</a>)</li>
-<li>Binary package with Spark interpreter and interpreter net-install script (<a href="../../docs/0.2.0/manual/interpreterinstallation.html">interpreter installation guide</a>):
-<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'submarine-bin-netinst', '0.2.0'); window.location.href='http://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-netinst.tgz'">submarine-0.2.0-bin-netinst.tgz</a> (245 MB,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-netinst.tgz.asc">pgp</a>,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-netinst.tgz.md5">md5</a>,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0-bin-netinst.tgz.sha512">sha</a>)</li>
+<li>Binary package with submarine:
+<a style="cursor:pointer" window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz'">hadoop-submarine-0.2.0.tar.gz</a> (111 MB,
+<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz.mds">checksum</a>,
+<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz.asc">signature</a>,
+<a href="http://hadoop.apache.org/submarine/release/0.2.0/">Announcement</a>)</li>
 <li>Source:
-<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'submarine-src', '0.2.0'); window.location.href='http://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0.tgz'">submarine-0.2.0.tgz</a> (1.4 MB,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0.tgz.asc">pgp</a>,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0.tgz.md5">md5</a>,
-<a href="https://archive.apache.org/dist/submarine/submarine-0.2.0/submarine-0.2.0.tgz.sha512">sha</a>)</li>
-</ul>
+<a style="cursor:pointer" window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz'">hadoop-submarine-0.2.0-src.tar.gz</a> (1.4 MB,
+<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz.mds">checksum</a>,
+<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz.asc">signature</a>)</li>
+</ul></li>
+<li><p>Apache Submarine 0.1.0 released on Jan 16, 2019</p>
 
-<blockquote style="margin-top: 10px;">
-  <p><strong>Note</strong>: From submarine version 0.2.0.</p>
-</blockquote></li>
+<ul>
+<li>Binary package with submarine:
+<a style="cursor:pointer" window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz'">submarine-0.2.0-bin-all.tgz</a> (97 MB,
+<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz.mds">checksum</a>,
+<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz.asc">signature</a>,
+<a href="https://hadoop.apache.org/docs/r3.2.0/index.html">Announcement</a>)</li>
+<li>Source:
+<a style="cursor:pointer" window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz'">submarine-hadoop-3.2.0-src.tar.gz</a> (1.1 MB,
+<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz.mds">checksum</a>,
+<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz.asc">signature</a>)</li>
+</ul></li>
 </ul>
 
 <p><p /></p>
diff --git a/ecosystem/ecosystem.html b/ecosystem/ecosystem.html
index 1cbcb15..0b0a1a1 100644
--- a/ecosystem/ecosystem.html
+++ b/ecosystem/ecosystem.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/index.html b/index.html
index f0b57f0..b252f2d 100644
--- a/index.html
+++ b/index.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
@@ -127,8 +128,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">
@@ -137,10 +138,14 @@
            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="/download.html" 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>
@@ -205,10 +210,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">
@@ -242,86 +249,17 @@ 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>
-</div>
-
-<!--
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
 -->
-
-
-
-<div class="new">
-  <div class="container">
-    <h2>What's new in</h2>
-    <span class="newSubmarine center-block">Apache Submarine 0.4.0</span>
-    <div class="border row">
-      <div class="border col-md-4 col-sm-4">
-        <h4>Submarine Workbench</h4>
-        <div>
-          <p>
-            The Submarine Workbench is a notebook interactive web system for data scientists that can be developed in a team-based manner.<a href="https://github.com/apache/submarine/tree/master/docs/workbench"> Learn More</a>
-          </p>
-        </div>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>Python/Spark interpreter</h4>
-        <p>
-            Write python and spark code through the notebook, Perform data processing and algorithm development to visualize the results of the operation.<a href="#"> Learn More</a>
-        </p>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>Kubernetes</h4>
-        <div class="personal">
-        <p>
-          Support for kubernetes as a resource scheduling system. Let algorithm development and model training job run on kubernetes.<a href="#"> Learn More</a>
-        </p>
-        </div>
-      </div>
     </div>
-    <div class="border row">
-      <div class="border col-md-4 col-sm-4">
-        <h4>Submarine SDK</h4>
-        <div>
-          <p>
-            Support tracking/metrics APIs which allows developers add tracking/metrics and view tracking/metrics from Submarine Workbench UI.<a href="https://github.com/apache/submarine/tree/master/docs/submarine-sdk"> Learn More</a>
-          </p>
-        </div>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>Mini-Submarine</h4>
-        <p>
-            Write python and spark code through the notebook, Perform data processing and algorithm development to visualize the results of the operation.<a href="#"> Learn More</a>
-        </p>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>MXNet</h4>
-        <div class="personal">
-        <p>
-          Support for the Apache MXNet framework.<a href="#"> Learn More</a>
-        </p>
-        </div>
-      </div>
     </div>
   </div>
 </div>
-
+ 
 
 
 
@@ -351,7 +289,7 @@ limitations under the License.
 
 <p><br />
 <h1 class="index-header">
-  What is Apache Submarine ?
+  What is Apache Submarine?
 </h1></p>
 
 <p><br /><br /><br />
@@ -359,7 +297,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>
@@ -378,56 +316,42 @@ limitations under the License.
 
 <h2>Workbench</h2>
 
-<p><a href="https://github.com/apache/submarine/tree/master/docs/workbench">Apache Submarine Workbench</a> is a WEB system for data scientists. 
+<p><a href="https://github.com/apache/submarine/tree/master/docs/workbench">Apache Submarine Workbench</a> (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.</p>
 
 <p><img class="img-responsive" width="900px" style="margin:0 auto; padding: 26px;" src="./assets/themes/submarine/img/workspace-project.png" /></p>
 
-<h3>Notebook</h3>
-
-<p>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.</p>
-
-<h4>Submarine Spark Interpreter</h4>
+<!--
+### 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.
 
-<p>The submarine workbench has integrated the spark runtime environment. The data engineer can directly write spark or spark sql for data processing without any configuration.</p>
 
-<p><img class="img-responsive" src="./assets/themes/submarine/img/spark_logo.jpg" width="140px" /></p>
+#### Submarine Spark Interpreter
+The submarine workbench has integrated the spark runtime environment. The data engineer can directly write spark or spark sql for data processing without any configuration.
 
-<p>Apache Submarine with Spark integration provides</p>
+<img class="img-responsive" src="./assets/themes/submarine/img/spark_logo.jpg" width="140px" />
 
-<ul>
-<li>Automatic SparkContext and SQLContext injection</li>
-<li>Provide the spark runtime environment through the docker image.</li>
-<li>Canceling job and displaying its progress</li>
-</ul>
+Apache Submarine with Spark integration provides
 
-<p>For the further information about Apache Spark in Apache Submarine, please see <a href="#">Spark interpreter for Apache Submarine</a>.</p>
+- Automatic SparkContext and SQLContext injection
+- Provide the spark runtime environment through the docker image.
+- Canceling job and displaying its progress
 
-<h4>Python integration</h4>
+For the further information about Apache Spark in Apache Submarine, please see [Spark interpreter for Apache Submarine](#).
 
-<p>The submarine workbench has integrated the python runtime environment and a rich python library. Data scientists can directly write python code for algorithm development without any configuration.</p>
+#### Python integration
+The submarine workbench has integrated the python runtime environment and a rich python library. Data scientists can directly write python code for algorithm development without any configuration.
 
-<p><img class="img-responsive" src="./assets/themes/submarine/img/python_logo.png" width="240px" /></p>
+<img class="img-responsive" src="./assets/themes/submarine/img/python_logo.png" width="240px" />
 
-<p>For the further information about Python in Apache Submarine, please see <a href="#">Python interpreter for Apache Submarine</a>.</p>
+For the further information about Python in Apache Submarine, please see [Python interpreter for Apache Submarine](#).
+-->
 
 <p><br /></p>
 
 <h2>Machine Learning Fromework</h2>
 
-<p>Submarine supports them in the form of plugins for different machine learning frameworks. Three machine learning frameworks, tensorflow, pytorch and mxnet, are currently supported.</p>
-
-<h3>Tensorflow</h3>
-
-<p>TODO</p>
-
-<h3>PyTorch</h3>
-
-<p>TODO</p>
-
-<h3>Mxnet</h3>
-
-<p>TODO</p>
+<p>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)</p>
 
 <p><br /></p>
 
@@ -435,28 +359,28 @@ Data scientists can interactively access notebooks, submit/manage jobs, manage m
 
 <p>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.</p>
 
-<h3>Kubernetes</h3>
-
-<p>Submarine developed a submarine operator to allow submarine to run in kubernetes.</p>
-
 <h3>YARN</h3>
 
 <p>Submarine can run in hadoop yarn with docker features</p>
 
-<h3>Docker</h3>
+<h3>Kubernetes (In-Progress)</h3>
+
+<p>Submarine developed a submarine operator to allow submarine to run in kubernetes.</p>
+
+<h3>Docker (In-Progress)</h3>
 
 <p>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.</p>
 
-<p><br /></p>
+<h2>Roadmaps</h2>
 
-<h2>100% Opensource</h2>
+<p>Want to learn more about roadmap and release plan of Submarine? Please go to <a href="https://cwiki.apache.org/confluence/display/SUBMARINE/Roadmap">roadmap</a></p>
 
 <p><img class="img-responsive" style="margin:0 auto; padding: 15px;" src="./assets/themes/submarine/img/asf_logo.png" width="250px"/></p>
 
-<p>Apache Submarine is Apache2 Licensed software. Please check out the <a href="http://git.apache.org/submarine.git">source repository</a> and <a href="./docs/latest/development/howtocontribute.html">how to contribute</a>.
+<p>Apache Submarine is Apache2 Licensed software. Please check out the <a href="https://github.com/apache/submarine">source repository</a> and <a href="/community/contributors.html">how to contribute</a>.
 Apache Submarine has a very active development community.
-Join to our <a href="https://submarine.apache.org/community.html">Mailing list</a> and report issues on <a href="https://issues.apache.org/jira/browse/SUBMARINE">Jira Issue tracker</a>.
+Join to our <a href="/community/contributors.html">Mailing list</a> and report issues on <a href="https://issues.apache.org/jira/browse/SUBMARINE">Jira Issue tracker</a>.
 </div>
 <br /></p>
 
diff --git a/releases/submarine-release-0.2.0.html b/releases/submarine-release-0.2.0.html
index 0f0dde7..7856110 100644
--- a/releases/submarine-release-0.2.0.html
+++ b/releases/submarine-release-0.2.0.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/releases/submarine-release-0.3.0.html b/releases/submarine-release-0.3.0.html
index 6fa3e00..7830737 100644
--- a/releases/submarine-release-0.3.0.html
+++ b/releases/submarine-release-0.3.0.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/rss.xml b/rss.xml
index 1233e64..0c66683 100644
--- a/rss.xml
+++ b/rss.xml
@@ -5,8 +5,8 @@
         <description>Apache Submarine - The Apache Software Foundation</description>
         <link>https://submarine.apache.org/</link>
         <link>https://submarine.apache.org/</link>
-        <lastBuildDate>2019-11-05T04:21:18+00:00</lastBuildDate>
-        <pubDate>2019-11-05T04:21:18+00:00</pubDate>
+        <lastBuildDate>2019-11-07T10:54:57+00:00</lastBuildDate>
+        <pubDate>2019-11-07T10:54:57+00:00</pubDate>
         <ttl>1800</ttl>
 
 
diff --git a/screenshots.html b/screenshots.html
index 1223aa2..ced9038 100644
--- a/screenshots.html
+++ b/screenshots.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
diff --git a/supported_interpreters.html b/supported_interpreters.html
index c03cde2..e2c2442 100644
--- a/supported_interpreters.html
+++ b/supported_interpreters.html
@@ -67,7 +67,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">
@@ -75,7 +75,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="/download.html">Download</a></li>
 
         <!-- Docs -->
         <!--li class="docs">
@@ -95,8 +95,8 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
+            <li><a href="/community/contributors.html">Contributors</a></li>
             <li><a href="/community/member.html">Member</a></li>
-            <li><a href="https://github.com/apache/submarine/blob/master/docs/community/contributing.md">Contributors</a></li>
             <li><a href="https://github.com/apache/submarine">GitHub</a></li>
           </ul>
         </li>
@@ -111,6 +111,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>
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>