Skip to content

Commit 1e13128

Browse files
authored
Update spark-cluster-configuration-profile.sh
1 parent 3d5515c commit 1e13128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spark-cluster-configuration-profile.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# automatically export env variables
4-
set -A
4+
#set -A
5+
set -a
56

67
# Use this file to override default Spark cluster configuration set by '/opt/start-cluster.sh'
78
# e.g.

0 commit comments

Comments
 (0)