Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 867836aa7 -> faf419ffd


[DOC] Zeppelin 0.6.0 release note

### What is this PR for?
Add Zeppelin 0.6.0 release note and change latest version of Zeppelin

### What type of PR is it?
Documentation

### Todos

* [x] Wait for https://issues.apache.org/jira/browse/INFRA-12205 to be resolved
   * [x] Check download mirror link is availble
   * [x] Check KEY file link is valid

### How should this be tested?
Outline the steps to test the PR here.

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes #1119 from minahlee/doc/release-0.6.0 and squashes the following commits:

38461b9 [Mina Lee] Redirect docs/0.6.0-xxxx to docs/0.6.0
d4541b6 [Mina Lee] Fix document link path
6498682 [Mina Lee] Correct grammar
37c17b5 [Mina Lee] Add Zeppelin 0.6.0 and update dev version in navi dropdown 
menu
75b289f [Mina Lee] Add Zeppelin 0.6.0 release note
62b8abd [Mina Lee] Add Zeppelin 0.6.0 download link
9667057 [Mina Lee] Update latest zeppelin version to 0.6.0
94a4aa0 [Mina Lee] Add 0.6.0 release entry to doap.rdf


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

Branch: refs/heads/gh-pages
Commit: faf419ffd5183ebd0e92379a7e3c020f5270cd1a
Parents: 867836a
Author: Mina Lee <[email protected]>
Authored: Wed Jul 6 15:56:54 2016 +0900
Committer: Mina Lee <[email protected]>
Committed: Sun Jul 10 11:28:36 2016 +0900

----------------------------------------------------------------------
 .htaccess                                  |   4 +-
 _includes/themes/zeppelin/_navigation.html |   3 +-
 doap.rdf                                   |   7 ++
 download.md                                |  52 ++++++++----
 releases/zeppelin-release-0.6.0.md         | 105 ++++++++++++++++++++++++
 5 files changed, 153 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/faf419ff/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index ffb8072..05ec328 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,10 +1,10 @@
 RewriteEngine On
 
 # redirect 0.6.0-xxxx to 0.6.0-SNAPSHOT
-RewriteRule ^/?docs/0.6.0(?!-SNAPSHOT).*/(.*) /docs/0.6.0-SNAPSHOT/$2  
[R=301,L,NE]
+RewriteRule ^/?docs/0.6.0-(?!SNAPSHOT).*/(.*) /docs/0.6.0/$2  [R=301,L,NE]
 
 # redirect 0.5.[056]-xxxx to 0.5.[056]-incubating
 RewriteRule ^/?docs/(0.5.[056])(?!-incubating).*/(.*) /docs/$1-incubating/$3  
[R=301,L,NE]
 
 # rewrite docs/latest to latest stable release
