| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- MASTER:
- # windows: 'http://192.168.2.104',
- # product: 'http://172.16.160.65'
- # local-102: 'http://192.168.2.102'
- # local-103: 'http://192.168.2.103'
- ip: ['http://172.16.160.65']
- PATH:
- # 65: /root/miniconda3/bin/python
- # 102: /home/python/anaconda3/envs/convert/bin/python
- # 103: /home/yons/anaconda3/envs/tf1.5/bin/python
- python: '/root/miniconda3/bin/python'
- # 65: /data/format_conversion_maxcompute/
- # 102: /data/fangjiasheng/format_conversion_maxcompute/
- # 103: /data/python/fangjiasheng/format_conversion_maxcompute/
- project: '/data/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:
|