You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/22 09:50:38 UTC

[GitHub] [dolphinscheduler] duhanmin commented on pull request #12106: Datax can submit to YARN

duhanmin commented on PR #12106:
URL: https://github.com/apache/dolphinscheduler/pull/12106#issuecomment-1254790786

   使用方法:
   
   配置环境变量DATAX_ON_YARN_DEPEND_JAR和DATAX_HDFS_PATH就可以运行DATAX ON YARN
   
   参数解释:
   DATAX_ON_YARN_DEPEND_JAR:
   https://github.com/duhanmin/datax-on-yarn 编译打包
   
   DATAX_HDFS_PATH:
   需要将datax安装包上传到yarn
   
   
   例子:
   ```
   #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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org