duhanmin opened a new pull request, #12106:
URL: https://github.com/apache/dolphinscheduler/pull/12106

   Instructions:
   
   Configure the environment variables DATAX_ON_YARN_DEPEND_JAR and 
DATAX_HDFS_PATH to run DATAX ON YARN
   
   Parameter explanation:
   DATAX_ON_YARN_DEPEND_JAR:
   https://github.com/duhanmin/datax-on-yarn Compile and package
   
   DATAX_HDFS_PATH:
   You need to upload the datax installation package to yarn
   
   
   example:
   ````
   #export 
DATAX_ON_YARN_DEPEND_JAR=${DATAX_ON_YARN_DEPEND_JAR:-/opt/soft/datax/datax-on-yarn-1.0.0.jar}
   #DATAX_HDFS_HOME is HDFS path
   #export DATAX_HDFS_PATH=${DATAX_HDFS_HOME:-/hdfs/opt/hadoop/datax.tar.gz}
   ````


-- 
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]

Reply via email to