Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 1f3a1e6ad -> ca0a2fe4f


[WIP][DOC] 0.7.0 release note

### What is this PR for?
Add 0.7.0 release note

### What type of PR is it?
Documentation

### Todos
* [x] Confirm release date and update list of people who verified release once 
vote pass.
* [x] Update doap.rdf

### How should this be tested?
Open 
[zeppelin-release-0.7.0.md](https://github.com/minahlee/zeppelin/blob/28dfd26fa6f6fe87cd629770674dcbba10b50e04/releases/zeppelin-release-0.7.0.md)
 and see if there is missing feature that needs to be mentioned in release note.

### Screenshots (if appropriate)
Download page
![screen shot 2017-02-04 at 10 48 07 
pm](https://cloud.githubusercontent.com/assets/8503346/22618917/2790dda6-eb2c-11e6-9834-5612d03f42af.png)

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

Author: Mina Lee <[email protected]>

Closes #1972 from minahlee/release_0.7.0 and squashes the following commits:

d7713d8 [Mina Lee] Add more contributors
dfcfa25 [Mina Lee] Add entry of 0.7.0 release in doap
8e106cd [Mina Lee] Fix typo
0269298 [Mina Lee] Modify redirect rule and create documentation page for old 
versions of zeppelin
3d60e6c [Mina Lee] Remove spark 1.1.x~1.3.x from supported interpreter list
5202fd7 [Mina Lee] Add 0.7.0 release note
870e481 [Mina Lee] Add scio interpreter to supported interpreter list
2c1a612 [Mina Lee] Update 0.7.0 to be the latest one in download page
0e7d108 [Mina Lee] Updated supported interpreters for 0.7.0


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

Branch: refs/heads/gh-pages
Commit: ca0a2fe4f470781b255b91f06d697f0aaa1b426c
Parents: 1f3a1e6
Author: Mina Lee <[email protected]>
Authored: Mon Feb 6 14:38:28 2017 +0900
Committer: Mina Lee <[email protected]>
Committed: Mon Feb 6 15:15:57 2017 +0900

----------------------------------------------------------------------
 .htaccess                                  |   4 +-
 _includes/themes/zeppelin/_navigation.html |   9 +-
 doap.rdf                                   |   7 ++
 documentation.md                           |  26 +++++
 download.md                                | 125 ++++++++++++----------
 helium_packages.md                         |   2 +-
 releases/zeppelin-release-0.6.2.md         |  16 +--
 releases/zeppelin-release-0.7.0.md         | 134 ++++++++++++++++++++++++
 supported_interpreters.md                  |  96 ++++++++++++-----
 9 files changed, 321 insertions(+), 98 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index 6c79635..0796fb6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ RewriteRule ^/?docs/0.6.0-(?!SNAPSHOT).*/(.*) /docs/0.6.0/$2  
[R=301,L,NE]
 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.6.2/$1  [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.7.0/$1  [PT]
 
 # rewrite docs/snapshot to latest snapshot version
-RewriteRule ^/?docs/snapshot/(.*) /docs/0.7.0-SNAPSHOT/$1  [PT]
+RewriteRule ^/?docs/snapshot/(.*) /docs/0.8.0-SNAPSHOT/$1  [PT]

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index 9b2a2ba..06afe80 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -32,20 +32,19 @@
               <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.7.0">0.7.0</a></li>
                 <li><a href="/docs/0.6.2">0.6.2</a></li>
                 <li><a href="/docs/0.6.1">0.6.1</a></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><a href="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
-                <li><a href="/docs/0.7.0-SNAPSHOT">0.7.0-SNAPSHOT</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT">0.8.0-SNAPSHOT</a></li>
               </ul>
             </li>
 
             <li><a href="/helium_packages.html">Helium</a></li>
-            <li><a 
href="https://github.com/apache/incubator-zeppelin";>GitHub</a></li>
+            <li><a href="https://github.com/apache/zeppelin";>GitHub</a></li>
 
             <!-- Apache -->
             <li id="apache">

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 61b4f56..097ceed 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.7.0</name>
+        <created>2017-02-05</created>
+        <revision>0.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>0.6.2</name>
         <created>2016-10-15</created>
         <revision>0.6.2</revision>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/documentation.md
----------------------------------------------------------------------
diff --git a/documentation.md b/documentation.md
new file mode 100644
index 0000000..bb4aa37
--- /dev/null
+++ b/documentation.md
@@ -0,0 +1,26 @@
+---
+layout: page
+title: "Documentation"
+description: "Apache Zeppelin Documentation"
+---
+<!--
+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 Documentation 
+
+  * [Zeppelin 0.5.6-incubating](docs/0.5.6-incubationg)
+  * [Zeppelin 0.5.5-incubating](docs/0.5.5-incubationg)
+  * [Zeppelin 0.5.0-incubating](docs/0.5.0-incubationg)

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index d270e9f..d0a51eb 100644
--- a/download.md
+++ b/download.md
@@ -21,33 +21,27 @@ limitations under the License.
 
 # Download Apache Zeppelin
 
-The latest release of Apache Zeppelin is **0.6.2**.
+The latest release of Apache Zeppelin is **0.7.0**.
 
-  - 0.6.2 released on Oct 15, 2016 ([release 
notes](./releases/zeppelin-release-0.6.2.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=091086de9400dd1c02ca02acf4180b1bf1e9ede7))
-    
-    * Binary package with all interpreters:
-
-        <div class="btn btn-lg btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-all', '0.6.2'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz'">zeppelin-0.6.2-bin-all.tgz</div>
 (547 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz.sha512))
+  - 0.7.0 released on Feb 5, 2017 ([release 
notes](./releases/zeppelin-release-0.7.0.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.0))
 
-    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.6.2/manual/interpreterinstallation.html)):
+    * Binary package with all interpreters:
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-all', '0.7.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz'">zeppelin-0.7.0-bin-all.tgz</div>
 (710 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.sha512))</p>
 
