synchronization
This commit is contained in:
35
datax-web/datax-executor/env.properties
Normal file
35
datax-web/datax-executor/env.properties
Normal file
@@ -0,0 +1,35 @@
|
||||
# environment variables
|
||||
|
||||
#JAVA_HOME=""
|
||||
|
||||
SERVICE_LOG_PATH=${BIN}/../logs
|
||||
SERVICE_CONF_PATH=${BIN}/../conf
|
||||
DATA_PATH=${BIN}/../data
|
||||
|
||||
|
||||
## datax json文件存放位置
|
||||
JSON_PATH=${BIN}/../json
|
||||
|
||||
|
||||
## executor_port
|
||||
EXECUTOR_PORT=9999
|
||||
|
||||
|
||||
## 保持和datax-admin端口一致
|
||||
DATAX_ADMIN_PORT=
|
||||
|
||||
## PYTHON脚本执行位置
|
||||
#PYTHON_PATH=/home/hadoop/install/datax/bin/datax.py
|
||||
PYTHON_PATH=/datax/bin/datax.py
|
||||
|
||||
|
||||
|
||||
## dataxweb 服务端口
|
||||
SERVER_PORT=9504
|
||||
|
||||
#PID_FILE_PATH=${BIN}/service.pid
|
||||
|
||||
|
||||
#debug 远程调试端口
|
||||
#REMOTE_DEBUG_SWITCH=true
|
||||
#REMOTE_DEBUG_PORT=7004
|
Reference in New Issue
Block a user