You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2017/09/21 20:10:43 UTC

zeppelin git commit: [DOC] 0.7.3 release note

Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 3999ce75e -> 1ae2424d6


[DOC] 0.7.3 release note

### What is this PR for?
Add release note for Zeppelin 0.7.3 and update download page.

### What type of PR is it?
Documentation

### Todos
* [x] Update release date once vote passes
* [x] Update list of user helped rc verification

### Screenshots (if appropriate)
Download:
![screencapture-localhost-4000-download-html-1505374123318](https://user-images.githubusercontent.com/8503346/30417214-ebc90536-9969-11e7-9cf2-416a084d8fc0.png)

Release note:
![screencapture-localhost-4000-releases-zeppelin-release-0-7-3-html-1505374134405](https://user-images.githubusercontent.com/8503346/30417215-ebcb640c-9969-11e7-940c-4a1927abaa3f.png)

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

Author: Mina Lee <mi...@apache.org>

Closes #2589 from minahlee/doc/release-0.7.3 and squashes the following commits:

7d439cbf [Mina Lee] Update release date and contributor list
017524d2 [Mina Lee] Add 0.7.3 release note


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

Branch: refs/heads/gh-pages
Commit: 1ae2424d6fc4104e2a24fc77c37524ad3957b10c
Parents: 3999ce7
Author: Mina Lee <mi...@apache.org>
Authored: Thu Sep 21 21:28:30 2017 +0200
Committer: Mina Lee <mi...@apache.org>
Committed: Thu Sep 21 22:10:28 2017 +0200

----------------------------------------------------------------------
 .htaccess                                  |  2 +-
 _includes/themes/zeppelin/_navigation.html |  6 +--
 doap.rdf                                   |  7 +++
 documentation.md                           |  1 +
 download.md                                | 63 ++++++++++++++--------
 releases/zeppelin-release-0.7.3.md         | 45 ++++++++++++++++
 supported_interpreters.md                  | 71 +++++++++----------------
 7 files changed, 125 insertions(+), 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index 5ddfb14..efde503 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.7.2/$1  [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.7.3/$1  [PT]
 
 # rewrite docs/snapshot to latest snapshot version
 RewriteRule ^/?docs/snapshot/(.*) /docs/0.8.0-SNAPSHOT/$1  [PT]

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html
index 3bc5f86..4566a07 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -14,7 +14,7 @@
     </div>
     <nav class="navbar-collapse collapse" role="navigation">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/docs/0.7.2/install/install.html">Quick Start</a></li>
+        <li><a href="/docs/0.7.3/install/install.html">Quick Start</a></li>
         <!-- Download -->
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a>
@@ -28,8 +28,8 @@
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
           <ul class="dropdown-menu">
             <li class="title"><span><b>Release</b><span></li>
+            <li><a href="/docs/0.7.3">0.7.3</a></li>
             <li><a href="/docs/0.7.2">0.7.2</a></li>
-            <li><a href="/docs/0.7.1">0.7.1</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="documentation.html">Older Versions</a></li>
@@ -81,7 +81,7 @@
     </div>
     <div class="border row">
       <div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn" style="margin-top:8px;">
-        <a href="/docs/0.7.2/install/install.html" class="btn btn-primary btn-lg" role="button"
+        <a href="/docs/0.7.3/install/install.html" class="btn btn-primary btn-lg" role="button"
            style="margin:5px 25px 5px 25px;font-size:15px;">
           GET STARTED
         </a>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 04a0a5f..fb2e007 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.3</name>
+        <created>2017-09-21</created>
+        <revision>0.7.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>0.7.2</name>
         <created>2017-06-12</created>
         <revision>0.7.2</revision>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/documentation.md
----------------------------------------------------------------------
diff --git a/documentation.md b/documentation.md
index cf18e95..1f5bc34 100644
--- a/documentation.md
+++ b/documentation.md
@@ -21,6 +21,7 @@ limitations under the License.
 
 # Apache Zeppelin Documentation
 
+  * [Zeppelin 0.7.1](docs/0.7.1)
   * [Zeppelin 0.7.0](docs/0.7.0)
   * [Zeppelin 0.6.0](docs/0.6.0)
   * [Zeppelin 0.5.6-incubating](docs/0.5.6-incubating)

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index c53085f..6ae42da 100644
--- a/download.md
+++ b/download.md
@@ -21,42 +21,42 @@ limitations under the License.
 
 # Download Apache Zeppelin
 
-The latest release of Apache Zeppelin is **0.7.2**.
+The latest release of Apache Zeppelin is **0.7.3**.
 
-  - 0.7.2 released on Jun 12, 2017 ([release notes](./releases/zeppelin-release-0.7.2.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.2))
+  - 0.7.3 released on Sep 21, 2017 ([release notes](./releases/zeppelin-release-0.7.3.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.3))
 
-    * Binary package with all interpreters ([Install guide](../../docs/0.7.2/install/install.html)):
-    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.2'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz'">zeppelin-0.7.2-bin-all.tgz</div> (715 MB,
-    [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.asc),
-    [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.md5),
-    [sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.sha512))</p>
+    * Binary package with all interpreters ([Install guide](../../docs/0.7.3/install/install.html)):
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.3'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz'">zeppelin-0.7.3-bin-all.tgz</div> (796 MB,
+    [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz.asc),
+    [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz.md5),
+    [sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz.sha512))</p>
 
-    * Binary package with Spark interpreter and interpreter net-install script ([interpreter installation guide](../../docs/0.7.2/manual/interpreterinstallation.html)):
-    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-netinst', '0.7.2'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz'">zeppelin-0.7.2-bin-netinst.tgz</div> (274 MB,
-    [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.asc),
-    [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.md5),
-    [sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.sha512))</p>
+    * Binary package with Spark interpreter and interpreter net-install script ([interpreter installation guide](../../docs/0.7.3/manual/interpreterinstallation.html)):
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-netinst', '0.7.3'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-netinst.tgz'">zeppelin-0.7.3-bin-netinst.tgz</div> (274 MB,
+    [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-netinst.tgz.asc),
+    [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-netinst.tgz.md5),
+    [sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-netinst.tgz.sha512))</p>
 
     * Source:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-src', '0.7.2'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz'">zeppelin-0.7.2.tgz</a> (1.9 MB,
