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 2020/02/06 06:48:20 UTC

[submarine-site] branch master updated: Update submarine-0.3.0 release (#9)

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 b655ccd  Update submarine-0.3.0 release (#9)
b655ccd is described below

commit b655ccd7725235236c042accd15a0e61fb4859a4
Author: tangzhankun <ta...@gmail.com>
AuthorDate: Thu Feb 6 14:48:10 2020 +0800

    Update submarine-0.3.0 release (#9)
---
 download.md                         | 36 +++++++++++++++++++++---------------
 releases/submarine-release-0.3.0.md |  6 +++---
 2 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/download.md b/download.md
index 6fb0595..c141e0d 100644
--- a/download.md
+++ b/download.md
@@ -23,28 +23,34 @@ limitations under the License.
 
 The latest release of Apache Submarine is **0.3.0**.
 
-  - Apache Submarine 0.3.0 released on Nov 23, 2019 ([release notes](https://github.com/apache/submarine/blob/master/docs/helper/release.md)) ([git tag](#))
+  - Apache Submarine 0.3.0 released on Feb 01, 2020 ([release notes](./releases/submarine-release-0.3.0.html)) ([git tag](https://github.com/apache/submarine/tree/rel/release-0.3.0))
 
-    * Binary package ([Install guide](https://github.com/apache/submarine/blob/master/docs/helper/install.md)):
-    <p><div class="btn btn-md btn-primary" window.location.href='#'">submarine-0.3.0.tgz</div> (120 MB,
-    [checksum](#),
-    [signature](#),
-    [Announcement](#))</p>
+    * Binary package ([Install guide](https://github.com/apache/submarine#quick-start)):
+    <p><div class="btn btn-md btn-primary" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz'">submarine-dist-0.3.0-hadoop-2.9.tar.gz</div> (550 MB,
+    [checksum](https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz.sha512),
+    [signature](https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz.asc))</p>
 
     * Source:
-    <p><div class="btn btn-md btn-primary" window.location.href='#'">submarine-0.3.0-src.tgz</div> (12 MB,
-    [checksum](#),
-    [signature](#))
-
+    <p><div class="btn btn-md btn-primary" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-dist-0.3.0-src.tar.gz'">submarine-dist-0.3.0-src.tar.gz</div> (6 MB,
+    [checksum](https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-src.tar.gz.sha512),
+    [signature](https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-src.tar.gz.asc))
+    <p></p>
+    * Docker images:
+    <p>*[mini-submarine](https://hub.docker.com/layers/apache/submarine/mini-0.3.0/images/sha256-3dd49054bf8a91521f5743c675278d626a5fa568e91651c67867b8ba6ceba340)* [(guide)](https://github.com/apache/submarine/blob/rel/release-0.3.0/dev-support/mini-submarine/README.md#mini-submarine):</p>
+    <code>docker run -it -h submarine-dev --name mini-submarine --net=bridge --privileged -P apache/submarine:mini-0.3.0 /bin/bash</code>
 
 ## Verify the integrity of the files
 
 It is essential that you [verify](https://www.apache.org/info/verification.html) the integrity of the downloaded files using the PGP or MD5 signatures. This signature should be matched against the [KEYS](https://www.apache.org/dist/submarine/KEYS) file.
 
+```
+gpg --import KEYS
+gpg --verify submarine-dist-X.Y.Z-src.tar.gz.asc
+```
 
 ## Build from source
 
-For developers, to get latest *0.3.0-SNAPSHOT* check [README](https://github.com/apache/submarine/blob/master/docs/development/BuildFromCode.md).
+For developers, to get latest version check [README](https://github.com/apache/submarine/blob/master/docs/development/BuildFromCode.md).
 
 
 ## Old releases
@@ -52,13 +58,13 @@ For developers, to get latest *0.3.0-SNAPSHOT* check [README](https://github.com
   - Apache Submarine 0.2.0 released on Jul 2, 2019
 
     * 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 style="cursor:pointer" onclick="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,
     [checksum](https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz.mds),
     [signature](https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz.asc),
     [Announcement](http://hadoop.apache.org/submarine/release/0.2.0/))
 
     * Source:
-    <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 style="cursor:pointer" onclick="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,
     [checksum](https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz.mds),
     [signature](https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz.asc))
 
@@ -66,13 +72,13 @@ For developers, to get latest *0.3.0-SNAPSHOT* check [README](https://github.com
   - Apache Submarine 0.1.0 released on Jan 16, 2019
 
     * 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 style="cursor:pointer" onclick="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,
     [checksum](https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz.mds),
     [signature](https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz.asc),
     [Announcement](https://hadoop.apache.org/docs/r3.2.0/index.html))
 
     * 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 style="cursor:pointer" onclick="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,
     [checksum](https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz.mds),
     [signature](https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz.asc))
 
diff --git a/releases/submarine-release-0.3.0.md b/releases/submarine-release-0.3.0.md
index 99a4713..b5448d2 100755
--- a/releases/submarine-release-0.3.0.md
+++ b/releases/submarine-release-0.3.0.md
@@ -24,12 +24,12 @@ limitations under the License.
 The Apache Submarine community is pleased to announce the availability of the 0.3.0 release.
 
 The community put significant effort into improving Apache Submarine since the last release.
-46 patches for improvements and bug fixes.
+196 patches for improvements and bug fixes.
 
-We encourage to [download](../../download.html) the latest release. Feedback through the [mailing lists](../../community.html) is very welcome.
+We encourage to [download](../../download.html) the latest release. Feedback through the [mailing lists](../../community/contributors.html#mailing-list) is very welcome.
 
 <br />
-You can visit [issue tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12343240&styleName=&projectId=12316221) for full list of issues that are resolved.
+You can visit [issue tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322824&version=12345556) for full list of issues that are resolved.
 
 
 <br />