Skip to content

Commit 0b0a906

Browse files
authored
Merge pull request #8 from ucsd-ets/wi24
set -a fix
2 parents 3d5515c + 1e13128 commit 0b0a906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spark-cluster-configuration-profile.sh

Lines changed: 2 additions & 1 deletion
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)