-    [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.asc),
-    [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.md5),
-    [sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.sha512))
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-src', '0.7.3'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3.tgz'">zeppelin-0.7.3.tgz</a> (1.9 MB,
+    [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3.tgz.asc),
+    [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3.tgz.md5),
+    [sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3.tgz.sha512))
 
-# Using the official docker image 
+# Using the official docker image
 
 Make sure that [docker](https://www.docker.com/community-edition) is installed in your local machine.  
 
-Use this command to launch Apache Zeppelin in a container. 
+Use this command to launch Apache Zeppelin in a container.
 
 ```bash
-docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.7.2
+docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.7.3
 ```
 
 To persist `logs` and `notebook` directories, use the [volume](https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v-read-only) option for docker container.
 
 ```bash
-docker run -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.7.2
+docker run -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.7.3
 ```
 
 If you have trouble accessing `localhost:8080` in the browser, Please clear browser cache.
@@ -75,6 +75,27 @@ For developers, to get latest *0.8.0-SNAPSHOT* check [README](https://github.com
 
 ## Old releases
 
+  - 0.7.2 released on Jun 12, 2017 ([release notes](./releases/zeppelin-release-0.7.2.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.2))
+
+    * Binary package with all interpreters:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.2'); window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz'">zeppelin-0.7.2-bin-all.tgz</a> (715 MB,
+    [pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.asc),
+    [md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.md5),
+    [sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.sha512))
+
+    * Binary package with Spark interpreter and interpreter net-install script ([interpreter installation guide](../../docs/0.7.2/manual/interpreterinstallation.html)):
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-bin-netinst', '0.7.2'); window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz'">zeppelin-0.7.2-bin-netinst.tgz</a> (274 MB,
+    [pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.asc),
+    [md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.md5),
+    [sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.sha512))
+
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-src', '0.7.2'); window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz'">zeppelin-0.7.2.tgz</a> (1.9 MB,
+    [pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.asc),
+    [md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.md5),
+    [sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.sha512))
+  <p />
+
   - 0.7.1 released on Mar 31, 2017 ([release notes](./releases/zeppelin-release-0.7.1.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.1))
 
     * Binary package with all interpreters:
