[EDP] Extend savannaclient to allow extra args for job executions
Bug #1268695 reported by
Trevor McKay
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Sahara |
Fix Released
|
High
|
Trevor McKay |
Bug Description
For Java job types, the job execution data includes additional key/value pairs beyond cluster id and configs:
main_class -- the main class identifier (required for oozie java actions)
java_opts -- optional jvm args
Additionally, input_id and output_id are not used by Java job types although they are used by other job types. However, these can be passed as 'None' for java types.
Extend the JobExecutionsMa
Changed in python-savannaclient: | |
importance: | Undecided → High |
assignee: | nobody → Trevor McKay (tmckay) |
milestone: | none → 0.4.1 |
Changed in python-savannaclient: | |
milestone: | 0.4.1 → 0.5.0 |
Changed in python-savannaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/66398 /git.openstack. org/cgit/ openstack/ python- savannaclient/ commit/ ?id=d664a41e030 5dbc170dbd9d9dc 929a7638f1e5d1
Committed: https:/
Submitter: Jenkins
Branch: master
commit d664a41e0305dbc 170dbd9d9dc929a 7638f1e5d1
Author: Trevor McKay <email address hidden>
Date: Mon Jan 13 14:03:13 2014 -0500
Allow passing extra args to JobExecutionsMa nager.create( )
Java job types require additional parameters beyond cluster_id and
configs. Add an optional dictionary and an update call to allow
for additional key/value settings.
Closes-Bug: #1268695
Change-Id: I995e648a939063 170d1a2ac704049 3351fb67f74