123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- MASTER:
- # windows: 'http://192.168.2.104',
- # product-ali: 'http://172.16.160.65'
- # product-电信: 'http://172.20.1.251'
- # local-102: 'http://192.168.2.102'
- # local-103: 'http://192.168.2.103'
- # local 'http://127.0.0.1'
- ip: ['http://172.20.1.251']
- PATH:
- # 65: /root/miniconda3/bin/python
- # 102: /home/python/anaconda3/envs/convert/bin/python
- # 103: /home/yons/anaconda3/envs/tf1.5/bin/python
- # 251: /data/anaconda3/envs/convert/bin/python
- python: '/data/anaconda3/envs/convert/bin/python'
- # 65: /data/format_conversion_maxcompute/
- # 102: /data/fangjiasheng/format_conversion_maxcompute/
- # 103: /data/python/fangjiasheng/format_conversion_maxcompute/
- # 251: /data/fangjiasheng/format_conversion_maxcompute/
- project: '/data/fangjiasheng/format_conversion_maxcompute/'
- CONVERT:
- port: 15010
- processes: 25
- SCHEDULE:
- port:
- OCR:
- port_start: 17000
- port_no: 6
- OTR:
- port_start: 18000
- port_no: 6
- OFFICE:
- port_start: 16000
- port_no: 24
- SLAVE:
- ip:
- PATH:
- python:
- project:
- CONVERT:
- port:
- processes:
- SCHEDULE:
- port:
- OCR:
- port_start: 17000
- port_no: 1
- OTR:
- port_start: 18000
- port_no: 1
- OFFICE:
- port_start:
- port_no:
|