We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5515c commit 1e13128Copy full SHA for 1e13128
spark-cluster-configuration-profile.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
3
# automatically export env variables
4
-set -A
+#set -A
5
+set -a
6
7
# Use this file to override default Spark cluster configuration set by '/opt/start-cluster.sh'
8
# e.g.
0 commit comments