MrWhyWu commented on issue #14173: URL: https://github.com/apache/dolphinscheduler/issues/14173#issuecomment-2774416706
ds界面-安全中心-环境配置,貌似根本就不生效。 去配置 dolphinscheduler_env.sh 文件的 PYTHON_HOME 也会加上了/bin/python2.7 这一段,好鸡儿奇怪。 最后实在没办法,直接 dolphinscheduler_env.sh 配置如下,改为了PYTHON_LAUNCHER。PATH也改了,再把 /bin 去掉。 export PYTHON_LAUNCHER=/usr/bin/python3 export DATAX_LAUNCHER=/opt/datax/bin/datax.py export PATH=$HADOOP_HOME/bin:$SPARK_HOME1/bin:$SPARK_HOME2/bin:$PYTHON_LAUNCHER:$JAVA_HOME/bin:$HIVE_HOME/bin:$FLINK_HOME/bin:$DATAX_LAUNCHER:$SEATUNNEL_HOME/bin:$CHUNJUN_HOME/bin:$PATH -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