@@ -163,7 +184,7 @@ For developers, to get latest *0.8.0-SNAPSHOT* check [README](https://github.com
      [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>
+      <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 />
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/releases/zeppelin-release-0.7.3.md
----------------------------------------------------------------------
diff --git a/releases/zeppelin-release-0.7.3.md b/releases/zeppelin-release-0.7.3.md
new file mode 100644
index 0000000..7efba2b
--- /dev/null
+++ b/releases/zeppelin-release-0.7.3.md
@@ -0,0 +1,45 @@
+---
+layout: page
+title: "Apache Zeppelin Release 0.7.3"
+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.3
+
+The Apache Zeppelin community is pleased to announce the availability of the 0.7.3 release.
+
+The community put significant effort into improving Apache Zeppelin since the last release.
+18 contributors provided 30+ patches for improvements and bug fixes.
+More than 20+ issues have been resolved.
+
+We encourage to [download](../../download.html) the latest release. Feedback through the [mailing lists](../../community.html) is very welcome.
+
+<br />
+You can visit [issue tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341035&projectId=12316221) for full list of issues that are resolved.
+
+
+<br />
+### Contributors
+
+This release would not be possible without the following community members' contributions:
+
+Jeff Zhang, krishna-pandey, lichenyang, Yanbo Liang, Vipin Rathor, Lee moon soo, Prabhjyot Singh, Mina Lee, 1ambda, Jongyoul Lee, Viktor Boginskii, jerryshao, Shiem Edelbrock, CloverHearts, Jinkyu Yi, Luis Vicente, Sachin, Alex Lourie, Shim, Shu Jiaming
+
+The following people helped verifying this release:
+
+Prabhjyot Singh, Sanjay Dasgupta, Park Hoon, Krishna Pandey, Jeff Zhang, DuyHai Doan, Miquel Angel Andreu Febrer, Krishna Pandey, moon soo Lee, Hyung Sung Shim, Anthony Corbacho, Mina Lee, Ahyoung Ryu

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1ae2424d/supported_interpreters.md
----------------------------------------------------------------------
diff --git a/supported_interpreters.md b/supported_interpreters.md
index 47b980a..8dcb676 100644
--- a/supported_interpreters.md
+++ b/supported_interpreters.md
@@ -31,17 +31,20 @@ 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.3</th>
     <th style="width:22%">0.7.1 - 0.7.2</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>
   </tr>
   <tr>
     <td rowspan="2">
       <h6><a href="http://spark.apache.org/" target="_blank">Spark</a><h6>
     </td>
     <td rowspan="2">
+        1.4.x, 1.5.x, 1.6.x, 2.0.x, 2.1.x, <strong>2.2.0</strong>
+    </td>
+    <td rowspan="2">
         1.4.x, 1.5.x, 1.6.x, 2.0.x <strong>2.1.0</strong>
     </td>
     <td rowspan="2">
@@ -53,9 +56,6 @@ Please check the below table before you download Zeppelin package.
     <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.6.x
-    </td>
   </tr>
   <tr>
     <td>Support Scala 2.11</td>
@@ -111,7 +111,18 @@ Please check the below table before you download Zeppelin package.
       <a href="http://tajo.apache.org/" target="_blank">Tajo</a>
       are available
     </td>
-    <td>N/A</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>
   </tr>
   <tr>
     <td>
@@ -119,7 +130,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>
     <td>N/A</td>
   </tr>
@@ -130,7 +141,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>
     <td>N/A</td>
   </tr>
@@ -140,7 +151,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>
     <td>N/A</td>
   </tr>
@@ -151,7 +162,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>
     <td>N/A</td>
   </tr>
   <tr>
@@ -162,7 +173,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>
@@ -172,7 +183,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>
@@ -182,7 +193,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>
@@ -192,7 +203,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>
@@ -202,7 +213,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>
@@ -267,26 +278,6 @@ Please check the below table before you download Zeppelin package.
   </tr>
   <tr>
     <td>
-      <h6><a href="https://hive.apache.org/" target="_blank">Hive</a></h6>
-    </td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td>
-      <h6><a href="http://tajo.apache.org/" target="_blank">Tajo</a></h6>
-    </td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td>
       <h6><a href="http://cassandra.apache.org/" target="_blank">Cassandra</a></h6>
     </td>
     <td>O</td>
@@ -311,10 +302,10 @@ Please check the below table before you download Zeppelin package.
       <h6><a href="https://ignite.apache.org/" target="_blank">Ignite</a></h6>
     </td>
     <td>1.9.0</td>
+    <td>1.9.0</td>
     <td>1.7.0</td>
     <td>1.7.0</td>
     <td>1.6.0</td>
-    <td>1.5.0.final</td>
   </tr>
   <tr>
     <td>
@@ -338,16 +329,6 @@ Please check the below table before you download Zeppelin package.
   </tr>
   <tr>
     <td>
-      <h6><a href="https://phoenix.apache.org/" target="_blank">Phoenix</a></h6>
-    </td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>Merged into JDBC interpreter</td>
-    <td>O</td>
-  </tr>
-  <tr>
-    <td>
       <h6><a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a></h6>
     </td>
     <td>O</td>