Address mina's comment

This commit is contained in:
Lee moon soo 2016-06-23 09:04:40 -07:00
parent 13f2d0457d
commit 7e749ad84d
3 changed files with 8 additions and 8 deletions

View file

@ -17,10 +17,10 @@
#
# [name] [maven artifact] [description]
alluxio org.apache.zeppelin.zeppelin-alluxio:0.6.0 Alluxio interpreter
angular org.apache.zeppelin.zeppelin-angular:0.6.0 HTML and AngularJS view rendering
cassandra org.apache.zeppelin.zeppelin-cassandra:0.6.0 Cassandra interpreter
elasticsearch org.apache.zeppelin.zeppelin-elasticsearch:0.6.0 Elasticsearch interpreter
alluxio org.apache.zeppelin:zeppelin-alluxio:0.6.0 Alluxio interpreter
angular org.apache.zeppelin:zeppelin-angular:0.6.0 HTML and AngularJS view rendering
cassandra org.apache.zeppelin:zeppelin-cassandra:0.6.0 Cassandra interpreter
elasticsearch org.apache.zeppelin:zeppelin-elasticsearch:0.6.0 Elasticsearch interpreter
file org.apache.zeppelin:zeppelin-file:0.6.0 HDFS file interpreter
flink org.apache.zeppelin:zeppelin-flink:0.6.0 Flink interpreter
hbase org.apache.zeppelin:zeppelin-hbase:0.6.0 Hbase interpreter

View file

@ -22,7 +22,7 @@
<li role="separator" class="divider"></li>
<li class="title"><span><b>Getting Started</b><span></li>
<li><a href="{{BASE_PATH}}/install/install.html">Install</a></li>
<li><a href="{{BASE_PATH}}/install/install.html#zeppelin-configuration">Configuration</a></li>
<li><a href="{{BASE_PATH}}/install/install.html#apache-zeppelin-configuration">Configuration</a></li>
<li><a href="{{BASE_PATH}}/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
<li><a href="{{BASE_PATH}}/quickstart/tutorial.html">Tutorial</a></li>
<li role="separator" class="divider"></li>
@ -110,4 +110,4 @@
</ul>
</nav><!--/.navbar-collapse -->
</div>
</div>
</div>

View file

@ -60,7 +60,7 @@ You can also install 3rd party interpreters located in the maven repository by u
The above command will download maven artifact `groupId1:artifact1:version1` and all of it's transitive dependencies into `interpreter/interpreter1` directory.
Once you have installed interpreters, you'll need to add interpreter class name into `zeppelin.interpreters` property in [configuration](../install/install.html#zeppelin-configuration).
Once you have installed interpreters, you'll need to add interpreter class name into `zeppelin.interpreters` property in [configuration](../install/install.html#apache-zeppelin-configuration).
And then restart Zeppelin, [create interpreter setting](../manual/interpreters.html#what-is-zeppelin-interpreter) and [bind it with your notebook](../manual/interpreters.html#what-is-zeppelin-interpreter-setting).
@ -94,7 +94,7 @@ You can also find the below community managed interpreter list in `conf/interpre
<tr>
<td>cassandra</td>
<td>org.apache.zeppelin.zeppelin-cassandra:0.6.0</td>
<td>HTML and AngularJS view rendering</td>
<td>Cassandra interpreter</td>
</tr>
<tr>
<td>elasticsearch</td>