Shellmiao 9279d1873b Add projects | 1 gadu atpakaļ | |
---|---|---|
.. | ||
README.md | 1 gadu atpakaļ | |
hetero_pearson_testsuite.json | 1 gadu atpakaļ | |
test_hetero_pearson_default_conf.json | 1 gadu atpakaļ | |
test_hetero_pearson_default_dsl.json | 1 gadu atpakaļ | |
test_hetero_pearson_host_only_conf.json | 1 gadu atpakaļ | |
test_hetero_pearson_host_only_dsl.json | 1 gadu atpakaļ | |
test_hetero_pearson_mix_rand_conf.json | 1 gadu atpakaļ | |
test_hetero_pearson_mix_rand_dsl.json | 1 gadu atpakaļ | |
test_hetero_pearson_sole_conf.json | 1 gadu atpakaļ | |
test_hetero_pearson_sole_dsl.json | 1 gadu atpakaļ |
This section introduces the dsl and conf for usage of different type of task.
Base Cross Parties Task:
dsl: test_hetero_pearson_default_dsl.json
runtime_config : test_hetero_pearson_default_conf.json
Host Only Task:
dsl: test_hetero_pearson_host_only_dsl.json
runtime_config : test_hetero_pearson_host_only_conf.json
Sole Task:
dsl: test_hetero_pearson_sole_dsl.json
runtime_config : test_hetero_pearson_sole_conf.json
Use Mix Rand Task:
dsl: test_hetero_pearson_mix_rand_dsl.json
runtime_config : test_hetero_pearson_mix_rand_conf.json
Users can use following commands to run a task.
flow job submit -c ${runtime_config} -d ${dsl}