mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix more typos
This commit is contained in:
parent
a55ae4aa2a
commit
28fc9cefe4
2 changed files with 6 additions and 6 deletions
|
|
@ -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