Repository: incubator-livy
Updated Branches:
  refs/heads/master 80571b9e4 -> 5e0201f60


[MINOR] Missed Doc update during 0.4 release

We missed a note in the Docs referencing a pre-apache release workaround

Author: Alex Bozarth <ajboz...@us.ibm.com>

Closes #61 from ajbozarth/patch-1.


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

Branch: refs/heads/master
Commit: 5e0201f60161e99aea965e1e56b1f2a331600c26
Parents: 80571b9
Author: Alex Bozarth <ajboz...@us.ibm.com>
Authored: Tue Oct 31 11:23:27 2017 -0700
Committer: Alex Bozarth <ajboz...@us.ibm.com>
Committed: Tue Oct 31 11:23:27 2017 -0700

----------------------------------------------------------------------
 docs/programmatic-api.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/5e0201f6/docs/programmatic-api.md
----------------------------------------------------------------------
diff --git a/docs/programmatic-api.md b/docs/programmatic-api.md
index d20830e..6ea90ba 100644
--- a/docs/programmatic-api.md
+++ b/docs/programmatic-api.md
@@ -39,9 +39,6 @@ Add the Livy client dependency to your application's POM:
 </dependency>
 ```
 
-Note: Until Livy's first Apache release you will have to
-install the livy artifacts locally using `mvn install`.
-
 To be able to compile code that uses Spark APIs, also add the correspondent 
Spark dependencies.
 
 To run Spark jobs within your applications, extend ``org.apache.livy.Job`` and 
implement

Reply via email to