Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html Tue Jun 13 16:55:32 2017 @@ -135,6 +135,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#network">Network</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Angular API</b><span></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li> @@ -152,6 +153,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-mongodb">MongoDB Storage</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>REST API</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-zeppelin-server.html">Zeppelin Server API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li> @@ -163,6 +165,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html">Shiro Authentication</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html">Notebook Authorization</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html">Data Source Authorization</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/helium_authorization.html">Helium Authorization</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Helium Framework (Experimental)</b></span></li> <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing Zeppelin Application</a></li>
Added: zeppelin/site/docs/0.8.0-SNAPSHOT/security/helium_authorization.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/security/helium_authorization.html?rev=1798613&view=auto ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/security/helium_authorization.html (added) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/security/helium_authorization.html Tue Jun 13 16:55:32 2017 @@ -0,0 +1,260 @@ + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Apache Zeppelin 0.8.0-SNAPSHOT Documentation: Helium Authorization in Apache Zeppelin</title> + <meta name="description" content="Apache Zeppelin supports Helium plugins which fetch required installer packages from remote registry/repositories"> + <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.8.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet"> + <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css"> + <link href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script> + <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/docs.js"></script> + <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/anchor.min.js"></script> + <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/toc.js"></script> + <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/lunr.min.js"></script> + <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script> + + <!-- atom & rss feed --> + <link href="/docs/0.8.0-SNAPSHOT/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> + <link href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT"> + <span><small>0.8.0-SNAPSHOT</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.8.0-SNAPSHOT/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.8.0-SNAPSHOT/install/install.html">Install</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/install/configuration.html">Configuration</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/install/upgrade.html">Upgrade Zeppelin Version</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/install/build.html">Build from source</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/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.8.0-SNAPSHOT/manual/interpreterinstallation.html">Interpreter Installation</a></li> + <!--<li><a href="/docs/0.8.0-SNAPSHOT/manual/dynamicinterpreterload.html">Dynamic Interpreter Loading</a></li>--> + <li><a href="/docs/0.8.0-SNAPSHOT/manual/dependencymanagement.html">Interpreter Dependency Management</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/manual/userimpersonation.html">Interpreter User Impersonation</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/interpreter/alluxio.html">Alluxio</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/beam.html">Beam</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/bigquery.html">BigQuery</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/cassandra.html">Cassandra</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/elasticsearch.html">Elasticsearch</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/flink.html">Flink</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/geode.html">Geode</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/groovy.html">Groovy</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/hbase.html">HBase</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/hdfs.html">HDFS</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/hive.html">Hive</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/ignite.html">Ignite</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html">JDBC</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/kylin.html">Kylin</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/python.html">Python</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/scio.html">Scio</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/shell.html">Shell</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#network">Network</a></li> + <li role="separator" class="divider"></li> + <li class="title"><span><b>Angular API</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-local-git-repository">Git Storage</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-s3">S3 Storage</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-mongodb">MongoDB Storage</a></li> + <li role="separator" class="divider"></li> + <li class="title"><span><b>REST API</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-zeppelin-server.html">Zeppelin Server API</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter API</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-configuration.html">Configuration API</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-credential.html">Credential API</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/security/shiroauthentication.html">Shiro Authentication</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html">Notebook Authorization</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html">Data Source Authorization</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/helium_authorization.html">Helium Authorization</a></li> + <li role="separator" class="divider"></li> + <li class="title"><span><b>Helium Framework (Experimental)</b></span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing Zeppelin Application</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinspell.html">Writing Zeppelin Spell</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinvisualization.html">Writing Zeppelin Visualization: Basics</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinvisualization_transformation.html">Writing Zeppelin Visualization: Transformation</a></li> + <li role="separator" class="divider"></li> + <li class="title"><span><b>Advanced</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/install/virtual_machine.html">Zeppelin on Vagrant VM</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark Cluster Mode (Standalone)</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark Cluster Mode (YARN)</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark Cluster Mode (Mesos)</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/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.8.0-SNAPSHOT/development/writingzeppelininterpreter.html">Writing Zeppelin Interpreter</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/development/howtocontribute.html">How to contribute (code)</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/development/howtocontributewebsite.html">How to contribute (website)</a></li> + </ul> + </li> + <li> + <a href="/docs/0.8.0-SNAPSHOT/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 Helium Authorization in 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>Helium Authorization in Apache Zeppelin</h1> + +<div id="toc"></div> + +<h2>How to configure proxies?</h2> + +<p>Set <strong>http_proxy</strong> and <strong>https_proxy</strong> env variables to allow connection to npm registry behind a corporate firewall.</p> + + </div> +</div> + + + <hr> + <footer> + <!-- <p>© 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/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html Tue Jun 13 16:55:32 2017 @@ -135,6 +135,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#network">Network</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Angular API</b><span></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li> @@ -152,6 +153,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-mongodb">MongoDB Storage</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>REST API</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-zeppelin-server.html">Zeppelin Server API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li> @@ -163,6 +165,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html">Shiro Authentication</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html">Notebook Authorization</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html">Data Source Authorization</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/helium_authorization.html">Helium Authorization</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Helium Framework (Experimental)</b></span></li> <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing Zeppelin Application</a></li> Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html Tue Jun 13 16:55:32 2017 @@ -135,6 +135,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#network">Network</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Angular API</b><span></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li> @@ -152,6 +153,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-mongodb">MongoDB Storage</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>REST API</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-zeppelin-server.html">Zeppelin Server API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li> @@ -163,6 +165,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html">Shiro Authentication</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html">Notebook Authorization</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html">Data Source Authorization</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/helium_authorization.html">Helium Authorization</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Helium Framework (Experimental)</b></span></li> <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing Zeppelin Application</a></li> @@ -314,6 +317,10 @@ Create a keystore file using the hadoop <code>activeDirectoryRealm.hadoopSecurityCredentialPath = jceks://file/user/zeppelin/conf/zeppelin.jceks</code></p> <h3>LDAP</h3> + +<p>Two options exist for configuring an LDAP Realm. The simpler to use is the LdapGroupRealm. How ever it has limited +flexibility with mapping of ldap groups to users and for authorization for user groups. A sample configuration file for +this realm is given below.</p> <div class="highlight"><pre><code class="text language-text" data-lang="text">ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm # search base for ldap groups (only relevant for LdapGroupRealm): ldapRealm.contextFactory.environment[ldap.searchBase] = dc=COMPANY,dc=COM @@ -321,6 +328,61 @@ ldapRealm.contextFactory.url = ldap://ld ldapRealm.userDnTemplate = uid={0},ou=Users,dc=COMPANY,dc=COM ldapRealm.contextFactory.authenticationMechanism = simple </code></pre></div> +<p>The other more flexible option is to use the LdapRealm. It allows for mapping of ldapgroups to roles and also allows for + role/group based authentication into the zeppelin server. Sample configuration for this realm is given below. + ``` +[main] +ldapRealm=org.apache.zeppelin.realm.LdapRealm</p> + +<p>ldapRealm.contextFactory.authenticationMechanism=simple +ldapRealm.contextFactory.url=ldap://localhost:33389 +ldapRealm.userDnTemplate=uid={0},ou=people,dc=hadoop,dc=apache,dc=org</p> + +<h1>Ability to set ldap paging Size if needed default is 100</h1> + +<p>ldapRealm.pagingSize = 200 +ldapRealm.authorizationEnabled=true +ldapRealm.contextFactory.systemAuthenticationMechanism=simple +ldapRealm.searchBase=dc=hadoop,dc=apache,dc=org +ldapRealm.userSearchBase = dc=hadoop,dc=apache,dc=org +ldapRealm.groupSearchBase = ou=groups,dc=hadoop,dc=apache,dc=org +ldapRealm.groupObjectClass=groupofnames</p> + +<h1>Allow userSearchAttribute to be customized</h1> + +<p>ldapRealm.userSearchAttributeName = sAMAccountName +ldapRealm.memberAttribute=member</p> + +<h1>force usernames returned from ldap to lowercase useful for AD</h1> + +<p>ldapRealm.userLowerCase = true </p> + +<h1>ability set searchScopes subtree (default), one, base</h1> + +<p>ldapRealm.userSearchScope = subtree; +ldapRealm.groupSearchScope = subtree; +ldapRealm.memberAttributeValueTemplate=cn={0},ou=people,dc=hadoop,dc=apache,dc=org +ldapRealm.contextFactory.systemUsername=uid=guest,ou=people,dc=hadoop,dc=apache,dc=org +ldapRealm.contextFactory.systemPassword=S{ALIAS=ldcSystemPassword}</p> + +<h1>enable support for nested groups using the LDAP<em>MATCHING</em>RULE<em>IN</em>CHAIN operator</h1> + +<p>ldapRealm.groupSearchEnableMatchingRuleInChain = true</p> + +<h1>optional mapping from physical groups to logical application roles</h1> + +<p>ldapRealm.rolesByGroup = LDN<em>USERS: user</em>role, NYK<em>USERS: user</em>role, HKG<em>USERS: user</em>role, GLOBAL<em>ADMIN: admin</em>role</p> + +<h1>optional list of roles that are allowed to authenticate. Incase not present all groups are allowed to authenticate (login).</h1> + +<h1>This changes nothing for url specific permissions that will continue to work as specified in [urls].</h1> + +<p>ldapRealm.allowedRolesForAuthentication = admin<em>role,user</em>role +ldapRealm.permissionsByRole= user<em>role = <em>:ToDoItemsJdo:</em>:<em>, *:ToDoItem:</em>:*; admin</em>role = * +securityManager.sessionManager = $sessionManager +securityManager.realms = $ldapRealm + ```</p> + <h3>PAM</h3> <p><a href="https://en.wikipedia.org/wiki/Pluggable_authentication_module">PAM</a> authentication support allows the reuse of existing authentication Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt Tue Jun 13 16:55:32 2017 @@ -66,12 +66,14 @@ http://zeppelin.apache.org/rest-api/rest http://zeppelin.apache.org/rest-api/rest-interpreter.html http://zeppelin.apache.org/rest-api/rest-notebook.html http://zeppelin.apache.org/rest-api/rest-notebookRepo.html +http://zeppelin.apache.org/rest-api/rest-zeppelin-server.html http://zeppelin.apache.org/rss.xml http://zeppelin.apache.org/screenshots.html http://zeppelin.apache.org/search.html http://zeppelin.apache.org/search_data.json http://zeppelin.apache.org/security/authentication.html http://zeppelin.apache.org/security/datasource_authorization.html +http://zeppelin.apache.org/security/helium_authorization.html http://zeppelin.apache.org/security/notebook_authorization.html http://zeppelin.apache.org/security/shiroauthentication.html http://zeppelin.apache.org/sitemap.txt Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/storage/storage.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/storage/storage.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/storage/storage.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/storage/storage.html Tue Jun 13 16:55:32 2017 @@ -135,6 +135,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#text">Text</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#html">Html</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#network">Network</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Angular API</b><span></li> <li><a href="/docs/0.8.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li> @@ -152,6 +153,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/storage/storage.html#notebook-storage-in-mongodb">MongoDB Storage</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>REST API</b><span></li> + <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-zeppelin-server.html">Zeppelin Server API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-interpreter.html">Interpreter API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebook.html">Notebook API</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li> @@ -163,6 +165,7 @@ <li><a href="/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html">Shiro Authentication</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/notebook_authorization.html">Notebook Authorization</a></li> <li><a href="/docs/0.8.0-SNAPSHOT/security/datasource_authorization.html">Data Source Authorization</a></li> + <li><a href="/docs/0.8.0-SNAPSHOT/security/helium_authorization.html">Helium Authorization</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Helium Framework (Experimental)</b></span></li> <li><a href="/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html">Writing Zeppelin Application</a></li> Modified: zeppelin/site/documentation.html URL: http://svn.apache.org/viewvc/zeppelin/site/documentation.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/documentation.html (original) +++ zeppelin/site/documentation.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> @@ -293,6 +299,7 @@ limitations under the License. <h1>Apache Zeppelin Documentation</h1> <ul> +<li><a href="docs/0.7.0">Zeppelin 0.7.0</a></li> <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> Modified: zeppelin/site/download.html URL: http://svn.apache.org/viewvc/zeppelin/site/download.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/download.html (original) +++ zeppelin/site/download.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> @@ -292,27 +298,27 @@ limitations under the License. <h1>Download Apache Zeppelin</h1> -<p>The latest release of Apache Zeppelin is <strong>0.7.1</strong>.</p> +<p>The latest release of Apache Zeppelin is <strong>0.7.2</strong>.</p> <ul> -<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> +<li><p>0.7.2 released on Jun 12, 2017 (<a href="./releases/zeppelin-release-0.7.2.html">release notes</a>) (<a href="https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.2">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.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> +<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, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.asc">pgp</a>, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.md5">md5</a>, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.sha512">sha</a>)</p></li> +<li>Binary package with Spark interpreter and interpreter net-install script (<a href="../../docs/0.7.2/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.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, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.asc">pgp</a>, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.md5">md5</a>, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.sha512">sha</a>)</p></li> <li>Source: -<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> +<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, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.asc">pgp</a>, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.md5">md5</a>, +<a href="https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.sha512">sha</a>)</li> </ul></li> </ul> @@ -327,6 +333,26 @@ limitations under the License. <h2>Old releases</h2> <ul> +<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: +<a style="cursor:pointer" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.1'); window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz'">zeppelin-0.7.1-bin-all.tgz</a> (712 MB, +<a href="https://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.asc">pgp</a>, +<a href="https://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.md5">md5</a>, +<a href="https://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.sha512">sha</a>)</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>): +<a style="cursor:pointer" 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</a> (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>)</li> +<li>Source: +<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>) +<p /></li> +</ul></li> <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> Modified: zeppelin/site/helium_packages.html URL: http://svn.apache.org/viewvc/zeppelin/site/helium_packages.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/helium_packages.html (original) +++ zeppelin/site/helium_packages.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> Modified: zeppelin/site/index.html URL: http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/index.html (original) +++ zeppelin/site/index.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.5.0-incubating.html (original) +++ zeppelin/site/releases/zeppelin-release-0.5.0-incubating.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.5.5-incubating.html (original) +++ zeppelin/site/releases/zeppelin-release-0.5.5-incubating.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.5.6-incubating.html (original) +++ zeppelin/site/releases/zeppelin-release-0.5.6-incubating.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.6.0.html (original) +++ zeppelin/site/releases/zeppelin-release-0.6.0.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.6.1.html (original) +++ zeppelin/site/releases/zeppelin-release-0.6.1.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.6.2.html (original) +++ zeppelin/site/releases/zeppelin-release-0.6.2.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.7.0.html (original) +++ zeppelin/site/releases/zeppelin-release-0.7.0.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> Modified: 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.7.1.html (original) +++ zeppelin/site/releases/zeppelin-release-0.7.1.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> Added: zeppelin/site/releases/zeppelin-release-0.7.2.html URL: http://svn.apache.org/viewvc/zeppelin/site/releases/zeppelin-release-0.7.2.html?rev=1798613&view=auto ============================================================================== --- zeppelin/site/releases/zeppelin-release-0.7.2.html (added) +++ zeppelin/site/releases/zeppelin-release-0.7.2.html Tue Jun 13 16:55:32 2017 @@ -0,0 +1,357 @@ + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Apache Zeppelin Release 0.7.2</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.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> + <li role="separator" class="divider"></li> + <li><span><b>Snapshot</b> (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.2"> + <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.2</h2> + +<p>The Apache Zeppelin community is pleased to announce the availability of the 0.7.2 release.</p> + +<p>The community put significant effort into improving Apache Zeppelin since the last release. +25 contributors provided 50+ patches for improvements and bug fixes. +More than 40+ 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> + +<p><br /> +You can visit <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12340231&projectId=12316221">issue tracker</a> for full list of issues that are resolved.</p> + +<p><br /></p> + +<h3>Contributors</h3> + +<p>This release would not be possible without the following community members' contributions:</p> + +<p>Jeff Zhang, Hoon Park, Lee moon soo, Prabhjyot Singh, soralee, AhyoungRyu, Khalid Huseynov, Nelson Costa, Benoy Antony, Christian Fries, CloverHearts, Vipin Rathor, LeiWang, Mina Lee, Jongyoul Lee, sravan, Frank Rosner, Paul Brenner, Elek Márton, Renjith Kamath, Sohaib Iftikhar, William Markito Oliveira, andrea, sergeymazin</p> + +<p>The following people helped verifying this release:</p> + +<p>moon soo Lee, Jongyoul Lee, Felix Cheung, Prabhjyot Singh, Hyung Sung Shim, Sora Lee, Jeff Zhang</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>© 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=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/rss.xml (original) +++ zeppelin/site/rss.xml Tue Jun 13 16:55:32 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-31T23:46:41+09:00</lastBuildDate> - <pubDate>2017-03-31T23:46:41+09:00</pubDate> + <lastBuildDate>2017-06-13T09:46:55-07:00</lastBuildDate> + <pubDate>2017-06-13T09:46:55-07:00</pubDate> <ttl>1800</ttl> Modified: zeppelin/site/screenshots.html URL: http://svn.apache.org/viewvc/zeppelin/site/screenshots.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/screenshots.html (original) +++ zeppelin/site/screenshots.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> Modified: zeppelin/site/sitemap.txt URL: http://svn.apache.org/viewvc/zeppelin/site/sitemap.txt?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/sitemap.txt (original) +++ zeppelin/site/sitemap.txt Tue Jun 13 16:55:32 2017 @@ -25,3 +25,4 @@ http://zeppelin.apache.org/releases/zepp 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 +http://zeppelin.apache.org/releases/zeppelin-release-0.7.2 Modified: zeppelin/site/supported_interpreters.html URL: http://svn.apache.org/viewvc/zeppelin/site/supported_interpreters.html?rev=1798613&r1=1798612&r2=1798613&view=diff ============================================================================== --- zeppelin/site/supported_interpreters.html (original) +++ zeppelin/site/supported_interpreters.html Tue Jun 13 16:55:32 2017 @@ -214,11 +214,17 @@ + + + + + + + - <!-- Download --> <li id="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -233,8 +239,8 @@ <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.2">0.7.2</a></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> @@ -304,7 +310,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.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>