-        <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-netinst', '0.6.2'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz'">zeppelin-0.6.2-bin-netinst.tgz</a>
 (245 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz.sha512))
+    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.7.0/manual/interpreterinstallation.html)):
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-netinst', '0.7.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz'">zeppelin-0.7.0-bin-netinst.tgz</div>
 (272 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.sha512))</p>
 
     * Source:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.6.2'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz'">zeppelin-0.6.2.tgz</a>
 (1.4 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz.sha512))
-
-    <blockquote style="margin-top: 10px;">
-      <p><strong>Note</strong>: From Zeppelin version 0.6.2, Spark interpreter 
in binary package is compatible with Spark 2.0 & Scala 2.11 and Spark 1.6(or 
previous) & Scala 2.10. You can use even different version of Spark at the same 
time if you set different SPARK_HOME in interpreter setting page.</p>
-    </blockquote>
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.7.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz'">zeppelin-0.7.0.tgz</a>
 (1.9 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.sha512))
 
 
 ## Verify the integrity of the files
@@ -58,19 +52,38 @@ It is essential that you 
[verify](https://www.apache.org/info/verification.html)
 
 ## Build from source
 
-For developers, to get latest *0.7.0-SNAPSHOT* check 
[README](https://github.com/apache/zeppelin/blob/master/README.md).
+For developers, to get latest *0.8.0-SNAPSHOT* check 
[README](https://github.com/apache/zeppelin/blob/master/README.md).
 
 
 
 ## Old releases
 
-  - 0.6.1 released on Aug 15, 2016 ([release 
notes](./releases/zeppelin-release-0.6.1.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=c928f9a46ecacebc868d6dc10a95c02f9018a18e))
+  - 0.6.2 released on Oct 15, 2016 ([release 
notes](./releases/zeppelin-release-0.6.2.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.6.2))
+
+    * Binary package with all interpreters:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-all', '0.6.2'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz'">zeppelin-0.6.2-bin-all.tgz</a>
 (547 MB,
+    
[pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz.asc),
+    
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz.md5),
+    
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz.sha512))
+
+    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.6.2/manual/interpreterinstallation.html)):
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-netinst', '0.6.2'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz'">zeppelin-0.6.2-bin-netinst.tgz</a>
 (245 MB,
+    
[pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz.asc),
+    
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz.md5),
+    
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-netinst.tgz.sha512))
 
     * Source:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.6.1'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz'">zeppelin-0.6.1.tgz</a>
-    
([pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz.asc),
-     
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz.md5),
-     
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz.sha512))
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.6.2'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz'">zeppelin-0.6.2.tgz</a>
 (1.4 MB,
+    
[pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz.asc),
+    
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz.md5),
+    
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2.tgz.sha512))
+
+    <blockquote style="margin-top: 10px;">
+      <p><strong>Note</strong>: From Zeppelin version 0.6.2, Spark interpreter 
in binary package is compatible with Spark 2.0 & Scala 2.11 and Spark 1.6(or 
previous) & Scala 2.10. You can use even different version of Spark at the same 
time if you set different SPARK_HOME in interpreter setting page.</p>
+    </blockquote>
+  <p />
+
+  - 0.6.1 released on Aug 15, 2016 ([release 
notes](./releases/zeppelin-release-0.6.1.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.6.1))
 
     * Binary package with all interpreters:
     <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-all', '0.6.1'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1-bin-all.tgz'">zeppelin-0.6.1-bin-all.tgz</a>
@@ -84,18 +97,18 @@ For developers, to get latest *0.7.0-SNAPSHOT* check 
[README](https://github.com
      
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1-bin-netinst.tgz.md5),
      
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1-bin-netinst.tgz.sha512))
 
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.6.1'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz'">zeppelin-0.6.1.tgz</a>
+    
([pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz.asc),
+     
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz.md5),
+     
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1.tgz.sha512))
+
     <blockquote style="margin-top: 10px;">
       <p><strong>Note</strong>Zeppelin-0.6.1 is built with Scala 2.11 by 
