summarylogtreecommitdiffstats
path: root/spark-env.sh
diff options
context:
space:
mode:
authorWilliam Tang2023-06-24 15:56:14 +0800
committerWilliam Tang2023-06-24 20:36:03 +0800
commit8731eb573a4a10f95a6f14516b3df9a66d17e842 (patch)
tree45119f51d33df85fe02d0a58a12b4593664a0272 /spark-env.sh
parentd703d192e7cb723f2c429788ddca88f216ceee4a (diff)
downloadaur-8731eb573a4a10f95a6f14516b3df9a66d17e842.tar.gz
v3.4.1
Diffstat (limited to 'spark-env.sh')
-rw-r--r--spark-env.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/spark-env.sh b/spark-env.sh
deleted file mode 100644
index c6ed3dbc450e..000000000000
--- a/spark-env.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-export JAVA_HOME=/usr/lib/jvm/default-runtime
-if (command -v hadoop 2> /dev/null); then
- export SPARK_DIST_CLASSPATH=$(hadoop classpath)
-else
- export SPARK_DIST_CLASSPATH=""
-fi
-SPARK_MASTER_IP=localhost
-SPARK_LOCAL_IP=localhost