Repository: incubator-zeppelin Updated Branches: refs/heads/master 7dbac7c72 -> e362042ff
Fix typos in documentation Author: Antoine Augusti <[email protected]> Closes #352 from AntoineAugusti/patch-1 and squashes the following commits: 773aa2a [Antoine Augusti] Fix typos in documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/e362042f Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/e362042f Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/e362042f Branch: refs/heads/master Commit: e362042ff628954e00b4080c97fa3b5c0909d82f Parents: 7dbac7c Author: Antoine Augusti <[email protected]> Authored: Mon Oct 19 14:34:58 2015 +0200 Committer: Lee moon soo <[email protected]> Committed: Wed Oct 21 11:27:29 2015 +0900 ---------------------------------------------------------------------- docs/docs/interpreter/spark.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e362042f/docs/docs/interpreter/spark.md ---------------------------------------------------------------------- diff --git a/docs/docs/interpreter/spark.md b/docs/docs/interpreter/spark.md index 7010af3..871231c 100644 --- a/docs/docs/interpreter/spark.md +++ b/docs/docs/interpreter/spark.md @@ -56,14 +56,14 @@ Note that scala / python environment shares the same SparkContext, SQLContext, Z <br /> ### Dependency loading -When your code requires external library, instead of doing download/copy/restart Zeppelin, you can eaily do following jobs using %dep interpreter. +When your code requires external library, instead of doing download/copy/restart Zeppelin, you can easily do following jobs using %dep interpreter. * Load libraries recursively from Maven repository * Load libraries from local filesystem * Add additional maven repository * Automatically add libraries to SparkCluster (You can turn off) -Dep interpreter leverages scala environment. So you can write any scala code here. +Dep interpreter leverages scala environment. So you can write any Scala code here. Here's usages. @@ -107,7 +107,7 @@ Note that %dep interpreter should be used before %spark, %pyspark, %sql. ### ZeppelinContext -Zeppelin automatically injects ZeppelinContext as variable 'z' in your scala/python environment. ZeppelinContext provides some addtional functions and utility. +Zeppelin automatically injects ZeppelinContext as variable 'z' in your scala/python environment. ZeppelinContext provides some additional functions and utility. <br /> #### Object exchange
