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/03/31 14:59:31 UTC

svn commit: r1789699 [29/29] - in /zeppelin/site: ./ assets/themes/zeppelin/js/ contribution/ contribution/zeppelinweb/ docs/0.7.1/ docs/0.7.1/assets/ docs/0.7.1/assets/themes/ docs/0.7.1/assets/themes/zeppelin/ docs/0.7.1/assets/themes/zeppelin/bootst...

Added: zeppelin/site/docs/0.7.1/storage/storage.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.1/storage/storage.html?rev=1789699&view=auto
==============================================================================
--- zeppelin/site/docs/0.7.1/storage/storage.html (added)
+++ zeppelin/site/docs/0.7.1/storage/storage.html Fri Mar 31 14:59:26 2017
@@ -0,0 +1,428 @@
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Zeppelin 0.7.1 Documentation: Notebook Storage for Apache Zeppelin</title>
+    <meta name="description" content="Apache Zeppelin has a pluggable notebook storage mechanism controlled by zeppelin.notebook.storage configuration option with multiple implementations."">
+    <meta name="author" content="The Apache Software Foundation">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
+
+    <!-- Le styles -->
+    <link href="/docs/0.7.1/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.7.1/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.7.1/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <!-- Le fav and touch icons -->
+    <!-- Update these with your own images
+    <link rel="shortcut icon" href="images/favicon.ico">
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+    -->
+
+    <!-- Js -->
+    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+    <script src="/docs/0.7.1/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.7.1/assets/themes/zeppelin/js/docs.js"></script>
+    <script src="/docs/0.7.1/assets/themes/zeppelin/js/anchor.min.js"></script>
+    <script src="/docs/0.7.1/assets/themes/zeppelin/js/toc.js"></script>
+    <script src="/docs/0.7.1/assets/themes/zeppelin/js/lunr.min.js"></script>
+    <script src="/docs/0.7.1/assets/themes/zeppelin/js/search.js"></script>    
+
+    <!-- atom & rss feed -->
+    <link href="/docs/0.7.1/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.7.1/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+  </head>
+
+  <body>
+    
+        <div id="menu" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-brand">
+            <a class="navbar-brand-main" href="http://zeppelin.apache.org">
+              <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" width="50" alt="I'm zeppelin">
+              <span style="vertical-align:middle">Zeppelin</span>
+            </a>
+            <a class="navbar-brand-version" href="/docs/0.7.1">
+              <span><small>0.7.1</small></span>
+            </a>
+          </div>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav">
+            <li>
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick Start <b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a href="/docs/0.7.1/index.html">What is Apache Zeppelin ?</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Getting Started</b><span></li>
+                <li><a href="/docs/0.7.1/install/install.html">Install</a></li>
+                <li><a href="/docs/0.7.1/install/configuration.html">Configuration</a></li>
+                <li><a href="/docs/0.7.1/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.7.1/quickstart/tutorial.html">Tutorial</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Basic Feature Guide</b><span></li>
+                <li><a href="/docs/0.7.1/manual/dynamicform.html">Dynamic Form</a></li>
+                <li><a href="/docs/0.7.1/manual/publish.html">Publish your Paragraph</a></li>
+                <li><a href="/docs/0.7.1/manual/notebookashomepage.html">Customize Zeppelin Homepage</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>More</b><span></li>
+                <li><a href="/docs/0.7.1/install/upgrade.html">Upgrade Zeppelin Version</a></li>
+                <li><a href="/docs/0.7.1/install/build.html">Build from source</a></li>
+                <li><a href="/docs/0.7.1/quickstart/install_with_flink_and_spark_cluster.html">Install Zeppelin with Flink and Spark Clusters Tutorial</a></li>
+              </ul>
+            </li>
+            <li>
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Interpreter <b class="caret"></b></a>
+              <ul class="dropdown-menu scrollable-menu">
+                <li><a href="/docs/0.7.1/manual/interpreters.html">Overview</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Usage</b><span></li>
+                <li><a href="/docs/0.7.1/manual/interpreterinstallation.html">Interpreter Installation</a></li>
+                <!--<li><a href="/docs/0.7.1/manual/dynamicinterpreterload.html">Dynamic Interpreter Loading</a></li>-->
+                <li><a href="/docs/0.7.1/manual/dependencymanagement.html">Interpreter Dependency Management</a></li>
+                <li><a href="/docs/0.7.1/manual/userimpersonation.html">Interpreter User Impersonation</a></li>
+                <li><a href="/docs/0.7.1/manual/interpreterexechooks.html">Interpreter Execution Hooks (Experimental)</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Available Interpreters</b><span></li>
+                <li><a href="/docs/0.7.1/interpreter/alluxio.html">Alluxio</a></li>
+                <li><a href="/docs/0.7.1/interpreter/beam.html">Beam</a></li>
+                <li><a href="/docs/0.7.1/interpreter/bigquery.html">BigQuery</a></li>
+                <li><a href="/docs/0.7.1/interpreter/cassandra.html">Cassandra</a></li>
+                <li><a href="/docs/0.7.1/interpreter/elasticsearch.html">Elasticsearch</a></li>
+                <li><a href="/docs/0.7.1/interpreter/flink.html">Flink</a></li>
+                <li><a href="/docs/0.7.1/interpreter/geode.html">Geode</a></li>
+                <li><a href="/docs/0.7.1/interpreter/hbase.html">HBase</a></li>
+                <li><a href="/docs/0.7.1/interpreter/hdfs.html">HDFS</a></li>
+                <li><a href="/docs/0.7.1/interpreter/hive.html">Hive</a></li>
+                <li><a href="/docs/0.7.1/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.7.1/interpreter/jdbc.html">JDBC</a></li>
+                <li><a href="/docs/0.7.1/interpreter/kylin.html">Kylin</a></li>
+                <li><a href="/docs/0.7.1/interpreter/lens.html">Lens</a></li>
+                <li><a href="/docs/0.7.1/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.7.1/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.7.1/interpreter/pig.html">Pig</a></li>
+                <li><a href="/docs/0.7.1/interpreter/python.html">Python</a></li>
+                <li><a href="/docs/0.7.1/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.7.1/interpreter/r.html">R</a></li>
+                <li><a href="/docs/0.7.1/interpreter/scalding.html">Scalding</a></li>
+                <li><a href="/docs/0.7.1/interpreter/scio.html">Scio</a></li>
+                <li><a href="/docs/0.7.1/interpreter/shell.html">Shell</a></li>
+                <li><a href="/docs/0.7.1/interpreter/spark.html">Spark</a></li>
+              </ul>
+            </li>
+            <li>
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li class="title"><span><b>Basic Display System</b><span></li>
+                <li><a href="/docs/0.7.1/displaysystem/basicdisplaysystem.html#text">Text</a></li>
+                <li><a href="/docs/0.7.1/displaysystem/basicdisplaysystem.html#html">Html</a></li>
+                <li><a href="/docs/0.7.1/displaysystem/basicdisplaysystem.html#table">Table</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Angular API</b><span></li>
+                <li><a href="/docs/0.7.1/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
+                <li><a href="/docs/0.7.1/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
+              </ul>
+            </li>
+            <li>
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">More<b class="caret"></b></a>
+              <ul class="dropdown-menu scrollable-menu" style="right: 0; left: auto;">
+                <li class="title"><span><b>Notebook Storage</b><span></li>
+                <li><a href="/docs/0.7.1/storage/storage.html#notebook-storage-in-local-git-repository">Git Storage</a></li>
+                <li><a href="/docs/0.7.1/storage/storage.html#notebook-storage-in-s3">S3 Storage</a></li>
+                <li><a href="/docs/0.7.1/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
+                <li><a href="/docs/0.7.1/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>REST API</b><span></li>
+                <li><a href="/docs/0.7.1/rest-api/rest-interpreter.html">Interpreter API</a></li>
+                <li><a href="/docs/0.7.1/rest-api/rest-notebook.html">Notebook API</a></li>
+                <li><a href="/docs/0.7.1/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li>
+                <li><a href="/docs/0.7.1/rest-api/rest-configuration.html">Configuration API</a></li>
+                <li><a href="/docs/0.7.1/rest-api/rest-credential.html">Credential API</a></li>
+                <li><a href="/docs/0.7.1/rest-api/rest-helium.html">Helium API</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Security</b><span></li>
+                <li><a href="/docs/0.7.1/security/shiroauthentication.html">Shiro Authentication</a></li>                
+                <li><a href="/docs/0.7.1/security/notebook_authorization.html">Notebook Authorization</a></li>
+                <li><a href="/docs/0.7.1/security/datasource_authorization.html">Data Source Authorization</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Advanced</b><span></li>
+                <li><a href="/docs/0.7.1/install/virtual_machine.html">Zeppelin on Vagrant VM</a></li>
+                <li><a href="/docs/0.7.1/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark Cluster Mode (Standalone)</a></li>
+                <li><a href="/docs/0.7.1/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark Cluster Mode (YARN)</a></li>
+                <li><a href="/docs/0.7.1/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark Cluster Mode (Mesos)</a></li>
+                <li><a href="/docs/0.7.1/install/cdh.html">Zeppelin on CDH</a></li>
+                <li role="separator" class="divider"></li>
+                <li class="title"><span><b>Contibute</b><span></li>
+                <li><a href="/docs/0.7.1/development/writingzeppelininterpreter.html">Writing Zeppelin Interpreter</a></li>
+                <li><a href="/docs/0.7.1/development/writingzeppelinvisualization.html">Writing Zeppelin Visualization (Experimental)</a></li>
+                <li><a href="/docs/0.7.1/development/writingzeppelinapplication.html">Writing Zeppelin Application (Experimental)</a></li>
+                <li><a href="/docs/0.7.1/development/howtocontribute.html">How to contribute (code)</a></li>
+                <li><a href="/docs/0.7.1/development/howtocontributewebsite.html">How to contribute (website)</a></li>
+              </ul>
+            </li>
+            <li>
+              <a href="/docs/0.7.1/search.html" class="nav-search-link">
+                <span class="fa fa-search nav-search-icon"></span>
+              </a>
+            </li>
+          </ul>
+        </nav><!--/.navbar-collapse -->
+      </div>
+    </div>
+
+
+
+    <div class="content">
+      
+<!--<div class="hero-unit Notebook Storage for Apache Zeppelin">
+  <h1></h1>
+</div>
+-->
+
+<div class="row">
+  <div class="col-md-12">
+    <!--
+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.
+-->
+
+<h1>Notebook storage options for Apache Zeppelin</h1>
+
+<div id="toc"></div>
+
+<h2>Overview</h2>
+
+<p>Apache Zeppelin has a pluggable notebook storage mechanism controlled by <code>zeppelin.notebook.storage</code> configuration option with multiple implementations.
+There are few notebook storage systems available for a use out of the box:</p>
+
+<ul>
+<li>(default) use local file system and version it using local Git repository - <code>GitNotebookRepo</code></li>
+<li>all notes are saved in the notebook folder in your local File System - <code>VFSNotebookRepo</code></li>
+<li>storage using Amazon S3 service - <code>S3NotebookRepo</code></li>
+<li>storage using Azure service - <code>AzureNotebookRepo</code></li>
+</ul>
+
+<p>Multiple storage systems can be used at the same time by providing a comma-separated list of the class-names in the configuration.
+By default, only first two of them will be automatically kept in sync by Zeppelin.</p>
+
+<p></br></p>
+
+<h2>Notebook Storage in local Git repository <a name="Git"></a></h2>
+
+<p>To enable versioning for all your local notebooks though a standard Git repository - uncomment the next property in <code>zeppelin-site.xml</code> in order to use GitNotebookRepo class:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.GitNotebookRepo&lt;/value&gt;
+  &lt;description&gt;notebook persistence layer implementation&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p></br></p>
+
+<h2>Notebook Storage in S3 <a name="S3"></a></h2>
+
+<p>Notebooks may be stored in S3, and optionally encrypted.  The <a href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html"><code>DefaultAWSCredentialsProviderChain</code></a> credentials provider is used for credentials and checks the following:</p>
+
+<ul>
+<li>The <code>AWS_ACCESS_KEY_ID</code> and <code>AWS_SECRET_ACCESS_KEY</code> environment variables</li>
+<li>The <code>aws.accessKeyId</code> and <code>aws.secretKey</code> Java System properties</li>
+<li>Credential profiles file at the default location (<code>~/.aws/credentials</code>) used by the AWS CLI</li>
+<li>Instance profile credentials delivered through the Amazon EC2 metadata service</li>
+</ul>
+
+<p></br>
+The following folder structure will be created in S3:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">s3://bucket_name/username/notebook-id/
+</code></pre></div>
+<p>Configure by setting environment variables in the file <strong>zeppelin-env.sh</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_S3_BUCKET = bucket_name
+export ZEPPELIN_NOTEBOOK_S3_USER = username
+</code></pre></div>
+<p>Or using the file <strong>zeppelin-site.xml</strong> uncomment and complete the S3 settings:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.s3.bucket&lt;/name&gt;
+  &lt;value&gt;bucket_name&lt;/value&gt;
+  &lt;description&gt;bucket name for notebook storage&lt;/description&gt;
+&lt;/property&gt;
+&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.s3.user&lt;/name&gt;
+  &lt;value&gt;username&lt;/value&gt;
+  &lt;description&gt;user name for s3 folder structure&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>Uncomment the next property for use S3NotebookRepo class:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.S3NotebookRepo&lt;/value&gt;
+  &lt;description&gt;notebook persistence layer implementation&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>Comment out the next property to disable local git notebook storage (the default):</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.GitNotebookRepo&lt;/value&gt;
+  &lt;description&gt;versioned notebook persistence layer implementation&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<h3>Data Encryption in S3</h3>
+
+<h4>AWS KMS encryption keys</h4>
+
+<p>To use an <a href="https://aws.amazon.com/kms/">AWS KMS</a> encryption key to encrypt notebooks, set the following environment variable in the file <strong>zeppelin-env.sh</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_S3_KMS_KEY_ID = kms-key-id
+</code></pre></div>
+<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.s3.kmsKeyID&lt;/name&gt;
+  &lt;value&gt;AWS-KMS-Key-UUID&lt;/value&gt;
+  &lt;description&gt;AWS KMS key ID used to encrypt notebook data in S3&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>In order to set custom KMS key region, set the following environment variable in the file <strong>zeppelin-env.sh</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_S3_KMS_KEY_REGION = kms-key-region
+</code></pre></div>
+<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.s3.kmsKeyRegion&lt;/name&gt;
+  &lt;value&gt;target-region&lt;/value&gt;
+  &lt;description&gt;AWS KMS key region in your AWS account&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>Format of <code>target-region</code> is described in more details <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#kms_region">here</a> in second <code>Region</code> column (e.g. <code>us-east-1</code>).</p>
+
+<h4>Custom Encryption Materials Provider class</h4>
+
+<p>You may use a custom <a href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/EncryptionMaterialsProvider.html"><code>EncryptionMaterialsProvider</code></a> class as long as it is available in the classpath and able to initialize itself from system properties or another mechanism.  To use this, set the following environment variable in the file <strong>zeppelin-env.sh</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_S3_EMP = class-name
+</code></pre></div>
+<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.s3.encryptionMaterialsProvider&lt;/name&gt;
+  &lt;value&gt;provider implementation class name&lt;/value&gt;
+  &lt;description&gt;Custom encryption materials provider used to encrypt notebook data in S3&lt;/description&gt;
+</code></pre></div>
+<p></br></p>
+
+<h2>Notebook Storage  in Azure <a name="Azure"></a></h2>
+
+<p>Using <code>AzureNotebookRepo</code> you can connect your Zeppelin with your Azure account for notebook storage.</p>
+
+<p>First of all, input your <code>AccountName</code>, <code>AccountKey</code>, and <code>Share Name</code> in the file <strong>zeppelin-site.xml</strong> by commenting out and completing the next properties:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.azure.connectionString&lt;/name&gt;
+  &lt;value&gt;DefaultEndpointsProtocol=https;AccountName=&lt;accountName&gt;;AccountKey=&lt;accountKey&gt;&lt;/value&gt;
+  &lt;description&gt;Azure account credentials&lt;/description&gt;
+&lt;/property&gt;
+
+&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.azure.share&lt;/name&gt;
+  &lt;value&gt;zeppelin&lt;/value&gt;
+  &lt;description&gt;share name for notebook storage&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>Secondly, you can initialize <code>AzureNotebookRepo</code> class in the file <strong>zeppelin-site.xml</strong> by commenting the next property:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.GitNotebookRepo&lt;/value&gt;
+  &lt;description&gt;versioned notebook persistence layer implementation&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>and commenting out:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.AzureNotebookRepo&lt;/value&gt;
+  &lt;description&gt;notebook persistence layer implementation&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>In case you want to use simultaneously your local git storage with Azure storage use the following property instead:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.GitNotebookRepo, apache.zeppelin.notebook.repo.AzureNotebookRepo&lt;/value&gt;
+  &lt;description&gt;notebook persistence layer implementation&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p>Optionally, you can specify Azure folder structure name in the file <strong>zeppelin-site.xml</strong> by commenting out the next property:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text"> &lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.azure.user&lt;/name&gt;
+  &lt;value&gt;user&lt;/value&gt;
+  &lt;description&gt;optional user name for Azure folder structure&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div>
+<p></br></p>
+
+<h2>Storage in ZeppelinHub  <a name="ZeppelinHub"></a></h2>
+
+<p>ZeppelinHub storage layer allows out of the box connection of Zeppelin instance with your ZeppelinHub account. First of all, you need to either comment out the following  property in <strong>zeppelin-site.xml</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;!-- For connecting your Zeppelin with ZeppelinHub --&gt;
+&lt;!--
+&lt;property&gt;
+  &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
+  &lt;value&gt;org.apache.zeppelin.notebook.repo.GitNotebookRepo, org.apache.zeppelin.notebook.repo.zeppelinhub.ZeppelinHubRepo&lt;/value&gt;
+  &lt;description&gt;two notebook persistence layers (local + ZeppelinHub)&lt;/description&gt;
+&lt;/property&gt;
+--&gt;
+</code></pre></div>
+<p>or set the environment variable in the file <strong>zeppelin-env.sh</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_STORAGE=&quot;org.apache.zeppelin.notebook.repo.GitNotebookRepo, org.apache.zeppelin.notebook.repo.zeppelinhub.ZeppelinHubRepo&quot;
+</code></pre></div>
+<p>Secondly, you need to set the environment variables in the file <strong>zeppelin-env.sh</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELINHUB_API_TOKEN = ZeppelinHub token
+export ZEPPELINHUB_API_ADDRESS = address of ZeppelinHub service (e.g. https://www.zeppelinhub.com)
+</code></pre></div>
+<p>You can get more information on generating <code>token</code> and using authentication on the corresponding <a href="http://help.zeppelinhub.com/zeppelin_integration/#add-a-new-zeppelin-instance-and-generate-a-token">help page</a>.</p>
+
+  </div>
+</div>
+
+
+      <hr>
+      <footer>
+        <!-- <p>&copy; 2017 The Apache Software Foundation</p>-->
+      </footer>
+    </div>
+
+    
+
+
+  <script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
+  </body>
+</html>
+

Modified: zeppelin/site/documentation.html
URL: http://svn.apache.org/viewvc/zeppelin/site/documentation.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/documentation.html (original)
+++ zeppelin/site/documentation.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
@@ -287,6 +293,7 @@ limitations under the License.
 <h1>Apache Zeppelin Documentation</h1>
 
 <ul>
+<li><a href="docs/0.6.0">Zeppelin 0.6.0</a></li>
 <li><a href="docs/0.5.6-incubating">Zeppelin 0.5.6-incubating</a></li>
 <li><a href="docs/0.5.5-incubating">Zeppelin 0.5.5-incubating</a></li>
 <li><a href="docs/0.5.0-incubating">Zeppelin 0.5.0-incubating</a></li>

Modified: zeppelin/site/download.html
URL: http://svn.apache.org/viewvc/zeppelin/site/download.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/download.html (original)
+++ zeppelin/site/download.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
@@ -286,27 +292,27 @@ limitations under the License.
 
 <h1>Download Apache Zeppelin</h1>
 
-<p>The latest release of Apache Zeppelin is <strong>0.7.0</strong>.</p>
+<p>The latest release of Apache Zeppelin is <strong>0.7.1</strong>.</p>
 
 <ul>
-<li><p>0.7.0 released on Feb 5, 2017 (<a href="./releases/zeppelin-release-0.7.0.html">release notes</a>) (<a href="https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.0">git tag</a>)</p>
+<li><p>0.7.1 released on Mar 31, 2017 (<a href="./releases/zeppelin-release-0.7.1.html">release notes</a>) (<a href="https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.1">git tag</a>)</p>
 
 <ul>
 <li>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,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.asc">pgp</a>,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.md5">md5</a>,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.sha512">sha</a>)</p></li>
-<li>Binary package with Spark interpreter and interpreter net-install script (<a href="../../docs/0.7.0/manual/interpreterinstallation.html">interpreter installation guide</a>):
-<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,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.asc">pgp</a>,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.md5">md5</a>,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.sha512">sha</a>)</p></li>
+<p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.1'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz'">zeppelin-0.7.1-bin-all.tgz</div> (712 MB,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.asc">pgp</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.md5">md5</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.sha512">sha</a>)</p></li>
+<li>Binary package with Spark interpreter and interpreter net-install script (<a href="../../docs/0.7.1/manual/interpreterinstallation.html">interpreter installation guide</a>):
+<p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-netinst', '0.7.1'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz'">zeppelin-0.7.1-bin-netinst.tgz</div> (273 MB,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.asc">pgp</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.md5">md5</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.sha512">sha</a>)</p></li>
 <li>Source:
-<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,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.asc">pgp</a>,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.md5">md5</a>,
-<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.sha512">sha</a>)</li>
+<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-src', '0.7.1'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz'">zeppelin-0.7.1.tgz</a> (1.9 MB,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.asc">pgp</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.md5">md5</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.sha512">sha</a>)</li>
 </ul></li>
 </ul>
 
@@ -321,6 +327,26 @@ limitations under the License.
 <h2>Old releases</h2>
 
 <ul>
+<li><p>0.7.0 released on Feb 5, 2017 (<a href="./releases/zeppelin-release-0.7.0.html">release notes</a>) (<a href="https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.0">git tag</a>)</p>
+
+<ul>
+<li>Binary package with all interpreters:
+<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.0'); window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz'">zeppelin-0.7.0-bin-all.tgz</a> (710 MB,
+<a href="https://archive.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.asc">pgp</a>,
+<a href="https://archive.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.md5">md5</a>,
+<a href="https://archive.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-all.tgz.sha512">sha</a>)</li>
+<li>Binary package with Spark interpreter and interpreter net-install script (<a href="../../docs/0.7.0/manual/interpreterinstallation.html">interpreter installation guide</a>):
+<a style="cursor:pointer" 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</a> (272 MB,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.asc">pgp</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.md5">md5</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0-bin-netinst.tgz.sha512">sha</a>)</li>
+<li>Source:
+<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,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.asc">pgp</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.md5">md5</a>,
+<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.0/zeppelin-0.7.0.tgz.sha512">sha</a>)
+<p /></li>
+</ul></li>
 <li><p>0.6.2 released on Oct 15, 2016 (<a href="./releases/zeppelin-release-0.6.2.html">release notes</a>) (<a href="https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.6.2">git tag</a>)</p>
 
 <ul>

Modified: zeppelin/site/helium_packages.html
URL: http://svn.apache.org/viewvc/zeppelin/site/helium_packages.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/helium_packages.html (original)
+++ zeppelin/site/helium_packages.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
@@ -425,6 +431,22 @@ and <a href="https://zeppelin.apache.org
 
 
 
+
+  <script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
+
     
     
     <footer>

Modified: zeppelin/site/index.html
URL: http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.5.0-incubating.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.5.0-incubating.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.5.0-incubating.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.5.0-incubating.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.5.5-incubating.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.5.5-incubating.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.5.5-incubating.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.5.5-incubating.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.5.6-incubating.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.5.6-incubating.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.5.6-incubating.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.5.6-incubating.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.6.0.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.6.0.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.6.0.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.6.0.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.6.1.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.6.1.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.6.1.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.6.1.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.6.2.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.6.2.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.6.2.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.6.2.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/releases/zeppelin-release-0.7.0.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.7.0.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.7.0.html (original)
+++ zeppelin/site/releases/zeppelin-release-0.7.0.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Added: zeppelin/site/releases/zeppelin-release-0.7.1.html
URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.7.1.html?rev=1789699&view=auto
==============================================================================
--- zeppelin/site/releases/zeppelin-release-0.7.1.html (added)
+++ zeppelin/site/releases/zeppelin-release-0.7.1.html Fri Mar 31 14:59:26 2017
@@ -0,0 +1,371 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Zeppelin Release 0.7.1</title>
+    <meta name="description" content="">
+    <meta name="author" content="The Apache Software Foundation">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
+    <link href="https://fonts.googleapis.com/icon?family=Material+Icons">
+    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <!-- Le fav and touch icons -->
+    <!-- Update these with your own images
+    <link rel="shortcut icon" href="images/favicon.ico">
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+    -->
+
+    <!-- Js -->
+    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
+    <script src="https://s3.amazonaws.com/helium-package/helium.js"></script>
+    <script src="https://s3.amazonaws.com/apache-zeppelin/post/medium.js"></script>
+    <script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script>
+    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/assets/themes/zeppelin/js/docs.js"></script>
+    <script src="/assets/themes/zeppelin/js/anchor.min.js"></script>
+    <script src="/assets/themes/zeppelin/js/moment.min.js"></script>
+    <script src="/assets/themes/zeppelin/js/helium.controller.js"></script>
+    <script src="/assets/themes/zeppelin/js/medium.controller.js"></script>
+
+    <!-- atom & rss feed -->
+    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+  </head>
+
+  <body>
+    
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+            <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" width="50" alt="I'm zeppelin">
+            Apache Zeppelin
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            
+            
+            
+
+
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+          
+            <li><a href="/community.html">Community</a></li>
+          
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+    
+  
+    
+      
+        
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+    
+      
+        
+      
+    
+  
+
+
+
+
+            
+            <!-- Download -->
+            <li id="docs">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a href="/download.html">Download Zeppelin</a></li>
+                <li><a href="/supported_interpreters.html">Supported Interpreters</a></li>
+              </ul>
+            </li>
+
+            <!-- Docs -->
+            <li id="docs">
+              <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.1">0.7.1</a></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="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.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/zeppelin">GitHub</a></li>
+
+            <!-- Apache -->
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+               <ul class="dropdown-menu">
+                <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="/assets.html">Assets</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav><!--/.navbar-collapse -->
+      </div>
+    </div>
+
+
+
+
+    <div class="content">
+      
+
+<!--<div class="hero-unit Apache Zeppelin Release 0.7.1">
+  <h1></h1>
+</div>
+-->
+
+<div class="row">
+  <div class="col-md-12">
+    <!--
+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.
+-->
+
+<h2>Apache Zeppelin Release 0.7.1</h2>
+
+<p>The Apache Zeppelin community is pleased to announce the availability of the 0.7.1 release.</p>
+
+<p>The community put significant effort into improving Apache Zeppelin since the last release focusing on restarting interpreter process stability, python interpreter improvement, table/chart rendering bug fix.
+24 contributors provided 80+ patches for improvements and bug fixes.
+More than 70+ issues have been resolved.</p>
+
+<p>We encourage to <a href="../../download.html">download</a> the latest release. Feedback through the <a href="../../community.html">mailing lists</a> is very welcome.</p>
+
+<h3>Improvements</h3>
+
+<ul>
+<li>Rewrite python interpreter for streaming output and seamless matplotlib support</li>
+<li>Add user configurable option in UI which enable/disable dynamic form(select, checkbox) run on change</li>
+</ul>
+
+<h3>Fixes</h3>
+
+<ul>
+<li>z.show() doesn&#39;t show dataframe</li>
+<li>Zombie Interpreter processes</li>
+<li>Interpreter restart button doesn&#39;t work</li>
+<li>On creation of Bar graph zeppelin UI shows it as minigraph</li>
+<li>Jdbc interpreter sometime doesn&#39;t show detailed error message</li>
+<li>Piechart won&#39;t render when column selected as &#39;key&#39; is changed</li>
+<li>Make use of all grouped data to draw pie chart</li>
+<li>Propagate interpreter exception to frontend</li>
+</ul>
+
+<p><br />
+You can visit <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339166&amp;projectId=12316221">issue tracker</a> for full list of issues being resolved.</p>
+
+<p><br /></p>
+
+<h3>Contributors</h3>
+
+<p>This release would not be possible without the following community members&#39; contributions:</p>
+
+<p>Lee moon soo, Jongyoul Lee, 1ambda, Prabhjyot Singh, AhyoungRyu, Jeff Zhang, Mina Lee, soralee, ess_ess, Remilito, astroshim, Khalid Huseynov, Alexander Wenzel, Naman Mishra, Andreas Weise, Randy Gelhausen, Renjith Kamath, Vipul Modi, agura, NohSeho, Anthony Corbacho, Bruno P. Kinoshita, Elek Márton, Guillermo Cabrera</p>
+
+<p>The following people helped verifying this release:</p>
+
+<p>Jeff Zhang, Ahyoung Ryu, CloverHeartsDev, Sora Lee, Jongyoul Lee, DuyHai Doan, Hyung Sung Shim, Mina Lee, Windy Qin, Jun Kim, Anthony Corbacho, Khalid Huseynov, Felix Cheung, moon soo Lee, Prabhjyot Singh</p>
+
+  </div>
+</div>
+
+
+    </div>
+
+    
+
+
+
+
+  <script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-45176241-5', 'zeppelin.apache.org');
+  ga('require', 'linkid', 'linkid.js');
+  ga('send', 'pageview');
+
+</script>
+
+
+
+
+    
+    
+    <footer>
+      <!-- <p>&copy; 2017 The Apache Software Foundation</p>-->
+    </footer>
+  </body>
+</html>
+

Modified: zeppelin/site/rss.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/rss.xml?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/rss.xml (original)
+++ zeppelin/site/rss.xml Fri Mar 31 14:59:26 2017
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin - The Apache Software Foundation</description>
         <link>http://zeppelin.apache.org</link>
         <link>http://zeppelin.apache.org</link>
-        <lastBuildDate>2017-03-22T11:01:13+09:00</lastBuildDate>
-        <pubDate>2017-03-22T11:01:13+09:00</pubDate>
+        <lastBuildDate>2017-03-31T23:46:41+09:00</lastBuildDate>
+        <pubDate>2017-03-31T23:46:41+09:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: zeppelin/site/screenshots.html
URL: http://svn.apache.org/viewvc/zeppelin/site/screenshots.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/screenshots.html (original)
+++ zeppelin/site/screenshots.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>

Modified: zeppelin/site/sitemap.txt
URL: http://svn.apache.org/viewvc/zeppelin/site/sitemap.txt?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/sitemap.txt (original)
+++ zeppelin/site/sitemap.txt Fri Mar 31 14:59:26 2017
@@ -3,8 +3,8 @@ http://zeppelin.apache.org/assets
 http://zeppelin.apache.org/atom.xml
 http://zeppelin.apache.org/community
 http://zeppelin.apache.org/contribution/contributions
-http://zeppelin.apache.org/documentation
 http://zeppelin.apache.org/contribution/documentation
+http://zeppelin.apache.org/documentation
 http://zeppelin.apache.org/download
 http://zeppelin.apache.org/contribution/zeppelinweb/goodPracticeGuide01
 http://zeppelin.apache.org/contribution/zeppelinweb/goodPracticeGuide02
@@ -24,3 +24,4 @@ http://zeppelin.apache.org/releases/zepp
 http://zeppelin.apache.org/releases/zeppelin-release-0.6.1
 http://zeppelin.apache.org/releases/zeppelin-release-0.6.2
 http://zeppelin.apache.org/releases/zeppelin-release-0.7.0
+http://zeppelin.apache.org/releases/zeppelin-release-0.7.1

Modified: zeppelin/site/supported_interpreters.html
URL: http://svn.apache.org/viewvc/zeppelin/site/supported_interpreters.html?rev=1789699&r1=1789698&r2=1789699&view=diff
==============================================================================
--- zeppelin/site/supported_interpreters.html (original)
+++ zeppelin/site/supported_interpreters.html Fri Mar 31 14:59:26 2017
@@ -98,12 +98,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -208,6 +208,12 @@
       
     
   
+    
+      
+        
+      
+    
+  
 
 
 
@@ -227,10 +233,10 @@
               <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.1">0.7.1</a></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="documentation.html">Older Versions</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
@@ -298,6 +304,7 @@ Please check the below table before you
 <table class="table-configuration" style="text-align:center" id="comparing-version">
   <tr>
     <th style="width:10%">Zeppelin</th>
+    <th style="width:22%">0.7.1</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>
@@ -310,6 +317,9 @@ Please check the below table before you
     <td rowspan="2">
         1.4.x, 1.5.x, 1.6.x, 2.0.x <strong>2.1.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>
         1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x, <strong>2.0.0</strong>
     </td>
@@ -362,6 +372,18 @@ Please check the below table before you
       <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>N/A</td>
   </tr>
   <tr>
@@ -369,6 +391,7 @@ Please check the below table before you
       <h6><a href="https://pig.apache.org/" target="_blank">Pig</a></h6>
     </td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
     <td>N/A</td>
     <td>N/A</td>
@@ -379,6 +402,7 @@ Please check the below table before you
       <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>O</td>
     <td>N/A</td>
     <td>N/A</td>
     <td>N/A</td>
@@ -388,6 +412,7 @@ Please check the below table before you
       <h6 style="display: inline;"><a href="https://github.com/spotify/scio/" target="_blank">Scio</a></h6>
     </td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
     <td>N/A</td>
     <td>N/A</td>
@@ -398,6 +423,7 @@ Please check the below table before you
     </td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
     <td>N/A</td>
   </tr>
@@ -408,6 +434,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -417,6 +444,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -426,6 +454,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -435,6 +464,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -444,6 +474,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>N/A</td>
   </tr>
   <tr>
@@ -455,6 +486,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -464,6 +496,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -473,6 +506,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -482,6 +516,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -491,6 +526,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -500,6 +536,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -508,6 +545,7 @@ Please check the below table before you
     <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>
@@ -517,6 +555,7 @@ Please check the below table before you
     <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>
@@ -527,6 +566,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -537,11 +577,13 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
       <h6><a href="https://ignite.apache.org/" target="_blank">Ignite</a></h6>
     </td>
+    <td>1.9.0</td>
     <td>1.7.0</td>
     <td>1.7.0</td>
     <td>1.6.0</td>
@@ -555,6 +597,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -564,6 +607,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
   </tr>
   <tr>
     <td>
@@ -572,6 +616,7 @@ Please check the below table before you
     <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>
@@ -581,6 +626,7 @@ Please check the below table before you
     <td>O</td>
     <td>O</td>
     <td>O</td>
+    <td>O</td>
     <td>O</td>
   </tr>
 </table>