You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2015/10/21 04:28:35 UTC

svn commit: r1709709 - /incubator/zeppelin/site/docs/interpreter/spark.html

Author: moon
Date: Wed Oct 21 02:28:35 2015
New Revision: 1709709

URL: http://svn.apache.org/viewvc?rev=1709709&view=rev
Log:
Fix typos
https://github.com/apache/incubator-zeppelin/pull/352

Modified:
    incubator/zeppelin/site/docs/interpreter/spark.html

Modified: incubator/zeppelin/site/docs/interpreter/spark.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/interpreter/spark.html?rev=1709709&r1=1709708&r2=1709709&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/interpreter/spark.html (original)
+++ incubator/zeppelin/site/docs/interpreter/spark.html Wed Oct 21 02:28:35 2015
@@ -160,6 +160,14 @@
       
     
   
+    
+      
+    
+  
+    
+      
+    
+  
 
 
 
@@ -265,6 +273,14 @@
   
     
       
+    
+  
+    
+      
+    
+  
+    
+      
       	
       	<li><a href="/download.html">Download</a></li>
       	
@@ -364,7 +380,7 @@ Spark Interpreter group, which consisted
 
 <h3>Dependency loading</h3>
 
-<p>When your code requires external library, instead of doing download/copy/restart Zeppelin, you can eaily do following jobs using %dep interpreter.</p>
+<p>When your code requires external library, instead of doing download/copy/restart Zeppelin, you can easily do following jobs using %dep interpreter.</p>
 
 <ul>
 <li>Load libraries recursively from Maven repository</li>
@@ -373,7 +389,7 @@ Spark Interpreter group, which consisted
 <li>Automatically add libraries to SparkCluster (You can turn off)</li>
 </ul>
 
-<p>Dep interpreter leverages scala environment. So you can write any scala code here.</p>
+<p>Dep interpreter leverages scala environment. So you can write any Scala code here.</p>
 
 <p>Here&#39;s usages.</p>
 <div class="highlight"><pre><code class="scala language-scala" data-lang="scala"><span class="o">%</span><span class="n">dep</span>
@@ -413,7 +429,7 @@ Spark Interpreter group, which consisted
 
 <h3>ZeppelinContext</h3>
 
-<p>Zeppelin automatically injects ZeppelinContext as variable &#39;z&#39; in your scala/python environment. ZeppelinContext provides some addtional functions and utility.</p>
+<p>Zeppelin automatically injects ZeppelinContext as variable &#39;z&#39; in your scala/python environment. ZeppelinContext provides some additional functions and utility.</p>
 
 <p><br /></p>