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:59 UTC

[18/50] [abbrv] incubator-livy git commit: LIVY-218. Updating link to download build 0.3.0 (#294)

LIVY-218. Updating link to download build 0.3.0 (#294)



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

Branch: refs/heads/gh-pages
Commit: fd20a236a5e2b88943a16ddf6599dbcb23180270
Parents: 0dafce4
Author: Jonathan Alter <jo...@users.noreply.github.com>
Authored: Tue Feb 21 15:47:34 2017 -0800
Committer: Alex Man <tc...@gmail.com>
Committed: Tue Feb 21 15:47:34 2017 -0800

----------------------------------------------------------------------
 quickstart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/fd20a236/quickstart.html
----------------------------------------------------------------------
diff --git a/quickstart.html b/quickstart.html
index 53bf940..ef56b9f 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -61,7 +61,7 @@
         <div class="col-lg-12">
         
           <h2>1. Install Livy</h2>
-          <p>Download Livy packages from <a href="http://archive.cloudera.com/beta/livy/livy-server-0.2.0.zip">here</a>.</p>
+          <p>Download Livy packages from <a href="http://archive.cloudera.com/beta/livy/livy-server-0.3.0.zip">here</a>.</p>
           <h2>2. Run Livy</h2>
           <p>To run the Livy server, you will also need an Apache Spark installation. You can get Spark releases at <a href="https://spark.apache.org/downloads.html">https://spark.apache.org/downloads.html</a>. Livy requires at least Spark 1.4 and currently only supports Scala 2.10 builds of Spark. To run Livy with local sessions, first export these variables:</p>