Browse Source

fix issue 15519 (#16325)

dev
xiangzihao 4 months ago committed by GitHub
parent
commit
5ef5c5b4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/docs/en/guide/task/datax.md
  2. 2
      docs/docs/zh/guide/task/datax.md

2
docs/docs/en/guide/task/datax.md

@ -4,7 +4,7 @@
DataX task type for executing DataX programs. For DataX nodes, the worker will execute `${DATAX_LAUNCHER}` to analyze the input json file.
Please set environment name `PYTHON_LAUNCHER` before you run datax task, some of datax release version only support `python2.7`
Please set environment name `PYTHON_LAUNCHER` and `DATAX_LAUNCHER` in `dolphinshceduler_env.sh` before you run datax task, some of datax release version only support `python2.7`
## Create Task

2
docs/docs/zh/guide/task/datax.md

@ -4,7 +4,7 @@
DataX 任务类型,用于执行 DataX 程序。对于 DataX 节点,worker 会通过执行 `${DATAX_LAUNCHER}` 来解析传入的 json 文件。
执行 datax 任务前需要在环境变量中配置`PYTHON_LAUNCHER`,部分 datax 发行版只支持 python2.7。
执行 datax 任务前需要在环境变量或者 `dolphinshceduler_env.sh` 中配置 `PYTHON_LAUNCHER``DATAX_LAUNCHER`,部分 datax 发行版只支持 python2.7。
## 创建任务

Loading…
Cancel
Save