Author: ahyoungryu
Date: Mon Sep 12 04:12:52 2016
New Revision: 1760289
URL: http://svn.apache.org/viewvc?rev=1760289&view=rev
Log:
Deploy to asf-zeppelin
Modified:
zeppelin/site/assets/themes/zeppelin/css/style.css
zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png
zeppelin/site/assets/themes/zeppelin/img/screenshots/form_input.png
zeppelin/site/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png
zeppelin/site/atom.xml
zeppelin/site/index.html
zeppelin/site/rss.xml
zeppelin/site/screenshots.html
zeppelin/site/sitemap.txt
Modified: zeppelin/site/assets/themes/zeppelin/css/style.css
URL:
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/css/style.css?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
--- zeppelin/site/assets/themes/zeppelin/css/style.css (original)
+++ zeppelin/site/assets/themes/zeppelin/css/style.css Mon Sep 12 04:12:52 2016
@@ -11,12 +11,6 @@ body {
letter-spacing: .2px;
}
-.logopage_container {
- display: inline-block;
- vertical-align: middle;
- margin: 10px 20px;
-}
-
.jumbotron {
background-color: #3071a9;
}
@@ -27,7 +21,7 @@ body {
}
.jumbotron p {
- font-size: 19px;
+ font-size: 19px;
}
.jumbotron .btn {
@@ -142,6 +136,46 @@ body {
background: #3071a9;
}
+.scrollable-menu {
+ max-height: 500px;
+ overflow: auto;
+}
+
+.scrollable-menu::-webkit-scrollbar {
+ -webkit-appearance: none;
+ width: 7px;
+}
+
+.scrollable-menu::-webkit-scrollbar-thumb {
+ border-radius: 3px;
+ background-color: gray;
+}
+
+.index-header {
+ font-size: 16px;
+ font-style: italic;
+ margin-bottom: 15px;
+ margin-top: 15px;
+}
+
+.index-description {
+ line-height: 1.6;
+ padding: 10px;
+}
+
+@media (max-width: 768px) {
+ .navbar-collapse.in {
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
+ }
+
+ .bigFingerButton {
+ margin-top: 12px;
+ display: block;
+ margin-right: auto;
+ margin-left: auto;
+ }
+}
+
.bigFingerButton {
margin-right: 10px;
}
@@ -160,31 +194,6 @@ body {
outline-width: 0;
}
-/* SideMenu */
-
-.sideMenu li {
- list-style: none;
- border: 1px solid #c2c2c2;
- border-bottom: none;
- padding: 5px 10px;
-}
-
-.sideMenu li a {
- text-decoration: none;
- color: #3071a9;
-}
-
-.sideMenu li:first-of-type {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-
-.sideMenu li:last-of-type {
- border-bottom: 1px solid #c2c2c2;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
@@ -220,6 +229,15 @@ body {
margin-bottom: 0;
}
+@media screen and (min-width: 768px) {
+ .carousel-indicators {
+ margin-bottom: -60px;
+ }
+ .carousel-caption {
+ padding-bottom: 60px;
+ }
+}
+
/* screenshot img inside of doc */
.screenshot {
width: 800px;
@@ -238,14 +256,29 @@ body {
/* Custom container */
.content {
word-wrap: break-word;
- max-width: 1024px;
- padding: 2rem 2rem;
- margin: 0 auto;
}
.content :first-child {
margin-top: 0;
}
+@media screen and (min-width: 64em) {
+ .content {
+ max-width: 64em;
+ padding: 2rem 6rem;
+ margin: 0 auto;
+ }
+}
+@media screen and (min-width: 42em) and (max-width: 64em) {
+ .content {
+ padding: 2rem 4rem;
+ }
+}
+@media screen and (max-width: 42em) {
+ .content {
+ padding: 2rem 1rem;
+ }
+}
+
/* <a> */
.content a {
color: #4183C4;
@@ -261,7 +294,7 @@ a.anchor {
position: absolute;
top: 0;
left: 0;
- bottom: 0;
+ bottom: 0;
}
/* <hn> */
@@ -405,11 +438,12 @@ a.anchor {
.content table {
display: block;
width: 100%;
- overflow: auto;
word-break: normal;
word-break: keep-all;
-webkit-overflow-scrolling: touch;
- font-size: 90%;
+ font-size: 87%;
+ margin-top: 16px;
+ margin-bottom: 16px;
}
.content table th {
font-weight: bold;
@@ -495,8 +529,9 @@ a.anchor {
.navbar-brand small {
font-size: 14px;
- font-family: 'Helvetica Neue', Helvetica;
+ font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
color: white;
+ vertical-align: bottom;
}
.navbar-collapse.collapse {
@@ -517,6 +552,46 @@ a.anchor {
background: #286090;
}
+a.anchorjs-link:hover { text-decoration: none; }
+
+/* Table of Contents(TOC) */
+#toc {
+ padding-top: 12px;
+ padding-bottom: 12px;
+}
+
+#toc ul {
+ margin-left: -14px;
+}
+
+#toc ul ul {
+ margin-left: -18px;
+}
+
+/* Search Page */
+#search p {
+ font-size: 30px;
+ font-weight: bold;
+ color: black;
+}
+
+#search_results p {
+ font-size: 13px;
+ font-weight: 400;
+}
+
+#search_results a {
+ vertical-align: super;
+ font-size: 16px;
+ text-decoration: underline;
+}
+
+#search_results .link {
+ font-size: 13px;
+ color: #008000;
+ padding-bottom: 3px;
+}
+
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
.jumbotron h1 {
@@ -552,6 +627,11 @@ and (max-width: 1024px) {
font-size: 13px;
}
+#menu .title {
+ padding-bottom: 8px;
+ color: #3071a9;
+}
+
#menu .caret {
border-top-color: white;
border-bottom-color: white;
@@ -577,48 +657,14 @@ and (max-width: 1024px) {
font-size: 13px;
}
-/*
-** Media Queries CSS
-*/
-
-
-
-@media (max-width: 991px) {
- .navbar-inverse .navbar-brand {
- font-size: 28px;
- }
-
- .content {
- padding: 2rem 4rem;
- }
-}
-
-@media (max-width: 768px) {
- .navbar-collapse.in {
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
- }
-
- .bigFingerButton {
- margin-top: 12px;
- display: block;
- margin-right: auto;
- margin-left: auto;
- }
-
- .sideMenu {
- margin-bottom: 15px;
- }
-
- .content {
- padding: 2rem 2rem;
+@media only screen and (max-width: 480px) {
+ #menu .title {
+ color: #bbb;
}
}
-@media screen and (min-width: 768px) {
- .carousel-indicators {
- margin-bottom: -60px;
- }
- .carousel-caption {
- padding-bottom: 60px;
+@media only screen and (max-width: 768px) {
+ #menu .title {
+ color: #bbb;
}
}
Modified: zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png
URL:
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
Binary files - no diff available.
Modified: zeppelin/site/assets/themes/zeppelin/img/screenshots/form_input.png
URL:
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/img/screenshots/form_input.png?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
Binary files - no diff available.
Modified:
zeppelin/site/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png
URL:
http://svn.apache.org/viewvc/zeppelin/site/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
Binary files - no diff available.
Modified: zeppelin/site/atom.xml
URL:
http://svn.apache.org/viewvc/zeppelin/site/atom.xml?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
--- zeppelin/site/atom.xml (original)
+++ zeppelin/site/atom.xml Mon Sep 12 04:12:52 2016
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
-
+
<title>Apache Zeppelin</title>
<link href="http://zeppelin.apache.org/" rel="self"/>
<link href="http://zeppelin.apache.org"/>
- <updated>2016-09-07T16:39:01+09:00</updated>
+ <updated>2016-09-12T13:08:09+09:00</updated>
<id>http://zeppelin.apache.org</id>
<author>
<name>The Apache Software Foundation</name>
@@ -12,5 +12,5 @@
</author>
-
-</feed>
\ No newline at end of file
+
+</feed>
Modified: zeppelin/site/index.html
URL:
http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Mon Sep 12 04:12:52 2016
@@ -1,10 +1,9 @@
-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Zeppelin</title>
+ <title>Apache Zeppelin 0.7.0-SNAPSHOT Documentation: </title>
<meta name="author" content="The Apache Software Foundation">
@@ -13,9 +12,11 @@
<!-- 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>
+ <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="/assets/themes/zeppelin/bootstrap/css/bootstrap.css"
rel="stylesheet">
<link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet"
type="text/css">
@@ -31,6 +32,11 @@
<!-- Js -->
<script src="https://code.jquery.com/jquery-1.10.2.min.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/toc.js"></script>
+ <script src="/assets/themes/zeppelin/js/lunr.min.js"></script>
+ <script src="/assets/themes/zeppelin/js/search.js"></script>
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate"
title="Sitewide ATOM Feed">
@@ -39,7 +45,7 @@
<body>
- <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+ <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">
@@ -48,178 +54,132 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="/">
+ <a class="navbar-brand" href="">
<img src="/assets/themes/zeppelin/img/zeppelin_logo.png"
width="50" alt="I'm zeppelin">
- Apache Zeppelin
+ <span style="vertical-align:middle">Zeppelin</span>
+ <span
style="vertical-align:baseline"><small>0.7.0-SNAPSHOT</small></span>
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">
- <ul class="nav navbar-nav navbar-right">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li><a href="/community.html">Community</a></li>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li><a href="/download.html">Download</a></li>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- Docs -->
- <li id="docs">
- <a href="#" data-toggle="dropdown"
class="dropdown-toggle">Docs<b class="caret"></b></a>
+ <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="/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="/install/install.html">Install</a></li>
+ <li><a
href="/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
+ <li><a href="/quickstart/explorezeppelinui.html">Explore
Zeppelin UI</a></li>
+ <li><a href="/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="/manual/dynamicform.html">Dynamic Form</a></li>
+ <li><a href="/manual/publish.html">Publish your
Paragraph</a></li>
+ <li><a href="/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="/install/upgrade.html">Upgrade Zeppelin
Version</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="/manual/interpreters.html">Overview</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Usage</b><span></li>
+ <li><a href="/manual/interpreterinstallation.html">Interpreter
Installation</a></li>
+ <!--<li><a href="/manual/dynamicinterpreterload.html">Dynamic
Interpreter Loading</a></li>-->
+ <li><a href="/manual/dependencymanagement.html">Interpreter
Dependency Management</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Available
Interpreters</b><span></li>
+ <li><a href="/interpreter/alluxio.html">Alluxio</a></li>
+ <li><a href="/interpreter/bigquery.html">BigQuery</a></li>
+ <li><a href="/interpreter/cassandra.html">Cassandra</a></li>
+ <li><a
href="/interpreter/elasticsearch.html">Elasticsearch</a></li>
+ <li><a href="/interpreter/flink.html">Flink</a></li>
+ <li><a href="/interpreter/geode.html">Geode</a></li>
+ <li><a href="/interpreter/hbase.html">HBase</a></li>
+ <li><a href="/interpreter/hdfs.html">HDFS</a></li>
+ <li><a href="/interpreter/hive.html">Hive</a></li>
+ <li><a href="/interpreter/ignite.html">Ignite</a></li>
+ <li><a href="/interpreter/jdbc.html">JDBC</a></li>
+ <li><a href="/interpreter/lens.html">Lens</a></li>
+ <li><a href="/interpreter/livy.html">Livy</a></li>
+ <li><a href="/interpreter/markdown.html">Markdown</a></li>
+ <li><a href="/interpreter/python.html">Python</a></li>
+ <li><a href="/interpreter/postgresql.html">Postgresql,
HAWQ</a></li>
+ <li><a href="/interpreter/r.html">R</a></li>
+ <li><a href="/interpreter/scalding.html">Scalding</a></li>
+ <li><a href="/interpreter/shell.html">Shell</a></li>
+ <li><a href="/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><span><b>Release</b><span></li>
- <li><a href="/docs/0.6.1">0.6.1</a></li>
- <li><a href="/docs/0.6.0">0.6.0</a></li>
- <li><a href="/docs/0.5.6-incubating">0.5.6-incubating</a></li>
- <li><a href="/docs/0.5.5-incubating">0.5.5-incubating</a></li>
- <li><a href="/docs/0.5.0-incubating">0.5.0-incubating</a></li>
+ <li class="title"><span><b>Basic Display System</b><span></li>
+ <li><a
href="/displaysystem/basicdisplaysystem.html#text">Text</a></li>
+ <li><a
href="/displaysystem/basicdisplaysystem.html#html">Html</a></li>
+ <li><a
href="/displaysystem/basicdisplaysystem.html#table">Table</a></li>
<li role="separator" class="divider"></li>
- <li><span><b>Snapshot</b> (development)<span></li>
- <li><a href="/docs/0.7.0-SNAPSHOT">0.7.0-SNAPSHOT</a></li>
+ <li class="title"><span><b>Angular API</b><span></li>
+ <li><a href="/displaysystem/back-end-angular.html">Angular
(backend API)</a></li>
+ <li><a href="/displaysystem/front-end-angular.html">Angular
(frontend API)</a></li>
</ul>
</li>
-
- <li><a
href="https://github.com/apache/incubator-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>
+ <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="/storage/storage.html#notebook-storage-in-local-git-repository">Git
Storage</a></li>
+ <li><a href="/storage/storage.html#notebook-storage-in-s3">S3
Storage</a></li>
+ <li><a
href="/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
+ <li><a
href="/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="/rest-api/rest-interpreter.html">Interpreter
API</a></li>
+ <li><a href="/rest-api/rest-notebook.html">Notebook
API</a></li>
+ <li><a href="/rest-api/rest-configuration.html">Configuration
API</a></li>
+ <li><a href="/rest-api/rest-credential.html">Credential
API</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Security</b><span></li>
+ <li><a href="/security/authentication.html">Authentication for
NGINX</a></li>
+ <li><a href="/security/shiroauthentication.html">Shiro
Authentication</a></li>
+ <li><a href="/security/notebook_authorization.html">Notebook
Authorization</a></li>
+ <li><a href="/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="/install/virtual_machine.html">Zeppelin on
Vagrant VM</a></li>
+ <li><a
href="/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark
Cluster Mode (Standalone)</a></li>
+ <li><a
href="/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark
Cluster Mode (YARN)</a></li>
+ <li><a
href="/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark
Cluster Mode (Mesos)</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Contibute</b><span></li>
+ <li><a
href="/development/writingzeppelininterpreter.html">Writing Zeppelin
Interpreter</a></li>
+ <li><a
href="/development/writingzeppelinapplication.html">Writing Zeppelin
Application (Experimental)</a></li>
+ <li><a href="/development/howtocontribute.html">How to
contribute (code)</a></li>
+ <li><a href="/development/howtocontributewebsite.html">How to
contribute (website)</a></li>
</ul>
</li>
</ul>
+ <ul class="nav navbar-nav">
+ <li>
+ <a href="/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="jumbotron">
- <div class="container">
- <h1>Apache Zeppelin</h1>
- <p>A web-based notebook that enables interactive data analytics. <br/>
- You can make beautiful data-driven, interactive and collaborative
documents with SQL, Scala and more.
- </p>
- <p><a href="http://youtu.be/_PQbVH_aO5E" target="_zeppelinVideo"
class="btn btn-primary btn-lg bigFingerButton" role="button">Watch the video</a>
-
- <a href="./download.html" class="btn btn-primary btn-lg
bigFingerButton" role="button">Get Zeppelin</a></p>
- </div>
-</div>
-
-
<div class="content">
-
-<!--<div class="hero-unit Zeppelin">
- <h1> <small>Less Development, More analysis!</small></h1>
+<!--<div class="hero-unit ">
+ <h1></h1>
</div>
-->
@@ -262,34 +222,34 @@ limitations under the License.
<h2>Multiple Language Backend</h2>
-<p><a href="./docs/latest/manual/interpreters.html">Apache Zeppelin
interpreter</a> concept allows any language/data-processing-backend to be
plugged into Zeppelin.
+<p><a href="./manual/interpreters.html">Apache Zeppelin interpreter</a>
concept allows any language/data-processing-backend to be plugged into Zeppelin.
Currently Apache Zeppelin supports many interpreters such as Apache Spark,
Python, JDBC, Markdown and Shell.</p>
<p><img class="img-responsive" width="500px" style="margin:0 auto; padding:
26px;" src="./assets/themes/zeppelin/img/available_interpreters.png" /></p>
-<p>Adding new language-backend is really simple. Learn <a
href="./docs/latest/development/writingzeppelininterpreter.html#make-your-own-interpreter">how
to create a new interpreter</a>.</p>
+<p>Adding new language-backend is really simple. Learn <a
href="./development/writingzeppelininterpreter.html#make-your-own-interpreter">how
to create your own interpreter</a>.</p>
<h4>Apache Spark integration</h4>
<p>Especially, Apache Zeppelin provides built-in <a
href="http://spark.apache.org/">Apache Spark</a> integration. You don't
need to build a separate module, plugin or library for it.</p>
-<p><img class="img-responsive"
src="./assets/themes/zeppelin/img/spark_logo.jpg" width="140px" /></p>
+<p><img class="img-responsive"
src="./assets/themes/zeppelin/img/spark_logo.png" width="140px" /></p>
<p>Apache Zeppelin with Spark integration provides</p>
<ul>
<li>Automatic SparkContext and SQLContext injection</li>
-<li>Runtime jar dependency loading from local filesystem or maven repository.
Learn more about <a
href="./docs/latest/interpreter/spark.html#dependencyloading">dependency
loader</a>.</li>
+<li>Runtime jar dependency loading from local filesystem or maven repository.
Learn more about <a
href="./interpreter/spark.html#dependencyloading">dependency loader</a>.</li>
<li>Canceling job and displaying its progress</li>
</ul>
-<p>For the further information about Apache Spark in Apache Zeppelin, please
see <a href="./docs/latest/interpreter/spark.html">Spark interpreter for Apache
Zeppelin</a>.</p>
+<p>For the further information about Apache Spark in Apache Zeppelin, please
see <a href="./interpreter/spark.html">Spark interpreter for Apache
Zeppelin</a>.</p>
<p><br /></p>
<h2>Data visualization</h2>
-<p>Some basic charts are already included in Apache Zeppelin. Visualizations
are not limited to SparkSQL query, any output from any language backend can be
recognized and visualized.</p>
+<p>Some basic charts are already included in Apache Zeppelin. Visualizations
are not limited to Spark SQL query, any output from any language backend can be
recognized and visualized.</p>
<div class="row">
<div class="col-md-6">
@@ -310,7 +270,7 @@ Currently Apache Zeppelin supports many
</div>
</div>
-<p>Learn more about <a
href="./docs/latest/displaysystem/basicdisplaysystem.html">basic display
systems</a> and Angular API(<a
href="./docs/latest/displaysystem/front-end-angular.html">frontend</a> , <a
href="./docs/latest/displaysystem/back-end-angular.html">backend</a>) in Apache
Zeppelin.</p>
+<p>Learn more about <a href="#display-system">display systems</a> in Apache
Zeppelin.</p>
<p><br /></p>
@@ -322,7 +282,7 @@ Currently Apache Zeppelin supports many
<img class="img-responsive" style="margin: 16px auto;"
src="./assets/themes/zeppelin/img/screenshots/dynamicform.png" />
</div>
</div>
-Learn more about <a href="./docs/latest/manual/dynamicform.html">Dynamic
Forms</a>.</p>
+Learn more about <a href="./manual/dynamicform.html">Dynamic Forms</a>.</p>
<p><br /></p>
@@ -338,7 +298,7 @@ Learn more about <a href="./docs/latest/
<p>Apache Zeppelin provides an URL to display the result only, that page does
not include any menus and buttons inside of notebooks.
You can easily embed it as an iframe inside of your website in this way.
-If you want to learn more about this feature, please visit <a
href="./docs/latest/manual/publish.html">this page</a>.</p>
+If you want to learn more about this feature, please visit <a
href="./manual/publish.html">this page</a>.</p>
<p><br /></p>
@@ -346,39 +306,126 @@ If you want to learn more about this fea
<p><img class="img-responsive" style="margin:0 auto; padding: 15px;"
src="./assets/themes/zeppelin/img/asf_logo.png" width="250px"/></p>
-<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a
href="http://git.apache.org/zeppelin.git">source repository</a> and <a
href="./docs/latest/development/howtocontribute.html">how to contribute</a>.
+<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a
href="http://git.apache.org/zeppelin.git">source repository</a> and <a
href="https://zeppelin.apache.org/contribution/contributions.html">how to
contribute</a>.
Apache Zeppelin has a very active development community.
Join to our <a href="https://zeppelin.apache.org/community.html">Mailing
list</a> and report issues on <a
href="https://issues.apache.org/jira/browse/ZEPPELIN">Jira Issue
tracker</a>.</p>
- </div>
-</div>
+<h2>What is the next ?</h2>
+<h4>Quick Start</h4>
- <hr>
- <footer>
- <!-- <p>© 2016 The Apache Software Foundation</p>-->
- </footer>
- </div>
+<ul>
+<li>Getting Started
-
+<ul>
+<li><a href="./install/install.html">Quick Start</a> for basic instructions on
installing Apache Zeppelin</li>
+<li><a
href="./install/install.html#apache-zeppelin-configuration">Configuration</a>
lists for Apache Zeppelin</li>
+<li><a href="./quickstart/explorezeppelinui.html">Explore Apache Zeppelin
UI</a>: basic components of Apache Zeppelin home</li>
+<li><a href="./quickstart/tutorial.html">Tutorial</a>: a short walk-through
tutorial that uses Apache Spark backend</li>
+</ul></li>
+<li>Basic Feature Guide
+<ul>
+<li><a href="./manual/dynamicform.html">Dynamic Form</a>: a step by step guide
for creating dynamic forms</li>
+<li><a href="./manual/publish.html">Publish your Paragraph</a> results into
your external website</li>
+<li><a href="./manual/notebookashomepage.html">Customize Zeppelin Homepage</a>
with one of your notebooks</li>
+</ul></li>
+<li>More
+<ul>
+<li><a href="./install/upgrade.html">Upgrade Apache Zeppelin Version</a>: a
manual procedure of upgrading Apache Zeppelin version</li>
+</ul></li>
+</ul>
+<h4>Interpreter</h4>
- <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');
+<ul>
+<li><a href="./manual/interpreters.html">Interpreters in Apache Zeppelin</a>:
what is interpreter group? how can you set interpreters in Apache Zeppelin?</li>
+<li>Usage
+
+<ul>
+<li><a href="./manual/interpreterinstallation.html">Interpreter
Installation</a>: Install not only community managed interpreters but also 3rd
party interpreters</li>
+<li><a href="./manual/dependencymanagement.html">Interpreter Dependency
Management</a> when you include external libraries to interpreter</li>
+</ul></li>
+<li>Available Interpreters: currently, about 20 interpreters are available in
Apache Zeppelin.</li>
+</ul>
+
+<h4>Display System</h4>
+
+<ul>
+<li>Basic Display System: <a
href="./displaysystem/basicdisplaysystem.html#text">Text</a>, <a
href="./displaysystem/basicdisplaysystem.html#html">HTML</a>, <a
href="./displaysystem/basicdisplaysystem.html#table">Table</a> is available</li>
+<li>Angular API: a description about avilable backend and frontend AngularJS
API with examples
+
+<ul>
+<li><a href="./displaysystem/back-end-angular.html">Angular (backend
API)</a></li>
+<li><a href="./displaysystem/front-end-angular.html">Angular (frontend
API)</a></li>
+</ul></li>
+</ul>
+
+<h4>More</h4>
+
+<ul>
+<li>Notebook Storage: a guide about saving notebooks to external storage
+
+<ul>
+<li><a
href="./storage/storage.html#notebook-storage-in-local-git-repository">Git
Storage</a></li>
+<li><a href="./storage/storage.html#notebook-storage-in-s3">S3 Storage</a></li>
+<li><a href="./storage/storage.html#notebook-storage-in-azure">Azure
Storage</a></li>
+<li><a href="./storage/storage.html#storage-in-zeppelinhub">ZeppelinHub
Storage</a></li>
+</ul></li>
+<li>REST API: available REST API list in Apache Zeppelin
+
+<ul>
+<li><a href="./rest-api/rest-interpreter.html">Interpreter API</a></li>
+<li><a href="./rest-api/rest-notebook.html">Notebook API</a></li>
+<li><a href="./rest-api/rest-configuration.html">Configuration API</a></li>
+<li><a href="./rest-api/rest-credential.html">Credential API</a></li>
+</ul></li>
+<li>Security: available security support in Apache Zeppelin
+
+<ul>
+<li><a href="./security/authentication.html">Authentication for NGINX</a></li>
+<li><a href="./security/shiroauthentication.html">Shiro Authentication</a></li>
+<li><a href="./security/notebook_authorization.html">Notebook
Authorization</a></li>
+<li><a href="./security/datasource_authorization.html">Data Source
Authorization</a></li>
+</ul></li>
+<li>Advanced
+
+<ul>
+<li><a href="./install/virtual_machine.html">Apache Zeppelin on Vagrant
VM</a></li>
+<li><a href="./install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin
on Spark Cluster Mode (Standalone via Docker)</a></li>
+<li><a href="./install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on
Spark Cluster Mode (YARN via Docker)</a></li>
+<li><a href="./install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin
on Spark Cluster Mode (Mesos via Docker)</a></li>
+</ul></li>
+<li>Contribute
+
+<ul>
+<li><a href="./development/writingzeppelininterpreter.html">Writing Zeppelin
Interpreter</a></li>
+<li><a href="./development/writingzeppelinapplication.html">Writing Zeppelin
Application (Experimental)</a></li>
+<li><a href="./development/howtocontribute.html">How to contribute
(code)</a></li>
+<li><a href="./development/howtocontributewebsite.html">How to contribute
(documentation website)</a></li>
+</ul></li>
+</ul>
+
+<h4>External Resources</h4>
+
+<ul>
+<li><a href="https://zeppelin.apache.org/community.html">Mailing List</a></li>
+<li><a
href="https://cwiki.apache.org/confluence/display/ZEPPELIN/Zeppelin+Home">Apache
Zeppelin Wiki</a></li>
+<li><a
href="http://stackoverflow.com/questions/tagged/apache-zeppelin">StackOverflow
tag <code>apache-zeppelin</code></a></li>
+</ul>
-</script>
+ </div>
+</div>
+ <hr>
+ <footer>
+ <!-- <p>© 2016 The Apache Software Foundation</p>-->
+ </footer>
+ </div>
+
</body>
</html>
Modified: zeppelin/site/rss.xml
URL:
http://svn.apache.org/viewvc/zeppelin/site/rss.xml?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
--- zeppelin/site/rss.xml (original)
+++ zeppelin/site/rss.xml Mon Sep 12 04:12:52 2016
@@ -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>2016-09-07T16:39:01+09:00</lastBuildDate>
- <pubDate>2016-09-07T16:39:01+09:00</pubDate>
+ <lastBuildDate>2016-09-12T13:08:09+09:00</lastBuildDate>
+ <pubDate>2016-09-12T13:08:09+09:00</pubDate>
<ttl>1800</ttl>
Modified: zeppelin/site/screenshots.html
URL:
http://svn.apache.org/viewvc/zeppelin/site/screenshots.html?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
--- zeppelin/site/screenshots.html (original)
+++ zeppelin/site/screenshots.html Mon Sep 12 04:12:52 2016
@@ -1,11 +1,10 @@
-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Screenshots</title>
- <meta name="description" content="">
+ <title>Apache Zeppelin 0.7.0-SNAPSHOT Documentation: </title>
+
<meta name="author" content="The Apache Software Foundation">
<!-- Enable responsive viewport -->
@@ -13,9 +12,11 @@
<!-- 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>
+ <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="/assets/themes/zeppelin/bootstrap/css/bootstrap.css"
rel="stylesheet">
<link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet"
type="text/css">
@@ -31,6 +32,11 @@
<!-- Js -->
<script src="https://code.jquery.com/jquery-1.10.2.min.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/toc.js"></script>
+ <script src="/assets/themes/zeppelin/js/lunr.min.js"></script>
+ <script src="/assets/themes/zeppelin/js/search.js"></script>
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate"
title="Sitewide ATOM Feed">
@@ -39,7 +45,7 @@
<body>
- <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+ <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">
@@ -48,165 +54,131 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="/">
+ <a class="navbar-brand" href="">
<img src="/assets/themes/zeppelin/img/zeppelin_logo.png"
width="50" alt="I'm zeppelin">
- Apache Zeppelin
+ <span style="vertical-align:middle">Zeppelin</span>
+ <span
style="vertical-align:baseline"><small>0.7.0-SNAPSHOT</small></span>
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">
- <ul class="nav navbar-nav navbar-right">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li><a href="/community.html">Community</a></li>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li><a href="/download.html">Download</a></li>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- Docs -->
- <li id="docs">
- <a href="#" data-toggle="dropdown"
class="dropdown-toggle">Docs<b class="caret"></b></a>
+ <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><span><b>Release</b><span></li>
- <li><a href="/docs/0.6.1">0.6.1</a></li>
- <li><a href="/docs/0.6.0">0.6.0</a></li>
- <li><a href="/docs/0.5.6-incubating">0.5.6-incubating</a></li>
- <li><a href="/docs/0.5.5-incubating">0.5.5-incubating</a></li>
- <li><a href="/docs/0.5.0-incubating">0.5.0-incubating</a></li>
+ <li><a href="/index.html">What is Apache Zeppelin ?</a></li>
<li role="separator" class="divider"></li>
- <li><span><b>Snapshot</b> (development)<span></li>
- <li><a href="/docs/0.7.0-SNAPSHOT">0.7.0-SNAPSHOT</a></li>
+ <li class="title"><span><b>Getting Started</b><span></li>
+ <li><a href="/install/install.html">Install</a></li>
+ <li><a
href="/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
+ <li><a href="/quickstart/explorezeppelinui.html">Explore
Zeppelin UI</a></li>
+ <li><a href="/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="/manual/dynamicform.html">Dynamic Form</a></li>
+ <li><a href="/manual/publish.html">Publish your
Paragraph</a></li>
+ <li><a href="/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="/install/upgrade.html">Upgrade Zeppelin
Version</a></li>
</ul>
</li>
-
- <li><a
href="https://github.com/apache/incubator-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>
+ <li>
+ <a href="#" data-toggle="dropdown"
class="dropdown-toggle">Interpreter <b class="caret"></b></a>
+ <ul class="dropdown-menu scrollable-menu">
+ <li><a href="/manual/interpreters.html">Overview</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Usage</b><span></li>
+ <li><a href="/manual/interpreterinstallation.html">Interpreter
Installation</a></li>
+ <!--<li><a href="/manual/dynamicinterpreterload.html">Dynamic
Interpreter Loading</a></li>-->
+ <li><a href="/manual/dependencymanagement.html">Interpreter
Dependency Management</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Available
Interpreters</b><span></li>
+ <li><a href="/interpreter/alluxio.html">Alluxio</a></li>
+ <li><a href="/interpreter/bigquery.html">BigQuery</a></li>
+ <li><a href="/interpreter/cassandra.html">Cassandra</a></li>
+ <li><a
href="/interpreter/elasticsearch.html">Elasticsearch</a></li>
+ <li><a href="/interpreter/flink.html">Flink</a></li>
+ <li><a href="/interpreter/geode.html">Geode</a></li>
+ <li><a href="/interpreter/hbase.html">HBase</a></li>
+ <li><a href="/interpreter/hdfs.html">HDFS</a></li>
+ <li><a href="/interpreter/hive.html">Hive</a></li>
+ <li><a href="/interpreter/ignite.html">Ignite</a></li>
+ <li><a href="/interpreter/jdbc.html">JDBC</a></li>
+ <li><a href="/interpreter/lens.html">Lens</a></li>
+ <li><a href="/interpreter/livy.html">Livy</a></li>
+ <li><a href="/interpreter/markdown.html">Markdown</a></li>
+ <li><a href="/interpreter/python.html">Python</a></li>
+ <li><a href="/interpreter/postgresql.html">Postgresql,
HAWQ</a></li>
+ <li><a href="/interpreter/r.html">R</a></li>
+ <li><a href="/interpreter/scalding.html">Scalding</a></li>
+ <li><a href="/interpreter/shell.html">Shell</a></li>
+ <li><a href="/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="/displaysystem/basicdisplaysystem.html#text">Text</a></li>
+ <li><a
href="/displaysystem/basicdisplaysystem.html#html">Html</a></li>
+ <li><a
href="/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="/displaysystem/back-end-angular.html">Angular
(backend API)</a></li>
+ <li><a href="/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="/storage/storage.html#notebook-storage-in-local-git-repository">Git
Storage</a></li>
+ <li><a href="/storage/storage.html#notebook-storage-in-s3">S3
Storage</a></li>
+ <li><a
href="/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
+ <li><a
href="/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="/rest-api/rest-interpreter.html">Interpreter
API</a></li>
+ <li><a href="/rest-api/rest-notebook.html">Notebook
API</a></li>
+ <li><a href="/rest-api/rest-configuration.html">Configuration
API</a></li>
+ <li><a href="/rest-api/rest-credential.html">Credential
API</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Security</b><span></li>
+ <li><a href="/security/authentication.html">Authentication for
NGINX</a></li>
+ <li><a href="/security/shiroauthentication.html">Shiro
Authentication</a></li>
+ <li><a href="/security/notebook_authorization.html">Notebook
Authorization</a></li>
+ <li><a href="/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="/install/virtual_machine.html">Zeppelin on
Vagrant VM</a></li>
+ <li><a
href="/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark
Cluster Mode (Standalone)</a></li>
+ <li><a
href="/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark
Cluster Mode (YARN)</a></li>
+ <li><a
href="/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark
Cluster Mode (Mesos)</a></li>
+ <li role="separator" class="divider"></li>
+ <li class="title"><span><b>Contibute</b><span></li>
+ <li><a
href="/development/writingzeppelininterpreter.html">Writing Zeppelin
Interpreter</a></li>
+ <li><a
href="/development/writingzeppelinapplication.html">Writing Zeppelin
Application (Experimental)</a></li>
+ <li><a href="/development/howtocontribute.html">How to
contribute (code)</a></li>
+ <li><a href="/development/howtocontributewebsite.html">How to
contribute (website)</a></li>
</ul>
</li>
</ul>
+ <ul class="nav navbar-nav">
+ <li>
+ <a href="/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 Screenshots">
+<!--<div class="hero-unit ">
<h1></h1>
</div>
-->
@@ -230,7 +202,7 @@ limitations under the License.
<div class="row">
<div class="col-md-3">
<a href="assets/themes/zeppelin/img/screenshots/sparksql.png"><img
class="thumbnail" src="assets/themes/zeppelin/img/screenshots/sparksql.png"
/></a>
- <center>SparkSQL with inline visualization</center>
+ <center>Spark SQL with inline visualization</center>
</div>
<div class="col-md-3">
<a href="assets/themes/zeppelin/img/screenshots/spark.png"><img
class="thumbnail" src="assets/themes/zeppelin/img/screenshots/spark.png" /></a>
@@ -265,24 +237,6 @@ limitations under the License.
</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/sitemap.txt
URL:
http://svn.apache.org/viewvc/zeppelin/site/sitemap.txt?rev=1760289&r1=1760288&r2=1760289&view=diff
==============================================================================
--- zeppelin/site/sitemap.txt (original)
+++ zeppelin/site/sitemap.txt Mon Sep 12 04:12:52 2016
@@ -1,18 +1,61 @@
-http://zeppelin.apache.org/assets
+http://zeppelin.apache.org/assets/themes/zeppelin/js/search.js
http://zeppelin.apache.org/atom.xml
-http://zeppelin.apache.org/community
-http://zeppelin.apache.org/contribution/contributions
-http://zeppelin.apache.org/contribution/documentation
-http://zeppelin.apache.org/download
-http://zeppelin.apache.org/contribution/zeppelinweb/goodPracticeGuide01
-http://zeppelin.apache.org/
+http://zeppelin.apache.org/development/howtocontribute.html
+http://zeppelin.apache.org/development/howtocontributewebsite.html
+http://zeppelin.apache.org/development/writingzeppelinapplication.html
+http://zeppelin.apache.org/development/writingzeppelininterpreter.html
+http://zeppelin.apache.org/displaysystem/back-end-angular.html
+http://zeppelin.apache.org/displaysystem/basicdisplaysystem.html
+http://zeppelin.apache.org/displaysystem/front-end-angular.html
+http://zeppelin.apache.org/index.html
+http://zeppelin.apache.org/install/install.html
+http://zeppelin.apache.org/install/spark_cluster_mode.html
+http://zeppelin.apache.org/install/upgrade.html
+http://zeppelin.apache.org/install/virtual_machine.html
+http://zeppelin.apache.org/install/yarn_install.html
+http://zeppelin.apache.org/interpreter/alluxio.html
+http://zeppelin.apache.org/interpreter/bigquery.html
+http://zeppelin.apache.org/interpreter/cassandra.html
+http://zeppelin.apache.org/interpreter/elasticsearch.html
+http://zeppelin.apache.org/interpreter/flink.html
+http://zeppelin.apache.org/interpreter/geode.html
+http://zeppelin.apache.org/interpreter/hbase.html
+http://zeppelin.apache.org/interpreter/hdfs.html
+http://zeppelin.apache.org/interpreter/hive.html
+http://zeppelin.apache.org/interpreter/ignite.html
+http://zeppelin.apache.org/interpreter/jdbc.html
+http://zeppelin.apache.org/interpreter/lens.html
+http://zeppelin.apache.org/interpreter/livy.html
+http://zeppelin.apache.org/interpreter/markdown.html
+http://zeppelin.apache.org/interpreter/postgresql.html
+http://zeppelin.apache.org/interpreter/python.html
+http://zeppelin.apache.org/interpreter/r.html
+http://zeppelin.apache.org/interpreter/scalding.html
+http://zeppelin.apache.org/interpreter/shell.html
+http://zeppelin.apache.org/interpreter/spark.html
+http://zeppelin.apache.org/manual/dependencymanagement.html
+http://zeppelin.apache.org/manual/dynamicform.html
+http://zeppelin.apache.org/manual/dynamicinterpreterload.html
+http://zeppelin.apache.org/manual/interpreterinstallation.html
+http://zeppelin.apache.org/manual/interpreters.html
+http://zeppelin.apache.org/manual/notebookashomepage.html
+http://zeppelin.apache.org/manual/publish.html
+http://zeppelin.apache.org/pleasecontribute.html
+http://zeppelin.apache.org/quickstart/explorezeppelinui.html
+http://zeppelin.apache.org/quickstart/tutorial.html
+http://zeppelin.apache.org/rest-api/rest-configuration.html
+http://zeppelin.apache.org/rest-api/rest-credential.html
+http://zeppelin.apache.org/rest-api/rest-interpreter.html
+http://zeppelin.apache.org/rest-api/rest-notebook.html
http://zeppelin.apache.org/rss.xml
-http://zeppelin.apache.org/screenshots
+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/notebook_authorization.html
+http://zeppelin.apache.org/security/shiroauthentication.html
http://zeppelin.apache.org/sitemap.txt
-http://zeppelin.apache.org/contribution/webapplication
-http://zeppelin.apache.org/releases/zeppelin-release-0.5.0-incubating
-http://zeppelin.apache.org/releases/zeppelin-release-0.5.5-incubating
-http://zeppelin.apache.org/releases/zeppelin-release-0.5.6-incubating
-http://zeppelin.apache.org/releases/zeppelin-release-0.6.0
-http://zeppelin.apache.org/releases/zeppelin-release-0.6.1
+http://zeppelin.apache.org/storage/storage.html
+