From 01ce71bc73dbc59817dafb7940e304d2fbc47b41 Mon Sep 17 00:00:00 2001 From: k Date: Thu, 20 Oct 2016 20:46:43 +0900 Subject: [PATCH 1/4] fix likly --- docs/install/virtual_machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/virtual_machine.md b/docs/install/virtual_machine.md index 45aa00f997b..d30dbb8d9ca 100644 --- a/docs/install/virtual_machine.md +++ b/docs/install/virtual_machine.md @@ -75,7 +75,7 @@ into a directory on your host machine, or directly in your virtual machine. Cloning Zeppelin into the `/scripts/vagrant/zeppelin-dev` directory from the host, will allow the directory to be shared between your host and the guest machine. -Cloning the project again may seem counter intuitive, since this script likley originated from the project repository. Consider copying just the vagrant/zeppelin-dev script from the Zeppelin project as a stand alone directory, then once again clone the specific branch you wish to build. +Cloning the project again may seem counter intuitive, since this script likely originated from the project repository. Consider copying just the vagrant/zeppelin-dev script from the Zeppelin project as a stand alone directory, then once again clone the specific branch you wish to build. Synced folders enable Vagrant to sync a folder on the host machine to the guest machine, allowing you to continue working on your project's files on your host machine, but use the resources in the guest machine to compile or run your project. _[(1) Synced Folder Description from Vagrant Up](https://docs.vagrantup.com/v2/synced-folders/index.html)_ From 190ac05b83912aa13d2be00f1a8169bfca863d0f Mon Sep 17 00:00:00 2001 From: k Date: Thu, 20 Oct 2016 20:56:17 +0900 Subject: [PATCH 2/4] fix words --- docs/development/howtocontributewebsite.md | 2 +- docs/install/install.md | 6 +++--- docs/manual/interpreters.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/development/howtocontributewebsite.md b/docs/development/howtocontributewebsite.md index 2ee299b40aa..0c2bafc5b64 100644 --- a/docs/development/howtocontributewebsite.md +++ b/docs/development/howtocontributewebsite.md @@ -62,7 +62,7 @@ When you are ready, just make a pull-request. ## Alternative way -You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediatly. +You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediately. ## Stay involved Contributors should join the Zeppelin mailing lists. diff --git a/docs/install/install.md b/docs/install/install.md index da4630fcbb9..ec3e42cd23d 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -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 settings... - * Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more informtation, 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 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 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. diff --git a/docs/manual/interpreters.md b/docs/manual/interpreters.md index 0aeabac8e16..4844f95b3ed 100644 --- a/docs/manual/interpreters.md +++ b/docs/manual/interpreters.md @@ -79,7 +79,7 @@ interpreter.start() ``` -The above code will start interpreter thread inside your process. Once the interpreter is started you can configure zeppelin to connect to RemoteInterpreter by checking **Connect to existing process** checkbox and then provide **Host** and **Port** on which interpreter porocess is listening as shown in the image below: +The above code will start interpreter thread inside your process. Once the interpreter is started you can configure zeppelin to connect to RemoteInterpreter by checking **Connect to existing process** checkbox and then provide **Host** and **Port** on which interpreter process is listening as shown in the image below: From a55ae4aa2a623886bdebf32d0af49ab7965614b0 Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Fri, 21 Oct 2016 16:47:14 +0900 Subject: [PATCH 3/4] Restore wrong changes during rebase --- docs/install/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/install.md b/docs/install/install.md index ec3e42cd23d..7ae0d9002a8 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -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. From 28fc9cefe42b82beb31ec0ff15d2af48050d4284 Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Fri, 21 Oct 2016 16:59:43 +0900 Subject: [PATCH 4/4] Fix more typos --- docs/manual/interpreterinstallation.md | 2 +- docs/manual/notebookashomepage.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/interpreterinstallation.md b/docs/manual/interpreterinstallation.md index e301f20eecd..4999f613714 100644 --- a/docs/manual/interpreterinstallation.md +++ b/docs/manual/interpreterinstallation.md @@ -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 diff --git a/docs/manual/notebookashomepage.md b/docs/manual/notebookashomepage.md index c98e7cb4bc6..1fadccec607 100644 --- a/docs/manual/notebookashomepage.md +++ b/docs/manual/notebookashomepage.md @@ -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.
-## 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(