Red Hat Training

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

2.98. openstack dataprocessing job template create

usage: openstack dataprocessing job template create [-h]
                                                    [-f {json,shell,table,value,yaml}]
                                                    [-c COLUMN]
                                                    [--max-width <integer>]
                                                    [--noindent]
                                                    [--prefix PREFIX]
                                                    [--name <name>]
                                                    [--type <type>]
                                                    [--mains <main> [<main> ...]]
                                                    [--libs <lib> [<lib> ...]]
                                                    [--description <description>]
                                                    [--public] [--protected]
                                                    [--interface <filename>]
                                                    [--json <filename>]
Creates job template

Optional arguments

-h, --help


        show this help message and exit

--name <name>


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

--type <type>


        Type of the job (Hive, Java, MapReduce, Storm,
      Storm.Pyleus, Pig, Shell, MapReduce.Streaming, Spark)
      [REQUIRED if JSON is not provided]

--mains <main> [<main> ...]


      Name(s) or ID(s) for job's main job binary(s)

--libs <lib> [<lib> ...]


      Name(s) or ID(s) for job's lib job binary(s)

--description <description>


      Description of the job template

--public


        Make the job template public

--protected


        Make the job template protected

--interface <filename>


      JSON representation of the interface

--json <filename> JSON


        representation of the job template