You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/06/27 06:38:44 UTC

[03/50] [abbrv] incubator-livy git commit: Updating the doc

Updating the doc

Change-Id: Ibdeb06fde53d359e77aace780a6093b2cc6a70b7


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/2e812a79
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/2e812a79
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/2e812a79

Branch: refs/heads/revert-237-LIVY-255
Commit: 2e812a7935da6d8ac992568c6d21fefd31b443c1
Parents: 97251bd
Author: jerryshao <ss...@hortonworks.com>
Authored: Mon Nov 28 15:44:28 2016 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Mon Nov 28 15:44:28 2016 +0800

----------------------------------------------------------------------
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/2e812a79/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index 1d2d2e5..a8f58ac 100644
--- a/README.rst
+++ b/README.rst
@@ -74,9 +74,9 @@ Livy is built using `Apache Maven`_. To check out and build Livy, run:
 
 By default Livy is built against Apache Spark 1.6.2, but the version of Spark used when running
 Livy does not need to match the version used to build Livy. Livy internally uses reflection to
-mitigate the gaps of different Spark versions, also Livy package itself does not
+mitigate the gaps between different Spark versions, also Livy package itself does not
 contain a Spark distribution, so it will work with any supported version of Spark (Spark 1.6+)
-without to rebuild against specific version of Spark.
+without needing to rebuild against specific version of Spark.
 
 .. _Apache Maven: http://maven.apache.org