-RewriteRule ^/?docs/latest/(.*) /docs/0.5.6-incubating/$1  [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.6.0/$1  [PT]

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/faf419ff/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index 07944bc..6228468 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -28,12 +28,13 @@
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu">
                 <li><span><b>Release</b><span></li>
+                <li><a href="/docs/0.6.0">0.6.0</a></li>
                 <li><a href="/docs/0.5.6-incubating">0.5.6-incubating</a></li>
                 <li><a href="/docs/0.5.5-incubating">0.5.5-incubating</a></li>
                 <li><a href="/docs/0.5.0-incubating">0.5.0-incubating</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>        
        
-                <li><a href="/docs/0.6.0-SNAPSHOT">0.6.0-SNAPSHOT</a></li>
+                <li><a href="/docs/0.7.0-SNAPSHOT">0.7.0-SNAPSHOT</a></li>
               </ul>
             </li>
             

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/faf419ff/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index def7607..0eba7e9 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -38,6 +38,13 @@
     <category rdf:resource="http://projects.apache.org/category/big-data"; />
     <release>
       <Version>
+        <name>0.6.0</name>
+        <created>2016-07-02</created>
+        <revision>0.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>0.5.6-incubating</name>
         <created>2016-01-22</created>
         <revision>0.5.6-incubating</revision>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/faf419ff/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index 863a760..32a282c 100644
--- a/download.md
+++ b/download.md
@@ -21,39 +21,61 @@ limitations under the License.
 
 ### Download Apache Zeppelin
 
-The latest release of Apache Zeppelin is **0.5.6-incubating**.
+The latest release of Apache Zeppelin is **0.6.0**.
 
-  - 0.5.6-incubating released on Jan 22, 2016 ([release 
notes](./releases/zeppelin-release-0.5.6-incubating.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=incubator-zeppelin.git;a=tag;h=refs/tags/v0.5.6))
+  - 0.6.0 released on Jul 2, 2016 ([release 
notes](./releases/zeppelin-release-0.6.0.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=fa2c0ff93cca49428df8792e7ee35d2b561669bd))
 
     * Source:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.5.6-incubating'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz'">zeppelin-0.5.6-incubating.tgz</a>
-    
([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz.asc),
-     
[md5](https://www.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz.md5),
-     
[sha](https://www.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz.sha))
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.6.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz'">zeppelin-0.6.0.tgz</a>
+    
([pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.asc),
+     
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.md5),
+     
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.sha))
 
-    * Binary package:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin', '0.5.6-incubating'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz'">zeppelin-0.5.6-incubating-bin-all.tgz</a>
-    
([pgp](https://www.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz.asc),
-     
[md5](https://www.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz.md5),
-     
[sha](https://www.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz.sha))
+    * Binary package with all interpreters:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-all', '0.6.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-all.tgz'">zeppelin-0.6.0-bin-all.tgz</a>
+    
([pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-all.tgz.asc),
+     
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-all.tgz.md5),
+     
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-all.tgz.sha))
+
+    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.6.0/manual/interpreterinstallation.html)):
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-netinst', '0.6.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-netinst.tgz'">zeppelin-0.6.0-bin-netinst.tgz</a>
+    
([pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-netinst.tgz.asc),
+     
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-netinst.tgz.md5),
+     
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-netinst.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.
+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/zeppelin/KEYS) file.
 
 
 
 ### Build from source
 
-For developers, to get latest *0.6.0-incubating-SNAPSHOT* check 
[README](https://github.com/apache/incubator-zeppelin/blob/master/README.md).
+For developers, to get latest *0.7.0-SNAPSHOT* check 
[README](https://github.com/apache/zeppelin/blob/master/README.md).
 
 
 
 ### Old releases
 
-  - 0.5.5-incubating released on Nov 18, 2015 ([release 
notes](./releases/zeppelin-release-0.5.5-incubating.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=incubator-zeppelin.git;a=tag;h=refs/tags/v0.5.5))
+  - 0.5.6-incubating released on Jan 22, 2016 ([release 
notes](./releases/zeppelin-release-0.5.6-incubating.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=tag;h=refs/tags/v0.5.6))
+
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.5.6-incubating'); 
window.location.href='http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz'">zeppelin-0.5.6-incubating.tgz</a>
+    
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz.asc),
+     
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz.md5),
+     
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating.tgz.sha512))
+
+    * Binary package:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin', '0.5.6-incubating'); 
window.location.href='http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz'">zeppelin-0.5.6-incubating-bin-all.tgz</a>
+    
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz.asc),
+     
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz.md5),
+     
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.6-incubating/zeppelin-0.5.6-incubating-bin-all.tgz.sha512))
+
+<p />
+
+  - 0.5.5-incubating released on Nov 18, 2015 ([release 
notes](./releases/zeppelin-release-0.5.5-incubating.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=tag;h=refs/tags/v0.5.5))
 
     * Source:
     <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.5.5-incubating'); 
