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 2016/11/10 13:49:11 UTC

svn commit: r1769118 - /zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/ignite.html

Author: ahyoungryu
Date: Thu Nov 10 13:49:11 2016
New Revision: 1769118

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

Modified:
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/ignite.html

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/ignite.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/ignite.html?rev=1769118&r1=1769117&r2=1769118&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/ignite.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/ignite.html Thu Nov 10 13:49:11 2016
@@ -218,8 +218,8 @@ limitations under the License.
 <p>In order to use Ignite interpreters, you may install Apache Ignite in some simple steps:</p>
 
 <ol>
-<li>Download Ignite <a href="https://ignite.apache.org/download.html#sources">source release</a> or <a href="https://ignite.apache.org/download.html#binaries">binary release</a> whatever you want. But you must download Ignite as the same version of Zeppelin&#39;s. If it is not, you can&#39;t use scala code on Zeppelin. You can find ignite version in Zeppelin at the pom.xml which is placed under <code>path/to/your-Zeppelin/ignite/pom.xml</code> ( Of course, in Zeppelin source release ). Please check <code>ignite.version</code> .<br>Currently, Zeppelin provides ignite only in Zeppelin source release. So, if you download Zeppelin binary release( <code>zeppelin-0.5.0-incubating-bin-spark-xxx-hadoop-xx</code> ), you can not use ignite interpreter on Zeppelin. We are planning to include ignite in a future binary release.</li>
-<li>Examples are shipped as a separate Maven project, so to start running you simply need to import provided <dest_dir>/apache-ignite-fabric-1.2.0-incubating-bin/pom.xml file into your favourite IDE, such as Eclipse.</li>
+<li>Ignite provides examples only with source or binary release. Download Ignite <a href="https://ignite.apache.org/download.html#sources">source release</a> or <a href="https://ignite.apache.org/download.html#binaries">binary release</a> whatever you want. But you must download Ignite as the same version of Zeppelin&#39;s. If it is not, you can&#39;t use scala code on Zeppelin. The supported Ignite version is specified in <a href="https://zeppelin.apache.org/supported_interpreters.html#ignite">Supported Interpreter table</a> for each Zeppelin release. If you&#39;re using Zeppelin master branch, please see <code>ignite.version</code> in <code>path/to/your-Zeppelin/ignite/pom.xml</code>.</li>
+<li>Examples are shipped as a separate Maven project, so to start running you simply need to import provided <code>&lt;dest_dir&gt;/apache-ignite-fabric-{version}-bin/examples/pom.xml</code> file into your favourite IDE, such as Eclipse.</li>
 </ol>
 
 <ul>
@@ -246,12 +246,12 @@ limitations under the License.
   <tr>
     <td>ignite.addresses</td>
     <td>127.0.0.1:47500..47509</td>
-    <td>Coma separated list of Ignite cluster hosts. See [Ignite Cluster Configuration](https://apacheignite.readme.io/v1.2/docs/cluster-config) section for more details.</td>
+    <td>Coma separated list of Ignite cluster hosts. See [Ignite Cluster Configuration](https://apacheignite.readme.io/docs/cluster-config) section for more details.</td>
   </tr>
   <tr>
     <td>ignite.clientMode</td>
     <td>true</td>
-    <td>You can connect to the Ignite cluster as client or server node. See [Ignite Clients vs. Servers](https://apacheignite.readme.io/v1.2/docs/clients-vs-servers) section for details. Use true or false values in order to connect in client or server mode respectively.</td>
+    <td>You can connect to the Ignite cluster as client or server node. See [Ignite Clients vs. Servers](https://apacheignite.readme.io/docs/clients-vs-servers) section for details. Use true or false values in order to connect in client or server mode respectively.</td>
   </tr>
   <tr>
     <td>ignite.config.url</td>
@@ -266,7 +266,7 @@ limitations under the License.
   <tr>
     <td>ignite.peerClassLoadingEnabled</td>
     <td>true</td>
-    <td>Enables peer-class-loading. See [Zero Deployment](https://apacheignite.readme.io/v1.2/docs/zero-deployment) section for details. Use true or false values in order to enable or disable P2P class loading respectively.</td>
+    <td>Enables peer-class-loading. See [Zero Deployment](https://apacheignite.readme.io/docs/zero-deployment) section for details. Use true or false values in order to enable or disable P2P class loading respectively.</td>
   </tr>
 </table>
 
@@ -278,7 +278,7 @@ limitations under the License.
 
 <p><img src="../assets/themes/zeppelin/img/docs-img/ignite-interpreter-binding.png" alt="Binding Interpreters"></p>
 
-<p>For more interpreter binding information see <a href="http://zeppelin.apache.org/docs/manual/interpreters.html">here</a>.</p>
+<p>For more interpreter binding information see <a href="../manual/interpreters.html#what-is-interpreter-setting">here</a>.</p>
 
 <h3>Ignite SQL interpreter</h3>