You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# web port
|
|
|
|
server:
|
|
|
|
port: 8081
|
|
|
|
|
|
|
|
# log config
|
|
|
|
logging:
|
|
|
|
config: classpath:logback.xml
|
|
|
|
path: ./data/applogs/executor/jobhandler
|
|
|
|
|
|
|
|
datax:
|
|
|
|
job:
|
|
|
|
admin:
|
|
|
|
### datax admin address list, such as "http://address" or "http://address01,http://address02"
|
|
|
|
addresses: http://127.0.0.1:8080
|
|
|
|
executor:
|
|
|
|
appname: datax-executor
|
|
|
|
ip:
|
|
|
|
port: 9999
|
|
|
|
### job log path
|
|
|
|
logpath: ./data/applogs/executor/jobhandler
|
|
|
|
### job log retention days
|
|
|
|
logretentiondays: 30
|
|
|
|
### job, access token
|
|
|
|
accessToken:
|
|
|
|
|
|
|
|
executor:
|
|
|
|
# 这里需要填写什么?
|
|
|
|
jsonpath: D:\\temp\\executor\\json\\
|
|
|
|
|
|
|
|
pypath: /usr/local/datax/core/src/main/bin/datax.py
|