You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by aj...@apache.org on 2018/05/02 19:49:32 UTC

incubator-livy-website git commit: [LIVY-462][DOCS] Minor Update to the Getting Started Page

Repository: incubator-livy-website
Updated Branches:
  refs/heads/master 88ddf1b7f -> fc83685b3


[LIVY-462][DOCS] Minor Update to the Getting Started Page

[LIVY-462](https://issues.apache.org/jira/browse/LIVY-462)

For the current version of Livy the `livy-server` script should be run with the `start` arg

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

Closes #22 from ajbozarth/462.


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

Branch: refs/heads/master
Commit: fc83685b32f9e18eaf5a7562963df2aa4f68b306
Parents: 88ddf1b
Author: Alex Bozarth <aj...@us.ibm.com>
Authored: Wed May 2 12:48:40 2018 -0700
Committer: Alex Bozarth <aj...@us.ibm.com>
Committed: Wed May 2 12:48:40 2018 -0700

----------------------------------------------------------------------
 site/get-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/fc83685b/site/get-started.md
----------------------------------------------------------------------
diff --git a/site/get-started.md b/site/get-started.md
index d0b86d3..4931d48 100644
--- a/site/get-started.md
+++ b/site/get-started.md
@@ -40,7 +40,7 @@ builds of Spark. To run Livy with local sessions, first export these variables:
 
 Then start the server with:
 
-`./bin/livy-server`
+`./bin/livy-server start`
 
 Livy uses the Spark configuration under `SPARK_HOME` by default. You can override the Spark configuration by setting the
 `SPARK_CONF_DIR` environment variable before starting Livy.