You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2017/04/04 08:23:09 UTC

svn commit: r1790078 - in /zeppelin/site/docs/0.8.0-SNAPSHOT: install/build.html install/virtual_machine.html quickstart/install_with_flink_and_spark_cluster.html

Author: ahyoungryu
Date: Tue Apr  4 08:23:08 2017
New Revision: 1790078

URL: http://svn.apache.org/viewvc?rev=1790078&view=rev
Log: (empty)

Modified:
    zeppelin/site/docs/0.8.0-SNAPSHOT/install/build.html
    zeppelin/site/docs/0.8.0-SNAPSHOT/install/virtual_machine.html
    zeppelin/site/docs/0.8.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/install/build.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/install/build.html?rev=1790078&r1=1790077&r2=1790078&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/install/build.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/install/build.html Tue Apr  4 08:23:08 2017
@@ -255,7 +255,7 @@ limitations under the License.
 <div class="highlight"><pre><code class="bash language-bash" data-lang="bash"><span class="c"># update all pom.xml to use scala 2.11</span>
 ./dev/change_scala_version.sh 2.11
 <span class="c"># build zeppelin with all interpreters and include latest version of Apache spark support for local mode.</span>
-mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr -Pscala-2.11
+mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pyarn -Psparkr -Pr -Pscala-2.11
 </code></pre></div>
 <h4>3. Done</h4>
 
@@ -321,10 +321,6 @@ Available profiles are</p>
 <p>YARN for local mode is not supported for Spark v1.5.0 or higher. Set <code>SPARK_HOME</code> instead.</p>
 </blockquote>
 
-<h5><code>-Ppyspark</code> (optional)</h5>
-
-<p>enable <a href="http://spark.apache.org/docs/latest/api/python/">PySpark</a> support for local mode.</p>
-
 <h5><code>-Pr</code> (optional)</h5>
 
 <p>enable <a href="https://www.r-project.org/">R</a> support with <a href="https://spark.apache.org/docs/latest/sparkr.html">SparkR</a> integration.</p>
@@ -358,14 +354,14 @@ The correct Maven artifacts can be found
 <p>Here are some examples with several options:</p>
 <div class="highlight"><pre><code class="bash language-bash" data-lang="bash"><span class="c"># build with spark-2.1, scala-2.11</span>
 ./dev/change_scala_version.sh 2.11
-mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pscala-2.11 -DskipTests
+mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pyarn -Psparkr -Pscala-2.11 -DskipTests
 
 <span class="c"># build with spark-2.0, scala-2.11</span>
 ./dev/change_scala_version.sh 2.11
-mvn clean package -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pscala-2.11 -DskipTests
+mvn clean package -Pspark-2.0 -Phadoop-2.4 -Pyarn -Psparkr -Pscala-2.11 -DskipTests
 
 <span class="c"># build with spark-1.6, scala-2.10</span>
-mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -DskipTests
+mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Psparkr -DskipTests
 
 <span class="c"># spark-cassandra integration</span>
 mvn clean package -Pcassandra-spark-1.5 -Dhadoop.version<span class="o">=</span>2.6.0 -Phadoop-2.6 -DskipTests -DskipTests
@@ -462,9 +458,9 @@ git config --global --unset url.<span cl
 <div class="highlight"><pre><code class="sh language-sh" data-lang="sh">mvn clean package -Pbuild-distr
 </code></pre></div>
 <p>To build a distribution with specific profiles, run:</p>
-<div class="highlight"><pre><code class="sh language-sh" data-lang="sh">mvn clean package -Pbuild-distr -Pspark-1.5 -Phadoop-2.4 -Pyarn -Ppyspark
+<div class="highlight"><pre><code class="sh language-sh" data-lang="sh">mvn clean package -Pbuild-distr -Pspark-1.5 -Phadoop-2.4 -Pyarn
 </code></pre></div>
-<p>The profiles <code>-Pspark-1.5 -Phadoop-2.4 -Pyarn -Ppyspark</code> can be adjusted if you wish to build to a specific spark versions, or omit support such as <code>yarn</code>.  </p>
+<p>The profiles <code>-Pspark-1.5 -Phadoop-2.4 -Pyarn</code> can be adjusted if you wish to build to a specific spark versions, or omit support such as <code>yarn</code>.  </p>
 
 <p>The archive is generated under <em><code>zeppelin-distribution/target</code></em> directory</p>
 

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/install/virtual_machine.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/install/virtual_machine.html?rev=1790078&r1=1790077&r2=1790078&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/install/virtual_machine.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/install/virtual_machine.html Tue Apr  4 08:23:08 2017
@@ -298,7 +298,7 @@ ansible --version
 
 <p>This assumes you&#39;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 /zeppelin
-mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests
+mvn clean package -Pspark-1.6 -Phadoop-2.4 -Psparkr -DskipTests
 ./bin/zeppelin-daemon.sh start
 </code></pre></div>
 <p>On your host machine browse to <code>http://localhost:8080/</code></p>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html?rev=1790078&r1=1790077&r2=1790078&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html Tue Apr  4 08:23:08 2017
@@ -298,18 +298,19 @@ Clone Zeppelin.</p>
 
 <p>-<code>-Pscala-2.10</code> tells maven to build with Scala v2.10.</p>
 
-<p><strong>Note:</strong> You may wish to include additional build flags such as <code>-Ppyspark</code> or <code>-Psparkr</code>.  See <a href="https://github.com/apache/zeppelin#build">the build section of github for more details</a>.</p>
-
 <p><strong>Note:</strong> You can build against any version of Spark that has a Zeppelin build profile available. The key is to make sure you check out the matching version of Spark to build. At the time of this writing, Spark 1.6 was the most recent Spark version available.</p>
 
 <p><strong>Note:</strong> On build failures. Having installed Zeppelin close to 30 times now, I will tell you that sometimes the build fails for seemingly no reason.
-As long as you didn&#39;t edit any code, it is unlikely the build is failing because of something you did. What does tend to happen, is some dependency that maven is trying to download is unreachable.  If your build fails on this step here are some tips:
-- Don&#39;t get discouraged.
-- Scroll up and read through the logs. There will be clues there.
-- Retry (that is, run the <code>mvn clean package -DskipTests -Pspark-1.6</code> again)
-- If there were clues that a dependency couldn&#39;t be downloaded wait a few hours or even days and retry again. Open source software when compiling is trying to download all of the dependencies it needs, if a server is off-line there is nothing you can do but wait for it to come back.
-- Make sure you followed all of the steps carefully.
-- Ask the community to help you. Go <a href="http://zeppelin.apache.org/community.html">here</a> and join the user mailing list. People are there to help you. Make sure to copy and paste the build output (everything that happened in the console) and include that in your message.</p>
+As long as you didn&#39;t edit any code, it is unlikely the build is failing because of something you did. What does tend to happen, is some dependency that maven is trying to download is unreachable.  If your build fails on this step here are some tips:</p>
+
+<ul>
+<li>Don&#39;t get discouraged.</li>
+<li>Scroll up and read through the logs. There will be clues there.</li>
+<li>Retry (that is, run the <code>mvn clean package -DskipTests -Pspark-1.6</code> again)</li>
+<li>If there were clues that a dependency couldn&#39;t be downloaded wait a few hours or even days and retry again. Open source software when compiling is trying to download all of the dependencies it needs, if a server is off-line there is nothing you can do but wait for it to come back.</li>
+<li>Make sure you followed all of the steps carefully.</li>
+<li>Ask the community to help you. Go <a href="http://zeppelin.apache.org/community.html">here</a> and join the user mailing list. People are there to help you. Make sure to copy and paste the build output (everything that happened in the console) and include that in your message.</li>
+</ul>
 
 <p>Start the Zeppelin daemon.</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">bin/zeppelin-daemon.sh start
@@ -318,7 +319,7 @@ As long as you didn&#39;t edit any code,
 
 <p>Open a web-browser on a machine connected to the same network as the host (or in the host operating system if using a virtual machine).  Navigate to http://<code>yourip</code>:8080, where yourip is the IP address you found in <code>ifconfig</code>.</p>
 
-<p>See the <a href="../tutorial/tutorial.md">Zeppelin tutorial</a> for basic Zeppelin usage. It is also advised that you take a moment to check out the tutorial notebook that is included with each Zeppelin install, and to familiarize yourself with basic notebook functionality.</p>
+<p>See the <a href="../tutorial/tutorial.html">Zeppelin tutorial</a> for basic Zeppelin usage. It is also advised that you take a moment to check out the tutorial notebook that is included with each Zeppelin install, and to familiarize yourself with basic notebook functionality.</p>
 
 <h5>Flink Test</h5>
 
@@ -533,7 +534,7 @@ The only field that needs to be edited i
 
 <h3>Next Steps</h3>
 
-<p>Check out the <a href="./tutorial.md">tutorial</a> for more cool things you can do with your new toy!</p>
+<p>Check out the <a href="./tutorial.html">tutorial</a> for more cool things you can do with your new toy!</p>
 
 <p><a href="http://zeppelin.apache.org/community.html">Join the community</a>, ask questions and contribute! Every little bit helps.</p>