summarylogtreecommitdiffstats
path: root/spark-env.sh
diff options
context:
space:
mode:
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