default. If you want to build Zeppelin with Scala 2.10 or install interpreter 
built with Scala 2.10(other than Spark interpreter), please see <a 
href='../../docs/0.6.1/install/install.html#2-build-source-with-options' 
target='_blank'>install</a> or <a 
href='../../docs/0.6.1/manual/interpreterinstallation.html#install-interpreter-built-with-scala-210'
 target='_blank'>interpreter installation</a>.</p>
     </blockquote>
 <p />
 
-  - 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.6.0'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz'">zeppelin-0.6.0.tgz</a>
-    
([pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.asc),
-     
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.md5),
-     
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.sha512))
+  - 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;h=refs/tags/v0.6.0))
 
     * Binary package with all interpreters:
     <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-all', '0.6.0'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-all.tgz'">zeppelin-0.6.0-bin-all.tgz</a>
@@ -109,48 +122,48 @@ For developers, to get latest *0.7.0-SNAPSHOT* check 
[README](https://github.com
      
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-netinst.tgz.md5),
      
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0-bin-netinst.tgz.sha512))
 
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.6.0'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz'">zeppelin-0.6.0.tgz</a>
+    
([pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.asc),
+     
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.md5),
+     
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz.sha512))
+
 <p />
 
   - 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))
 
+    * 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))
+
 <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>
-    
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz.asc),
-     
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz.md5),
-     
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz.sha512))
-
     * Binary package:
     <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin', '0.5.5-incubating'); 
window.location.href='http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating-bin-all.tgz'">zeppelin-0.5.5-incubating-bin-all.tgz</a>
     
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating-bin-all.tgz.asc),
      
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating-bin-all.tgz.md5),
      
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating-bin-all.tgz.sha512))
 
+    * 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>
+    
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz.asc),
+     
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz.md5),
+     
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating.tgz.sha512))
+
 <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=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>
-    
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.asc),
-     
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.md5),
-     
[sha](http://archive.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://archive.apache.org/dist/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](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.4.0_hadoop-2.3.tgz.asc),
@@ -163,6 +176,12 @@ For developers, to get latest *0.7.0-SNAPSHOT* check 
[README](https://github.com
      
[md5](http://archive.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](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating-bin-spark-1.3.1_hadoop-2.3.tgz.sha))
 
+    * 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>
+    
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.asc),
+     
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.md5),
+     
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.sha))
+
 ## Supported interpreters
 
 Thanks to many Zeppelin contributors, we can provide much more interpreters in 
every release.

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/helium_packages.md
----------------------------------------------------------------------
diff --git a/helium_packages.md b/helium_packages.md
index 991b51c..edb3b7c 100644
--- a/helium_packages.md
+++ b/helium_packages.md
@@ -22,7 +22,7 @@ limitations under the License.
 # Helium Packages
 
 From Zeppelin-0.7, you can load/unload a pluggable Apache Zeppelin package on 
runtime through [Helium 
framework](https://issues.apache.org/jira/browse/ZEPPELIN-533) in Zeppelin.
-Since it's a [npm packge](https://docs.npmjs.com/getting-started/what-is-npm), 
surely can be published to [npm 
registry](https://docs.npmjs.com/misc/registry). 
+Since it's a [npm 
package](https://docs.npmjs.com/getting-started/what-is-npm), surely can be 
published to [npm registry](https://docs.npmjs.com/misc/registry). 
 Here are the lists of Helium packages registered in the registry. 
 If you need more information about how you can use the below packages in 
Zeppelin, see [How it 
works](https://zeppelin.apache.org/docs/latest/development/writingzeppelinvisualization.html#how-it-works).
 Or you can also create your own package as described in [Write new 
Visualization](https://zeppelin.apache.org/docs/latest/development/writingzeppelinvisualization.html#write-new-visualization)
 section.

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/releases/zeppelin-release-0.6.2.md
----------------------------------------------------------------------
diff --git a/releases/zeppelin-release-0.6.2.md 
b/releases/zeppelin-release-0.6.2.md
index 497d2cb..8387e10 100644
--- a/releases/zeppelin-release-0.6.2.md
+++ b/releases/zeppelin-release-0.6.2.md
@@ -30,25 +30,25 @@ The community put significant effort into improving Apache 
Zeppelin since the la
 We encourage to [download](../../download.html) the latest release. Feedback 
through the [mailing lists](../../community.html) is very welcome.
 
 ### Improvements
-   * Spark interpreter binary is compatibile with Spark 1.6/Scala 2.10 and 
Spark 2.0/Scala 2.11 without rebuild
+   * Spark interpreter binary is compatible with Spark 1.6/Scala 2.10 and 
Spark 2.0/Scala 2.11 without rebuild
    * Note storage aware of user on sync
-   * Provide shiro password encryption fucntion using hadoop commons 
Credential apis and jceks
+   * Provide shiro password encryption function using hadoop commons 
Credential apis and jceks
    * Add new Shiro Realm for ZeppelinHub
-   * Notebook versioning in ZeppelinHub Repo 
+   * Notebook versioning in ZeppelinHub Repo
 
 ### Fixes
    * Adding dependency via SPARK\_SUBMIT\_OPTIONS doesn't work with Spark 2.0.0
-   * Environment variable in interpreter setting doesn't take effect 
-   * Fix UDF with Spark 2.0.0 
+   * Environment variable in interpreter setting doesn't take effect
+   * Fix UDF with Spark 2.0.0
    * z.show() doesn't work
    * SparkInterpreter doesn't work with Spark2 of HDP 2.5
    * Make %dep work for spark 2.0.0 when SPARK_HOME is not defined
-   * Display long interger in abbreviated format on 
scatterChart/stackedAreaChart
+   * Display long integer in abbreviated format on 
scatterChart/stackedAreaChart
    * The graph legend truncates at the nearest period(.) in its grouping
-   * Lamda expressions are not working on CDH 5.7.x Spark
+   * Lambda expressions are not working on CDH 5.7.x Spark
 
 ### Known issues
-   * There are two implementation of R/SparkR interpreter in Zeppelin. R 
interpreter built via `-Pr` is not tested with Spark 2.0. R interpreter users 
are recommanded to build Zeppelin with `-Psparkr` profile instead.
+   * There are two implementation of R/SparkR interpreter in Zeppelin. R 
interpreter built via `-Pr` is not tested with Spark 2.0. R interpreter users 
are recommended to build Zeppelin with `-Psparkr` profile instead.
 
 <br />
 You can visit [issue 
tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316221&version=12338135)
 for full list of issues being resolved.

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/releases/zeppelin-release-0.7.0.md
----------------------------------------------------------------------
diff --git a/releases/zeppelin-release-0.7.0.md 
b/releases/zeppelin-release-0.7.0.md
new file mode 100644
index 0000000..6de90e8
--- /dev/null
+++ b/releases/zeppelin-release-0.7.0.md
@@ -0,0 +1,134 @@
+---
+layout: page
+title: "Apache Zeppelin Release 0.7.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.7.0
+
+The Apache Zeppelin community is pleased to announce the availability of the 
0.7.0 release.
+
+The community put significant effort into improving Apache Zeppelin since the 
last release, focusing on multiuser support, pluggable visualization, better 
interpreter support.
+More than 100+ contributors provided 700+ patches for new features, 
improvements and bug fixes.
+More than 480+ issues have been resolved.
+
+We encourage to [download](../../download.html) the latest release. Feedback 
through the [mailing lists](../../community.html) is very welcome.
+
+### Multiuser Support
+   * [ZEPPELIN-987](https://issues.apache.org/jira/browse/ZEPPELIN-987) - 
Secure interpreter setting, credentials and configurations page
+   * [ZEPPELIN-1144](https://issues.apache.org/jira/browse/ZEPPELIN-1144) - 
Zeppelin home page should only list notebooks with read or write permission
+   * [ZEPPELIN-1210](https://issues.apache.org/jira/browse/ZEPPELIN-1210) - 
Run interpreter per user
+   * [ZEPPELIN-1320](https://issues.apache.org/jira/browse/ZEPPELIN-1320) - 
Run zeppelin interpreter process as web front end user - [Interpreter user 
impersonation](../../docs/0.7.0/manual/userimpersonation.html)
+   * [ZEPPELIN-1472](https://issues.apache.org/jira/browse/ZEPPELIN-1472) - 
Create new LdapRealm based on Apache Knox LdapRealm: Provides LdapRealm 
Functionality similar to Apache Knox
+   * [ZEPPELIN-1586](https://issues.apache.org/jira/browse/ZEPPELIN-1586) - 
Add security check in Notebook Rest api
+   * [ZEPPELIN-1594](https://issues.apache.org/jira/browse/ZEPPELIN-1594) - 
Support personalized mode
+   * [Zeppelin-1611](https://issues.apache.org/jira/browse/ZEPPELIN-1611) - 
Support PAM (System User) Authentication
+   * [ZEPPELIN-1707](https://issues.apache.org/jira/browse/ZEPPELIN-1707) - 
Pass userName when creating interpreter through thrift
+   * [ZEPPELIN-1730](https://issues.apache.org/jira/browse/ZEPPELIN-1730) - 
impersonate spark interpreter using --proxy-user
+   * [ZEPPELIN-1770](https://issues.apache.org/jira/browse/ZEPPELIN-1770) - 
Restart only the client user's interpreter when restarting interpreter setting
+
+### Visualization
+   * [ZEPPELIN-212](https://issues.apache.org/jira/browse/ZEPPELIN-212) - 
Multiple paragraph results
+   * [ZEPPELIN-732](https://issues.apache.org/jira/browse/ZEPPELIN-732) - 
[Helium Application](../../helium_packages.html)
+   * [ZEPPELIN-1371](https://issues.apache.org/jira/browse/ZEPPELIN-1371) - 
Add text/numeric conversion support to table display
+
+### Backend interpreter support
+
+This release includes new interpreter support for
+
+   * [Beam](../../docs/0.7.0/interpreter/beam.html)
+   * [Pig](../../docs/0.7.0/interpreter/pig.html)
+   * [Scio](../../docs/0.7.0/interpreter/scio.html)
+
+#### Spark
+   * [ZEPPELIN-1643](https://issues.apache.org/jira/browse/ZEPPELIN-1643) - 
Make spark web UI accessible from interpreters page
+   * [ZEPPELIN-1815](https://issues.apache.org/jira/browse/ZEPPELIN-1815) - 
Support Spark 2.1
+   * [ZEPPELIN-1883](https://issues.apache.org/jira/browse/ZEPPELIN-1883) - 
Can't import spark submitted packages in PySpark
+
+#### Python
+   * [ZEPPELIN-1115](https://issues.apache.org/jira/browse/ZEPPELIN-1115) - 
[interpreter for SQL over 
DataFrame](../../docs/0.7.0/interpreter/python.html#sql-over-pandas-dataframes)
+   * [ZEPPELIN-1318](https://issues.apache.org/jira/browse/ZEPPELIN-1318) - 
Add support for matplotlib displaying png images in python interpreter
+   * [ZEPPELIN-1345](https://issues.apache.org/jira/browse/ZEPPELIN-1345) - 
Create a custom matplotlib backend that natively supports inline plotting in a 
python interpreter cell
+   * [ZEPPELIN-1655](https://issues.apache.org/jira/browse/ZEPPELIN-1655) - 
Dynamic forms in Python interpreter do not work
+   * [ZEPPELIN-1671](https://issues.apache.org/jira/browse/ZEPPELIN-1671) - 
[Conda interpreter](../../docs/0.7.0/interpreter/python.html#conda)
+   * [ZEPPELIN-1683](https://issues.apache.org/jira/browse/ZEPPELIN-1683) - 
[Run python process in docker 
container](../../docs/0.7.0/interpreter/python.html#docker)
+
+#### Markdown
+   * [ZEPPELIN-777](https://issues.apache.org/jira/browse/ZEPPELIN-777) - 
[Math formula 
support](../../docs/0.7.0/displaysystem/basicdisplaysystem.html#mathematical-expressions)
+   * [ZEPPELIN-1387](https://issues.apache.org/jira/browse/ZEPPELIN-1387) - 
Support table syntax in markdown interpreter
+   * [ZEPPELIN-1614](https://issues.apache.org/jira/browse/ZEPPELIN-1614) - 
Remove markdown4j dep and use 
[pegdown](../../docs/0.7.0/interpreter/markdown.html#pegdown-parser) by default
+
+#### Livy
+   * [ZEPPELIN-1258](https://issues.apache.org/jira/browse/ZEPPELIN-1258) - 
Add Spark packages support to Livy interpreter
+   * [ZEPPELIN-1293](https://issues.apache.org/jira/browse/ZEPPELIN-1293) - 
Automatically attach or create to a new session
+   * [ZEPPELIN-1432](https://issues.apache.org/jira/browse/ZEPPELIN-1432) - 
Support cancellation of paragraph execution
+   * [ZEPPELIN-1609](https://issues.apache.org/jira/browse/ZEPPELIN-1609) - 
using pyspark(python3) with livy interperter
+   * [ZEPPELIN-2006](https://issues.apache.org/jira/browse/ZEPPELIN-2006) - 
Livy interpreter doesn't work in anonymous mode
+
+#### Flink
+   * [ZEPPELIN-1632](https://issues.apache.org/jira/browse/ZEPPELIN-1632) - 
Add the possibility to cancel flink jobs in local mode
+
+#### Elasticsearch
+   * [ZEPPELIN-1537](https://issues.apache.org/jira/browse/ZEPPELIN-1537) - 
Elasticsearch improvement for results of aggregations
+   * [ZEPPELIN-1821](https://issues.apache.org/jira/browse/ZEPPELIN-1821) - 
Add HTTP client to elasticsearch interpreter    
+
+
+### Notebook
+   * [ZEPPELIN-1152](https://issues.apache.org/jira/browse/ZEPPELIN-1152) - 
Listing note revision history
+   * [ZEPPELIN-1825](https://issues.apache.org/jira/browse/ZEPPELIN-1825) - 
Use versioned notebook storage by default
+
+### Job Management
+   * [ZEPPELIN-531](https://issues.apache.org/jira/browse/ZEPPELIN-531) - Job 
management
+
+### UI/UX Improvement
+   * [ZEPPELIN-707](https://issues.apache.org/jira/browse/ZEPPELIN-707) - 
Automatically adds %.* of previous paragraph's typing
+   * [ZEPPELIN-1061](https://issues.apache.org/jira/browse/ZEPPELIN-1061) - 
Select default interpreter while creating note
+   * [ZEPPELIN-1564](https://issues.apache.org/jira/browse/ZEPPELIN-1564) - 
Enable note deletion and paragraph output clear from main page
+   * [ZEPPELIN-1566](https://issues.apache.org/jira/browse/ZEPPELIN-1566) - 
Make paragraph editable with double click
+   * [ZEPPELIN-1628](https://issues.apache.org/jira/browse/ZEPPELIN-1628) - 
Enable renaming note from the main page
+   * [ZEPPELIN-1629](https://issues.apache.org/jira/browse/ZEPPELIN-1629) - 
Enable renaming folder from the main page
+   * [ZEPPELIN-1736](https://issues.apache.org/jira/browse/ZEPPELIN-1736) - 
Introduce trash & enable removing folder
+
+### Noteworthy Changes
+   * Zeppelin doesn't use `ZEPPELIN_JAVA_OPTS` as default value of 
`ZEPPELIN_INTP_JAVA_OPTS` and also the same for 
`ZEPPELIN_MEM`/`ZEPPELIN_INTP_MEM`. If user want to configure the jvm opts of 
interpreter process, please set `ZEPPELIN_INTP_JAVA_OPTS` and 
`ZEPPELIN_INTP_MEM` explicitly. If you don't set `ZEPPELIN_INTP_MEM`, Zeppelin 
will set it to `-Xms1024m -Xmx1024m -XX:MaxPermSize=512m` by default.
+   * Mapping from `%jdbc(prefix)` to `%prefix` is no longer available. 
Instead, you can use ``%[interpreter alias]`` with multiple interpreter 
setttings on GUI.
+   * Usage of `ZEPPELIN_PORT` is not supported in ssl mode. Instead use 
`ZEPPELIN_SSL_PORT` to configure the ssl port. Value from `ZEPPELIN_PORT` is 
used only when `ZEPPELIN_SSL` is set to `false`.
+   * The support on Spark 1.1.x to 1.3.x is deprecated.
+   * Zeppelin uses `pegdown` as the `markdown.parser.type` option for the 
`%md` interpreter. Rendered markdown might be different from what you expected
+   * note.json format has been changed to support multiple types of output in 
a paragraph. Zeppelin will automatically convert old format to new format. 0.6 
or lower version can read new note.json format but output will not be 
displayed. For the detail, see 
[ZEPPELIN-212](http://issues.apache.org/jira/browse/ZEPPELIN-212) and [pull 
request](https://github.com/apache/zeppelin/pull/1658).
+   * Note storage layer will utilize `GitNotebookRepo` by default instead of 
`VFSNotebookRepo` storage layer, which is an extension of latter one with 
versioning capabilities on top of it.
+   * Markdown and angular paragraphs will hide editor automatically after run 
and user can open editor by double clicking those paragraphs.
+   * Select box dynamic form doesn't run on change but on enter after change.
+
+### Known issues
+   * [ZEPPELIN-2048](https://issues.apache.org/jira/browse/ZEPPELIN-2048): 
Can't run first paragraph when personalize mode on
+
+<br />
+You can visit [issue 
tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336544&projectId=12316221)
 for full list of issues being resolved.
+
+
+<br />
+### Contributors
+
+This release would not be possible without the following community members' 
contributions:
+
+Jeff Zhang, Mina Lee, AhyoungRyu, astroshim, Lee moon soo, Prabhjyot Singh, 
Khalid Huseynov, 1ambda, Jongyoul Lee, CloverHearts, Damien CORNEAU, Anthony 
Corbacho, Luciano Resende, Alexander Bezzubov, Renjith Kamath, Alex Goodman, 
cloverhearts, soralee, Kavin, Sangwoo Lee, WeichenXu, rajarajan-g, felizbear, 
Igor Drozdov, Myoungdo Park, rawkintrevo, Kai Jiang, Jun Kim, karuppayya, Rafal 
Wojdyla, Prasad Wagle, agura, Kousuke Saruta, fvaleri, Minwoo Kang, 
mahmoudelgamal, Naveen Subramanian, Paul Bustios, Peilin Yang, Rerngvit 
Yanggratoke, Mohammad Amin Khashkhashi Moghaddam, Hao Xia, Bruno Bonnin, 
Philipp, sergey\_sokur, hyonzin, suvam97, Felix Cheung, vensant, Rohit 
Choudhary, DuyHai DOAN, Beria, Randy Gelhausen, Sangmin Yoon, meenakshisekar, 
purechoc, zhongjian, Alexander Shoshin, Benoy Antony, Chin Tzulin, Chris Snow, 
Daniel Jeon, FireArrow, Jan Hentschel, Jesang Yoon, John Trengrove, Joju Rajan, 
Karup, Kavin Kumar, Kevin Kim, LantaoJin, Liu Xiang, Matthew Penny, Mleekko, 
Ondřej KrÅ
 ¡ko, Python_Max, Roger Filmyer, Sagar Kulkarni, Shiv Shankar Subudhi, Steven 
Han, SungjuKwon, Trevor Grant, Vipin Rathor, Vitaly Polonetsky, Yiming Liu, 
Yunho Maeng, Zak Hassan, ZhangEthan, amir sanjar, baekhoseok, chie8842, 
doanduyhai, fred777, gdupont, gss2002, hkropp, hyukjinkwon, laesunk, kenshalo, 
lichenglin, oganizang, passionke, paulbustios, robbins, sadikovi, terrylee, 
victor.sheng
+
+The following people helped verifying this release:
+
+CloverHearts, Jun Kim, Prabhjyot Singh, Jeff Zhang, Hyung Sung Shim, Ahyoung 
Ryu, Md. Rezaul Karim, Alexander Bezzubov, Alexander Goodman, Lei Wang, Felix 
Cheung, DuyHai Doan, Vinay Shukla, Khalid Huseynov, Jongyoul Lee, Sora Lee, 
Windy Qin, rohit choudhary, moon soo Lee, Andreas Weise, Renjith Kamath, Mina 
Lee

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ca0a2fe4/supported_interpreters.md
----------------------------------------------------------------------
diff --git a/supported_interpreters.md b/supported_interpreters.md
index d4b86f8..40875c1 100644
--- a/supported_interpreters.md
+++ b/supported_interpreters.md
@@ -31,31 +31,31 @@ Please check the below table before you download Zeppelin 
package.
 <table class="table-configuration" style="text-align:center" 
id="comparing-version">
   <tr>
     <th style="width:10%">Zeppelin</th>
+    <th style="width:22%">0.7.0</th>
     <th style="width:22%">0.6.2 - 0.6.1</th>
     <th style="width:22%">0.6.0</th>
     <th style="width:22%">0.5.6</th>
-    <th style="width:22%">0.5.5</th>
   </tr>
   <tr>
     <td rowspan="2">
       <h6><a href="http://spark.apache.org/"; target="_blank">Spark</a><h6>
     </td>
-    <td>
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x, <strong>2.0.0</strong>
+    <td rowspan="2">
+        1.4.x, 1.5.x, 1.6.x, 2.0.x <strong>2.1.0</strong>
     </td>
     <td>
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x
+        1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x, <strong>2.0.0</strong>
     </td>
-    <td rowspan="2">
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x, 1.6.x
+    <td>
+        1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x
     </td>
     <td rowspan="2">
-        1.1.x, 1.2.x, 1.3.x 1.4.x, 1.5.x
+        1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x
     </td>
   </tr>
-  <tr> 
+  <tr>
     <td>Support Scala 2.11</td>
-    <td>SparkR is also available</td>
+    <td>SparkR is available</td>
   </tr>
   <tr>
     <td><h6>JDBC</h6></td>
@@ -68,7 +68,19 @@ Please check the below table before you download Zeppelin 
package.
       <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
       <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
       <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
-      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a> 
+      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a>
+      are available
+    </td>
+    <td>
+      <a href="http://www.postgresql.org/"; target="_blank">PostgreSQL</a>,
+      <a href="https://www.mysql.com/"; target="_blank">MySQL</a>,
+      <a href="https://mariadb.org/"; target="_blank">MariaDB</a>,
+      <a href="https://aws.amazon.com/documentation/redshift/"; 
target="_blank">Redshift</a>,
+      <br/>
+      <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
+      <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
+      <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
+      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a>
       are available
     </td>
     <td>
@@ -80,15 +92,24 @@ Please check the below table before you download Zeppelin 
package.
       <a href="https://hive.apache.org/"; target="_blank">Hive</a>,
       <a href="https://phoenix.apache.org/"; target="_blank">Phoenix</a>,
       <a href="https://drill.apache.org/"; target="_blank">Drill</a>,
-      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a> 
+      <a href="http://tajo.apache.org/"; target="_blank">Tajo</a>
       are available
     </td>
     <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://pig.apache.org/"; target="_blank">Pig</a></h6>
+    </td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
     <td>N/A</td>
   </tr>
   <tr>
     <td>
-      <h6><a href="https://cloud.google.com/bigquery/"; 
target="_blank">BigQuery</a></h6>
+      <h6 style="display: inline;"><a href="https://beam.apache.org/"; 
target="_blank">Beam</a></h6>
+      <i class="fa fa-info-circle" data-toggle="tooltip" title="Not included 
in binary package. Use interpreter install script or build from source with 
-Pbeam to use this interpreter"></i>
     </td>
     <td>O</td>
     <td>N/A</td>
@@ -97,7 +118,16 @@ Please check the below table before you download Zeppelin 
package.
   </tr>
   <tr>
     <td>
-      <h6><a href="https://www.python.org/"; target="_blank">Python</a></h6>
+      <h6 style="display: inline;"><a href="https://github.com/spotify/scio/"; 
target="_blank">Scio</a></h6>
+    </td>
+    <td>O</td>
+    <td>N/A</td>
+    <td>N/A</td>
+    <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="https://cloud.google.com/bigquery/"; 
target="_blank">BigQuery</a></h6>
     </td>
     <td>O</td>
     <td>O</td>
@@ -106,11 +136,20 @@ Please check the below table before you download Zeppelin 
package.
   </tr>
   <tr>
     <td>
-      <h6><a href="http://livy.io/"; target="_blank">Livy</a></h6>
+      <h6><a href="https://www.python.org/"; target="_blank">Python</a></h6>
     </td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
+  </tr>
+  <tr>
+    <td>
+      <h6><a href="http://livy.io/"; target="_blank">Livy</a></h6>
+    </td>
+    <td>O</td>
+    <td>O</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -119,7 +158,7 @@ Please check the below table before you download Zeppelin 
package.
     </td>
     <td>O</td>
     <td>O</td>
-    <td>N/A</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -128,7 +167,7 @@ Please check the below table before you download Zeppelin 
package.
     </td>
     <td>O</td>
     <td>O</td>
-    <td>N/A</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -137,18 +176,18 @@ Please check the below table before you download Zeppelin 
package.
     </td>
     <td>O</td>
     <td>O</td>
-    <td>N/A</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
     <td>
-      <h6><a href="https://github.com/twitter/scalding"; 
target="_blank">Scalding</a></h6>
-      <span style="font-size:75%">Local mode only, not included in binary 
package</span>
+      <h6 style="display: inline;"><a 
href="https://github.com/twitter/scalding"; target="_blank">Scalding</a></h6>
+      <i class="fa fa-info-circle" data-toggle="tooltip" title="Not included 
in binary package. Use interpreter install script or build from source with 
-Pscalding to use this interpreter"></i>
     </td>
     <td>O</td>
     <td>O</td>
     <td>O</td>
-    <td>N/A</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -157,7 +196,7 @@ Please check the below table before you download Zeppelin 
package.
     <td>O</td>
     <td>O</td>
     <td>O</td>
-    <td>N/A</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -170,7 +209,7 @@ Please check the below table before you download Zeppelin 
package.
   </tr>
   <tr>
     <td>
-      <h6><a href="https://code.google.com/archive/p/markdown4j/"; 
target="_blank">Markdown</a></h6>
+      <h6><a href="http://pegdown.org/"; target="_blank">Markdown</a></h6>
     </td>
     <td>O</td>
     <td>O</td>
@@ -201,7 +240,7 @@ Please check the below table before you download Zeppelin 
package.
     </td>
     <td>Merged into JDBC interpreter</td>
     <td>Merged into JDBC interpreter</td>
-    <td>O</td>
+    <td>Merged into JDBC interpreter</td>
     <td>O</td>
   </tr>
   <tr>
@@ -210,7 +249,7 @@ Please check the below table before you download Zeppelin 
package.
     </td>
     <td>Merged into JDBC interpreter</td>
     <td>Merged into JDBC interpreter</td>
-    <td>O</td>
+    <td>Merged into JDBC interpreter</td>
     <td>O</td>
   </tr>
   <tr>
@@ -224,8 +263,8 @@ Please check the below table before you download Zeppelin 
package.
   </tr>
   <tr>
     <td>
-      <h6><a href="http://geode.incubator.apache.org/"; 
target="_blank">Geode</a></h6>
-      <span style="font-size:75%">Local mode only, not included in binary 
package</span>
+      <h6 style="display: inline;"><a 
href="http://geode.incubator.apache.org/"; target="_blank">Geode</a></h6>
+      <i class="fa fa-info-circle" data-toggle="tooltip" title="Not included 
in binary package. Use interpreter install script or build from source with 
-Pgeode to use this interpreter"></i>
     </td>
     <td>O</td>
     <td>O</td>
@@ -235,12 +274,11 @@ Please check the below table before you download Zeppelin 
package.
   <tr>
     <td>
       <h6><a href="https://ignite.apache.org/"; target="_blank">Ignite</a></h6>
-      <span style="font-size:75%">Please use the next Ignite version to use 
Scala code</span>
     </td>
     <td>1.7.0</td>
+    <td>1.7.0</td>
     <td>1.6.0</td>
     <td>1.5.0.final</td>
-    <td>1.4.0</td>
   </tr>
   <tr>
     <td>
@@ -266,7 +304,7 @@ Please check the below table before you download Zeppelin 
package.
     </td>
     <td>Merged into JDBC interpreter</td>
     <td>Merged into JDBC interpreter</td>
-    <td>O</td>
+    <td>Merged into JDBC interpreter</td>
     <td>O</td>
   </tr>
   <tr>

Reply via email to