Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.95. openstack dataprocessing job execute

usage: openstack dataprocessing job execute [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                                            [--max-width <integer>]
                                            [--noindent] [--prefix PREFIX]
                                            [--job-template <job-template>]
                                            [--cluster <cluster>]
                                            [--input <input>]
                                            [--output <output>]
                                            [--params <name:value> [<name:value> ...]]
                                            [--args <argument> [<argument> ...]]
                                            [--public] [--protected]
                                            [--config-json <filename> | --configs <name:value> [<name:value> ...]]
                                            [--interface <filename>]
                                            [--json <filename>]
Executes job

Optional arguments

-h, --help


        show this help message and exit

--job-template <job-template>


      Name or ID of the job template [REQUIRED if JSON is
      not provided]

--cluster <cluster>


        Name or ID of the cluster [REQUIRED if JSON is not
      provided]

--input <input>


        Name or ID of the input data source

--output <output>


        Name or ID of the output data source

--params <name:value> [<name:value> ...]


      Parameters to add to the job

--args <argument> [<argument> ...]


      Arguments to add to the job

--public


        Make the job public

--protected


        Make the job protected

--config-json <filename>


      JSON representation of the job configs

--configs <name:value> [<name:value> ...]


      Configs to add to the job

--interface <filename>


      JSON representation of the interface

--json <filename> JSON


        representation of the job. Other arguments will
      not be taken into account if this one is provided