You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2015/11/05 10:22:46 UTC

incubator-zeppelin git commit: ZEPPELIN-386 provide links to individual bin/src artifact as well as signatures and KEYS

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master fb5d21719 -> 2d893abaf


ZEPPELIN-386 provide links to individual bin/src artifact as well as signatures and KEYS

This PR addresses https://issues.apache.org/jira/browse/ZEPPELIN-386, by provide links to individual bin/src artifact as well as signatures and KEYS

Current download page
![image](https://cloud.githubusercontent.com/assets/1540981/10917324/82d05766-82a3-11e5-9bd3-f60ff694f01f.png)

After applying this PR
![image](https://cloud.githubusercontent.com/assets/1540981/10917314/76fce2e2-82a3-11e5-8e6f-41a9da386317.png)

Author: Lee moon soo <mo...@apache.org>

Closes #387 from Leemoonsoo/ZEPPELIN-386 and squashes the following commits:

8dc6581 [Lee moon soo] ZEPPELIN-386 provide link to individual bin/src package as well as signatures and KEYS


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/2d893aba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/2d893aba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/2d893aba

Branch: refs/heads/master
Commit: 2d893abafad4ab6309e532b1134435c1991b0659
Parents: fb5d217
Author: Lee moon soo <mo...@apache.org>
Authored: Wed Nov 4 03:21:16 2015 +0900
Committer: Lee moon soo <mo...@apache.org>
Committed: Thu Nov 5 18:22:45 2015 +0900

----------------------------------------------------------------------
 docs/_includes/themes/zeppelin/default.html |  9 ++++----
 docs/download.md                            | 28 +++++++++++++++++++++++-
 2 files changed, 32 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/2d893aba/docs/_includes/themes/zeppelin/default.html
----------------------------------------------------------------------
diff --git a/docs/_includes/themes/zeppelin/default.html b/docs/_includes/themes/zeppelin/default.html
index 50e9710..29c2be2 100644
--- a/docs/_includes/themes/zeppelin/default.html
+++ b/docs/_includes/themes/zeppelin/default.html
@@ -24,7 +24,11 @@
     <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
     <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-  -->
+    -->
+
+    <!-- Js -->
+    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+    <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
     <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
@@ -44,8 +48,5 @@
     </div>
 
     {% include JB/analytics %}
-    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    
-    <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/2d893aba/docs/download.md
----------------------------------------------------------------------
diff --git a/docs/download.md b/docs/download.md
index 28f3e41..c05eb56 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -12,7 +12,33 @@ The latest release of Apache Zeppelin (incubating) is *0.5.0-incubating*.
 
   - 0.5.0-incubating released on July 23, 2015 ([release notes](./docs/releases/zeppelin-release-0.5.0-incubating.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=incubator-zeppelin.git;a=tag;h=refs/tags/v0.5.0))
 
-    [Download](http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating)
+
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-src', '0.5.0-incubating'); window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz'">zeppelin-0.5.0-incubating.tgz</a>
+    ([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.asc),
+     [md5](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.md5),
+     [sha](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.sha))
+
+    * Binary built with spark-1.4.0 and hadoop-2.3:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-bin', '0.5.0-incubating'); window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz'">zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz</a>
+    ([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.asc),
+     [md5](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.md5),
+     [sha](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.sha))
+
+    * Binary built with spark-1.3.1 and hadoop-2.3:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-bin', '0.5.0-incubating'); window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz'">zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz</a>
+    ([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.asc),
+     [md5](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.md5),
+     [sha](https://www.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.sha))
+    
+    
+
+
+
+### 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/incubator/zeppelin/KEYS) file.
+
 
 
 ### Build from source