mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
commit
7b703a79f8
3 changed files with 9 additions and 9 deletions
|
|
@ -187,9 +187,9 @@ Congratulations, you have successfully installed Apache Zeppelin! Here are two n
|
|||
* After getting familiar with the Apache Zeppelin UI, have fun with a short walk-through [Tutorial](../quickstart/tutorial.html) that uses the Apache Spark backend.
|
||||
* If you need more configuration for Apache Zeppelin, jump to the next section: [Apache Zeppelin Configuration](#apache-zeppelin-configuration).
|
||||
|
||||
#### If you need more information about Spark or JDBC interpreter setting
|
||||
* Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For the further information, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html).
|
||||
* Also, you can use generic JDBC connections in Apache Zeppelin. Go to [Generic JDBC Interpreter for Apache Zeppelin](../interpreter/jdbc.html).
|
||||
#### If you need more information about Spark or JDBC interpreter settings...
|
||||
* Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more information, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html).
|
||||
* You can also use generic JDBC connections in Apache Zeppelin. Go to [Generic JDBC Interpreter for Apache Zeppelin](../interpreter/jdbc.html).
|
||||
|
||||
#### If you are in a multi-user environment...
|
||||
* You can set permissions for your notebooks and secure data resource in a multi-user environment. Go to **More** -> **Security** section.
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ If you install one of these interpreters only with `--name` option, installer wi
|
|||
```
|
||||
|
||||
#### Install Spark interpreter built with Scala 2.10
|
||||
Spark distribution package has been built with Scala 2.10 until 1.6.2. If you have `SPARK_HOME` set pointing to Spark version ealier than 2.0.0, you need to download Spark interpreter packaged with Scala 2.10. To do so, use follow command:
|
||||
Spark distribution package has been built with Scala 2.10 until 1.6.2. If you have `SPARK_HOME` set pointing to Spark version earlier than 2.0.0, you need to download Spark interpreter packaged with Scala 2.10. To do so, use follow command:
|
||||
|
||||
```
|
||||
rm -rf ./interpreter/spark
|
||||
|
|
|
|||
|
|
@ -59,17 +59,17 @@ or ```zeppelin.notebook.homescreen.hide``` property to hide the new notebook fro
|
|||
Restart your Zeppelin server
|
||||
|
||||
```
|
||||
./bin/zeppelin-deamon stop
|
||||
./bin/zeppelin-deamon start
|
||||
./bin/zeppelin-daemon stop
|
||||
./bin/zeppelin-daemon start
|
||||
```
|
||||
That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
|
||||
|
||||
<br />
|
||||
## Show notebooks list in your custom homepage
|
||||
If you want to display the list of notebooks on your custom Apache Zeppelin homepage all
|
||||
## Show notes list in your custom homepage
|
||||
If you want to display the list of notes on your custom Apache Zeppelin homepage all
|
||||
you need to do is use our %angular support.
|
||||
|
||||
Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list.
|
||||
Add the following code to a paragraph in you home page and run it... Voila! You have your notes list.
|
||||
|
||||
```javascript
|
||||
println(
|
||||
|
|
|
|||
Loading…
Reference in a new issue