window.location.href='http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz'">zeppelin-0.5.5-incubating.tgz</a>
@@ -69,7 +91,7 @@ For developers, to get latest *0.6.0-incubating-SNAPSHOT* 
check [README](https:/
 
 <p />
 
-  - 0.5.0-incubating released on July 23, 2015 ([release 
notes](./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))
+  - 0.5.0-incubating released on July 23, 2015 ([release 
notes](./releases/zeppelin-release-0.5.0-incubating.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=tag;h=refs/tags/v0.5.0))
 
     * Source:
     <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.5.0-incubating'); 
window.location.href='http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz'">zeppelin-0.5.0-incubating.tgz</a>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/faf419ff/releases/zeppelin-release-0.6.0.md
----------------------------------------------------------------------
diff --git a/releases/zeppelin-release-0.6.0.md 
b/releases/zeppelin-release-0.6.0.md
new file mode 100644
index 0000000..4a6a89d
--- /dev/null
+++ b/releases/zeppelin-release-0.6.0.md
@@ -0,0 +1,105 @@
+---
+layout: page
+title: "Apache Zeppelin Release 0.6.0"
+description: ""
+group: release
+---
+<!--
+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.
+-->
+{% include JB/setup %}
+
+## Apache Zeppelin Release 0.6.0
+
+The Apache Zeppelin community is pleased to announce the availability of the 
0.6.0 release.
+
+The community put significant effort into improving Apache Zeppelin since the 
last release, focusing on having new backend support, implementing 
authentication and authorization for enterprise.
+More than 70+ contributors provided 360+ patches for new features, 
improvements and bug fixes.
+More than 200+ issues have been resolved.
+
+We encourage to [download](../../download.html) the latest release. Feedback 
through the [mailing lists](../../community.html) is very welcome.
+
+### Backend support
+
+This release includes new backend support for
+
+   * [Alluxio](../../docs/0.6.0/interpreter/alluxio.html)
+   * [Hbase](../../docs/0.6.0/interpreter/hbase.html)
+   * [HDFS](../../docs/0.6.0/interpreter/hdfs.html)
+   * [JDBC](../../docs/0.6.0/interpreter/jdbc.html)
+   * [Livy](../../docs/0.6.0/interpreter/livy.html)
+   * [Python](../../docs/0.6.0/interpreter/python.html)
+   * [SparkR](../../docs/0.6.0/interpreter/r.html)
+
+Default backend version has been bumped up as follow:
+
+   * [Cassandra](../../docs/0.6.0/interpreter/cassandra.html): 3.0.1
+   * [Elasticsearch](../../docs/0.6.0/interpreter/elasticsearch.html): 2.3.3
+   * [Flink](../../docs/0.6.0/interpreter/flink.html): 1.0.3
+   * [Ignite](../../docs/0.6.0/interpreter/ignite.html): 1.6.0
+   * [Lens](../../docs/0.6.0/interpreter/lens.html): 2.5.0-beta
+   * [Spark](../../docs/0.6.0/interpreter/spark.html): 1.6.1
+
+   > Spark 2.0 support planned for 0.6.1 release
+
+Several interpreters are merged into JDBC interpreter. If you were using one 
of below interpreters, you can continue to use it by setting additional 
properties and dependencies in JDBC interpreter. Examples of JDBC interprer 
setting can be found [here](../../docs/0.6.0/interpreter/jdbc.html#examples).
+
+   * Hive
+   * Pheonix
+   * Tajo
+
+### New features
+   * [Shiro Authentication](../../docs/0.6.0/security/shiroauthentication.html)
+   * [Notebook 
Authorization](../../docs/0.6.0/security/notebook_authorization.html)
+   * [Azure](../../docs/0.6.0/storage/storage.html#notebook-storage-in-azure), 
[ZeppelinHub](../../docs/0.6.0/storage/storage.html#storage-in-zeppelinhub) 
Notebook Storage
+   * Paragraph Result Output Streaming
+   * Folder Structure Notebook
+   * CSV, TSV Download
+   * [Configuration Page in 
GUI](../../docs/0.6.0/quickstart/explorezeppelinui.html#configuration), 
[Configuration API](../../docs/0.6.0/rest-api/rest-configuration.html)
+   * Provide [Version 
Information](../../docs/0.6.0/quickstart/explorezeppelinui.html#about-zeppelin)
+
+### Improvements
+   * Simpler Angular API 
([Back-end](../../docs/0.6.0/displaysystem/back-end-angular.html), 
[Front-end](../../docs/0.6.0/displaysystem/front-end-angular.html))
+   * Improve Table Display to Handle Large Data
+   * Generalize [Dependency 
Loading](../../docs/0.6.0/manual/dependencymanagement.html) to All Interpreter
+   * Apply New Mechanism to Interpreter Registration
+   * Better View on Mobile Device
+   * [Dedicated Interpreter Session/Process Per 
Note](../../docs/0.6.0/manual/interpreters.html#interpreter-binding-mode)
+   * Support Alias for JDBC Interpreter
+   * [Availability to Connect to Existing Remote 
Interpreter](../../docs/0.6.0/manual/interpreters.html#connecting-to-the-existing-remote-interpreter)
+   * Documentation
+
+### Fixes
+   * Import/Clone Notebook Bug
+   * OutOfMemory Issue When Run Notebook
+   * CDH 5.7.x, MapR 5.1 Support for Spark Interpreter
+   * Cron Job Failure on Notebook with Multiple Type of Interpreter
+
+### Noteworthy UI/UX Changes
+   * Paragraph Width Shortcut Changed to `Ctrl` + `Shift` + `-/+` for 
French/German Keyboard
+   * Interpreter/Confidential/Configuration Navigation Menu Moved to Right Top 
[Dropdown Menu](../../docs/0.6.0/quickstart/explorezeppelinui.html#settings)
+
+<br />
+You can visit [issue 
tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332761&styleName=Html&projectId=12316221)
 for full list of issues being resolved.
+
+
+<br />
+### Contributors
+
+This release would not be possible without the following community members' 
contributions:
+
+Lee moon soo, Mina Lee, Prabhjyot Singh, Jongyoul Lee, Ahyoung Ryu, Ravi 
Ranjan, Luciano Resende, Felix Cheung, DuyHai Doan, Alexander Bezzubov, Khalid 
Huseynov, Renjith Kamath, Hyung Sung Shim, Damien Corneau, Prasad Wagle, Zhong 
Wang, Chae-Sung Lim, Minwoo Kang, Eric Charles, Michael Chen, Jeff Steinmetz, 
Cheng-Yu Hsu, Victor Manuel, Sagar Kulkarni, Jesang Yoon, Chris Matta, Hao Xia, 
agura, Bruno Bonnin, johnnyws, karuppayya, Sejun Ra, maocorte, Silvio Fiorito, 
Brent Schneeman, Andrey Oskin, Rohan Ramakrishna, Rohit Choudhary, Rusty 
Phillips, Andrea, Sachin, Sujen Shah, Tom Runyon, Trevor Grant, Vinay Shukla, 
Amos Elb, ankur_jain, AllenFang, haden.kim, mahmoudelgamal, michrawson, 
rerngvit, sadikovi, shijinkui, suvam97, swakrish, wind0727, Federico Valeri, 
zhangminglei, Frank Rosner, Hayssam Saleh, Hervé Riviere, Jiri Simsa, Johan 
Muedsam, Jonathan Kelly, Fawad Halim, Jungtaek Lim, Kevin Kim, Kris Geusebroek, 
Kwon Yeong-Eon, Dr. Stefan Schimanski, Darren Ha, Nate Sammons, Rajat Ve
 nkatesh, Ralph Geerkens, Ramu Malur
+
+The following people helped verifying this release:
+
+Alexander Bezzubov, Federico Valeri, DuyHai Doan, Hyung Sung Shim, Victor 
Manuel Garcia, Prabhjyot Singh, Bruno Bonnin, Anthony Corbacho, Vinay Shukla, 
Dirceu Semighini Filho, Moon soo Lee, Khalid Huseynov, Ahyoung Ryu, tog, 
Jongyoul Lee, Felix Cheung, Jeff Steinmetz, Rohit Choudhary, Luciano Resende

Reply via email to