|
@@ -15,26 +15,10 @@
|
|
|
# limitations under the License.
|
|
|
#
|
|
|
|
|
|
-# JAVA_HOME, will use it to start DolphinScheduler server
|
|
|
-export JAVA_HOME=${JAVA_HOME:-/opt/java/openjdk}
|
|
|
|
|
|
# Never put sensitive config such as database password here in your production environment,
|
|
|
# this file will be sourced everytime a new task is executed.
|
|
|
|
|
|
-# Tasks related configurations, need to change the configuration if you use the related tasks.
|
|
|
-export HADOOP_HOME=${HADOOP_HOME:-/opt/soft/hadoop}
|
|
|
-export HADOOP_CONF_DIR=${HADOOP_CONF_DIR:-/opt/soft/hadoop/etc/hadoop}
|
|
|
-export SPARK_HOME=${SPARK_HOME:-/opt/soft/spark}
|
|
|
-export PYTHON_HOME=${PYTHON_HOME:-/opt/soft/python}
|
|
|
-export HIVE_HOME=${HIVE_HOME:-/opt/soft/hive}
|
|
|
-export FLINK_HOME=${FLINK_HOME:-/opt/soft/flink}
|
|
|
-export DATAX_HOME=${DATAX_HOME:-/opt/soft/datax}
|
|
|
-export SEATUNNEL_HOME=${SEATUNNEL_HOME:-/opt/soft/seatunnel}
|
|
|
-export CHUNJUN_HOME=${CHUNJUN_HOME:-/opt/soft/chunjun}
|
|
|
-export LINKIS_HOME=${LINKIS_HOME:-/opt/soft/linkis}
|
|
|
-
|
|
|
-export PATH=$HADOOP_HOME/bin:$SPARK_HOME/bin:$PYTHON_HOME/bin:$JAVA_HOME/bin:$HIVE_HOME/bin:$FLINK_HOME/bin:$DATAX_HOME/bin:$SEATUNNEL_HOME/bin:$CHUNJUN_HOME/bin:$PATH
|
|
|
-
|
|
|
# applicationId auto collection related configuration, the following configurations are unnecessary if setting appId.collect=log
|
|
|
#export HADOOP_CLASSPATH=`hadoop classpath`:${DOLPHINSCHEDULER_HOME}/tools/libs/*
|
|
|
#export SPARK_DIST_CLASSPATH=$HADOOP_CLASSPATH:$SPARK_DIST_CLASS_PATH
|