summarylogtreecommitdiffstats
path: root/spark-env.sh
diff options
context:
space:
mode:
authorFrançois Garillot2017-08-07 16:15:19 -0400
committerFrançois Garillot2017-08-07 16:15:19 -0400
commitc665ccee046b7730a44244cd7a5d8264d142a488 (patch)
treef0f2eb9d2687c37f03cdd62b98b8f8d53c3607d4 /spark-env.sh
parent4b19c7abd8cc1a33ff56b1b4069e204aa83660ee (diff)
downloadaur-c665ccee046b7730a44244cd7a5d8264d142a488.tar.gz
Slightly more relaxed permissions
Inspired from https://github.com/huitseeker/apache-spark/pull/1/files
Diffstat (limited to 'spark-env.sh')
-rw-r--r--spark-env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-env.sh b/spark-env.sh
index b11344f9722a..14625399700e 100644
--- a/spark-env.sh
+++ b/spark-env.sh
@@ -2,5 +2,5 @@
export JAVA_HOME=/usr/lib/jvm/default-runtime
export SPARK_DIST_CLASSPATH=$(hadoop classpath)
-SPARK_MASTER_IP=127.0.0.1
-SPARK_LOCAL_IP=127.0.0.1
+SPARK_MASTER_IP=localhost
+SPARK_LOCAL_IP=localhost