Skip to content

Commit f58f762

Browse files
committed
Merge branch 'master' into 5.3.1
2 parents 1ab64be + 594ad8a commit f58f762

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker_files/hadoop-env.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
[ -d /etc/hadoop/conf ] && export HADOOP_CONF_DIR=/etc/hadoop/conf
4+

docker_files/spark-env.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
[ -f /etc/spark/conf/spark-env.sh ] && . /etc/spark/conf/spark-env.sh
4+

0 commit comments

Comments
 (0)