sahara-tests/sahara_tests/scenario/defaults/edp-examples/json-api-examples/v1.1/job-executions/execute.map-reduce.json

16 lines
524 B
JSON

{
"cluster_id": "%(cluster_id)s",
"input_id": "%(input_source_id)s",
"output_id": "%(output_source_id)s",
"job_configs": {
"configs": {
"mapred.mapper.class": "org.apache.oozie.example.SampleMapper",
"mapred.reducer.class": "org.apache.oozie.example.SampleReducer",
"mapred.map.tasks": "1",
"mapred.reduce.tasks": "1",
"fs.swift.service.sahara.username": "demo",
"fs.swift.service.sahara.password": "password"
}
}
}