Repository: zeppelin Updated Branches: refs/heads/branch-0.6 dc016b91a -> f8f8ce619
[MINOR][DOC] Fix typo (re-open PR #1541 with rebase) Fix minor typos in docs Documentation * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: k <[email protected]> Author: Mina Lee <[email protected]> Author: laesunk <[email protected]> Closes #1542 from laesunk/fix_typo and squashes the following commits: 7b703a7 [laesunk] Merge pull request #1 from minahlee/fix_typo 28fc9ce [Mina Lee] Fix more typos a55ae4a [Mina Lee] Restore wrong changes during rebase 190ac05 [k] fix words 01ce71b [k] fix likly (cherry picked from commit 3244a5610560550688912ae846868703989daf55) Signed-off-by: Mina Lee <[email protected]> Conflicts: docs/install/install.md Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/f8f8ce61 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/f8f8ce61 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/f8f8ce61 Branch: refs/heads/branch-0.6 Commit: f8f8ce619c3e1f56932eb57316db344d0f9df64c Parents: dc016b9 Author: k <[email protected]> Authored: Sun Oct 23 09:33:48 2016 +0900 Committer: Mina Lee <[email protected]> Committed: Sun Oct 23 12:51:25 2016 +0900 ---------------------------------------------------------------------- docs/development/howtocontributewebsite.md | 2 +- docs/install/install.md | 6 +++--- docs/install/virtual_machine.md | 2 +- docs/manual/interpreterinstallation.md | 2 +- docs/manual/interpreters.md | 2 +- docs/manual/notebookashomepage.md | 10 +++++----- 6 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f8f8ce61/docs/development/howtocontributewebsite.md ---------------------------------------------------------------------- diff --git a/docs/development/howtocontributewebsite.md b/docs/development/howtocontributewebsite.md index 0db1555..e4b22a6 100644 --- a/docs/development/howtocontributewebsite.md +++ b/docs/development/howtocontributewebsite.md @@ -48,7 +48,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. http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f8f8ce61/docs/install/install.md ---------------------------------------------------------------------- diff --git a/docs/install/install.md b/docs/install/install.md index 92ece74..cc634ff 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -182,9 +182,9 @@ Congratulation on your successful Apache Zeppelin installation! Here are two nex * After getting familiar with Apache Zeppelin UI, have fun with a short walk-through [Tutorial](../quickstart/tutorial.html) that uses Apache Spark backend. * If you need more configuration setting 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 informtation, 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 multi-user environment * You can set permissions for your notebooks and secure data resource in multi-user environment. Go to **More** -> **Security** section. http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f8f8ce61/docs/install/virtual_machine.md ---------------------------------------------------------------------- diff --git a/docs/install/virtual_machine.md b/docs/install/virtual_machine.md index 7360183..589a43b 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)_ http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f8f8ce61/docs/manual/interpreterinstallation.md ---------------------------------------------------------------------- diff --git a/docs/manual/interpreterinstallation.md b/docs/manual/interpreterinstallation.md index 44d9c79..ddcd6e2 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 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f8f8ce61/docs/manual/interpreters.md ---------------------------------------------------------------------- diff --git a/docs/manual/interpreters.md b/docs/manual/interpreters.md index a21d34e..7b7813e 100644 --- a/docs/manual/interpreters.md +++ b/docs/manual/interpreters.md @@ -79,6 +79,6 @@ 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: <img src="../assets/themes/zeppelin/img/screenshots/existing_interpreter.png" width="450px"> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f8f8ce61/docs/manual/notebookashomepage.md ---------------------------------------------------------------------- diff --git a/docs/manual/notebookashomepage.md b/docs/manual/notebookashomepage.md index 22697c6..d3276a3 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. <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(
