浏览代码

[livy] Simplify the SPARK_HOME docs

Erick Tryzelaar 10 年之前
父节点
当前提交
9126db1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/spark/java/README.rst

+ 2 - 2
apps/spark/java/README.rst

@@ -68,7 +68,7 @@ Livy`_. Then run:
 .. code:: shell
 
     % cd $HUE_HOME/apps/spark/java
-    % export SPARK_HOME=/path/to/where/spark/is/installed
+    % export SPARK_HOME=/usr/lib/spark
     % mvn test
 
 
@@ -79,7 +79,7 @@ In order to run Livy with local sessions, start the server with:
 
 .. code:: shell
 
-    % export SPARK_HOME=/path/to/where/spark/is/installed
+    % export SPARK_HOME=/usr/lib/spark
     % ./bin/livy-server
 
 Or with YARN sessions by running: