Author: minalee
Date: Sun Jun 12 19:50:51 2016
New Revision: 1748041
URL: http://svn.apache.org/viewvc?rev=1748041&view=rev
Log:
https://github.com/apache/zeppelin/pull/992
Modified:
zeppelin/site/docs/0.6.0-SNAPSHOT/atom.xml
zeppelin/site/docs/0.6.0-SNAPSHOT/install/virtual_machine.html
zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml
zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html
Modified: zeppelin/site/docs/0.6.0-SNAPSHOT/atom.xml
URL:
http://svn.apache.org/viewvc/zeppelin/site/docs/0.6.0-SNAPSHOT/atom.xml?rev=1748041&r1=1748040&r2=1748041&view=diff
==============================================================================
--- zeppelin/site/docs/0.6.0-SNAPSHOT/atom.xml (original)
+++ zeppelin/site/docs/0.6.0-SNAPSHOT/atom.xml Sun Jun 12 19:50:51 2016
@@ -4,7 +4,7 @@
<title>Apache Zeppelin</title>
<link href="http://zeppelin.apache.org/" rel="self"/>
<link href="http://zeppelin.apache.org"/>
- <updated>2016-06-10T18:43:49-07:00</updated>
+ <updated>2016-06-12T12:48:47-07:00</updated>
<id>http://zeppelin.apache.org</id>
<author>
<name>The Apache Software Foundation</name>
Modified: zeppelin/site/docs/0.6.0-SNAPSHOT/install/virtual_machine.html
URL:
http://svn.apache.org/viewvc/zeppelin/site/docs/0.6.0-SNAPSHOT/install/virtual_machine.html?rev=1748041&r1=1748040&r2=1748041&view=diff
==============================================================================
--- zeppelin/site/docs/0.6.0-SNAPSHOT/install/virtual_machine.html (original)
+++ zeppelin/site/docs/0.6.0-SNAPSHOT/install/virtual_machine.html Sun Jun 12
19:50:51 2016
@@ -213,7 +213,7 @@ ansible --version
</code></pre></div>
<h3>Building Zeppelin</h3>
-<p>You can now <code>git clone
git://git.apache.org/incubator-zeppelin.git</code> into a directory on your
host machine, or directly in your virtual machine.</p>
+<p>You can now <code>git clone git://git.apache.org/zeppelin.git</code> into a
directory on your host machine, or directly in your virtual machine.</p>
<p>Cloning Zeppelin into the <code>/scripts/vagrant/zeppelin-dev</code>
directory from the host, will allow the directory to be shared between your
host and the guest machine.</p>
@@ -222,7 +222,7 @@ ansible --version
<p>Synced folders enable Vagrant to sync a folder on the host machine to the
guest machine, allowing you to continue working on your project's files on
your host machine, but use the resources in the guest machine to compile or run
your project. <em><a
href="https://docs.vagrantup.com/v2/synced-folders/index.html">(1) Synced
Folder Description from Vagrant Up</a></em></p>
<p>By default, Vagrant will share your project directory (the directory with
the Vagrantfile) to <code>/vagrant</code>. Which means you should be able to
build within the guest machine after you
-<code>cd /vagrant/incubator-zeppelin</code></p>
+<code>cd /vagrant/zeppelin</code></p>
<h3>What's in this VM?</h3>
@@ -250,7 +250,7 @@ ansible --version
<h3>How to build & run Zeppelin</h3>
<p>This assumes you've already cloned the project either on the host
machine in the zeppelin-dev directory (to be shared with the guest machine) or
cloned directly into a directory while running inside the guest machine. The
following build steps will also include Python and R support via PySpark and
SparkR:</p>
-<div class="highlight"><pre><code class="text language-text"
data-lang="text">cd /incubator-zeppelin
+<div class="highlight"><pre><code class="text language-text"
data-lang="text">cd /zeppelin
mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests
./bin/zeppelin-daemon.sh start
</code></pre></div>
Modified: zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml
URL:
http://svn.apache.org/viewvc/zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml?rev=1748041&r1=1748040&r2=1748041&view=diff
==============================================================================
--- zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml (original)
+++ zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml Sun Jun 12 19:50:51 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-06-10T18:43:49-07:00</lastBuildDate>
- <pubDate>2016-06-10T18:43:49-07:00</pubDate>
+ <lastBuildDate>2016-06-12T12:48:47-07:00</lastBuildDate>
+ <pubDate>2016-06-12T12:48:47-07:00</pubDate>
<ttl>1800</ttl>
Modified: zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html
URL:
http://svn.apache.org/viewvc/zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html?rev=1748041&r1=1748040&r2=1748041&view=diff
==============================================================================
--- zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html
(original)
+++ zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html Sun
Jun 12 19:50:51 2016
@@ -209,13 +209,13 @@ If the form is empty (*), it means that
<h4>NotebookServer</h4>
-<p>The <a
href="https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java">NotebookServer</a>
classifies every notebook operations into three categories:
<strong>Read</strong>, <strong>Write</strong>, <strong>Manage</strong>.
+<p>The <a
href="https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java">NotebookServer</a>
classifies every notebook operations into three categories:
<strong>Read</strong>, <strong>Write</strong>, <strong>Manage</strong>.
Before executing a notebook operation, it checks if the user and the groups
associated with the <code>NotebookSocket</code> have permissions.
For example, before executing a <strong>Read</strong> operation, it checks if
the user and the groups have at least one entity that belongs to the
<strong>Reader</strong> entities.</p>
<h4>Notebook REST API call</h4>
-<p>Zeppelin executes a <a
href="https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java">REST
API call</a> for the notebook permission information.
+<p>Zeppelin executes a <a
href="https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java">REST
API call</a> for the notebook permission information.
In the backend side, Zeppelin gets the user information for the connection and
allows the operation if the users and groups
associated with the current user have at least one entity that belongs to
owner entities for the notebook.</p>