From a197137fdee84ddaecff59b469898b2587f2a3b7 Mon Sep 17 00:00:00 2001 From: soulmachine Date: Tue, 29 Oct 2013 00:28:56 +0800 Subject: A little revise for the document --- docker/spark-test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/spark-test/README.md b/docker/spark-test/README.md index 7f4b5460b1..ec0baf6e6d 100644 --- a/docker/spark-test/README.md +++ b/docker/spark-test/README.md @@ -3,7 +3,7 @@ Spark Docker files usable for testing and development purposes. These images are intended to be run like so: docker run -v $SPARK_HOME:/opt/spark spark-test-master - docker run -v $SPARK_HOME:/opt/spark spark-test-worker + docker run -v $SPARK_HOME:/opt/spark spark-test-worker spark://:7077 Using this configuration, the containers will have their Spark directories mounted to your actual `SPARK_HOME`, allowing you to modify and recompile -- cgit v1.2.3