RUN_GUIDE.md
June 16, 2022 ยท View on GitHub
Initialization: flow init --ip 127.0.0.1 --port 9380
- upload data
flow data upload -c config.json
- launch job
flow job submit -c config.json -d dsl.json
executable example in example.sh
June 16, 2022 ยท View on GitHub
Initialization: flow init --ip 127.0.0.1 --port 9380
flow data upload -c config.json
flow job submit -c config.json -d dsl.json
executable example in example.sh