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

   https://github.com/apache/dolphinscheduler/issues/11488
   
   Instructions:
   
   Configure the environment variables DATAX_ON_YARN_JAR and YARN_BIN to run 
DATAX ON YARN
   
   Parameter explanation:
   DATAX_ON_YARN_JAR:
   https://github.com/duhanmin/datax-on-yarn Compile and package
   
   YARN_BIN:
   The default value is yarn, which is used to limit the memory of yarn 
submission to the client
   
   DATAX_HOME:
   datax decompression directory, or s3/hdfs compression package directory
   
   ```shell
   DATAX_HOME=/Users/duhanmin/IdeaProjects/daima/DataX/target/datax/datax
   YARN_BIN=HADOOP_OPTS="-Xms32m -Xmx128m" /usr/bin/yarn
   DATAX_ON_YARN_JAR=/opt/soft/datax/datax-on-yarn-1.0.0.jar
   ```


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