Este conteúdo não está disponível no idioma selecionado.
Chapter 26. dataprocessing
This chapter describes the commands under the dataprocessing command.
26.1. dataprocessing cluster create Copiar o linkLink copiado para a área de transferência!
Usage:
Creates cluster
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the cluster [required if json is not provided] |
| --cluster-template <cluster-template> | Cluster template name or ID [REQUIRED if JSON is not provided] |
| --image <image> | Image that will be used for cluster deployment (name or ID) [REQUIRED if JSON is not provided] |
| --description <description> | Description of the cluster |
| --user-keypair <keypair> | User keypair to get acces to VMs after cluster creation |
| --neutron-network <network> | Instances of the cluster will get fixed IP addresses in this network. (Name or ID should be provided) |
| --count <count> | Number of clusters to be created |
| --public | Make the cluster public (visible from other projects) |
| --protected | Make the cluster protected |
| --transient | Create transient cluster |
| --json <filename> | Json representation of the cluster. other arguments (except for --wait) will not be taken into account if this one is provided |
| --wait | Wait for the cluster creation to complete |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.2. dataprocessing cluster delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing cluster delete [-h] [--wait]
<cluster> [<cluster> ...]
openstack dataprocessing cluster delete [-h] [--wait]
<cluster> [<cluster> ...]
Deletes cluster
| Value | Summary |
|---|---|
| <cluster> | Name(s) or id(s) of the cluster(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for the cluster(s) delete to complete |
This command is provided by the python-saharaclient plugin.
26.3. dataprocessing cluster list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists clusters
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --plugin <plugin> | List clusters with specific plugin |
| --plugin-version <plugin_version> | List clusters with specific version of the plugin |
| --name <name-substring> | List clusters with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.4. dataprocessing cluster scale Copiar o linkLink copiado para a área de transferência!
Usage:
Scales cluster
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instances <node-group-template:instances_count> [<node-group-template:instances_count> …] | Node group templates and number of their instances to be scale to [REQUIRED if JSON is not provided] |
| --json <filename> | Json representation of the cluster scale object. other arguments (except for --wait) will not be taken into account if this one is provided |
| --wait | Wait for the cluster scale to complete |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.5. dataprocessing cluster show Copiar o linkLink copiado para a área de transferência!
Usage:
Display cluster details
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --verification | List additional fields for verifications |
| --show-progress | Provides ability to show brief details of event logs. |
| --full-dump-events | Provides ability to make full dump with event log details. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.6. dataprocessing cluster template create Copiar o linkLink copiado para a área de transferência!
Usage:
Creates cluster template
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the cluster template [required if json is not provided] |
| --node-groups <node-group:instances_count> [<node-group:instances_count> …] | List of the node groups(names or IDs) and numbers of instances for each one of them [REQUIRED if JSON is not provided] |
| --anti-affinity <anti-affinity> [<anti-affinity> …] | List of processes that should be added to an anti- affinity group |
| --description <description> | Description of the cluster template |
| --autoconfig | If enabled, instances of the cluster will be automatically configured |
| --public | Make the cluster template public (visible from other projects) |
| --protected | Make the cluster template protected |
| --json <filename> | Json representation of the cluster template. other arguments will not be taken into account if this one is provided |
| --shares <filename> | Json representation of the manila shares |
| --configs <filename> | Json representation of the cluster template configs |
| --domain-name <domain-name> | Domain name for instances of this cluster template. This option is available if 'use_designate' config is True |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.7. dataprocessing cluster template delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing cluster template delete [-h]
<cluster-template>
[<cluster-template> ...]
openstack dataprocessing cluster template delete [-h]
<cluster-template>
[<cluster-template> ...]
Deletes cluster template
| Value | Summary |
|---|---|
| <cluster-template> | Name(s) or id(s) of the cluster template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.8. dataprocessing cluster template export Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing cluster template export [-h]
[--file <filename>]
<cluster-template>
openstack dataprocessing cluster template export [-h]
[--file <filename>]
<cluster-template>
Export cluster template to JSON
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Name of the file cluster template should be exported to If not provided, print to stdout |
This command is provided by the python-saharaclient plugin.
26.9. dataprocessing cluster template import Copiar o linkLink copiado para a área de transferência!
Usage:
Imports cluster template
| Value | Summary |
|---|---|
| <json> | Json containing cluster template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the cluster template |
| --default-image-id <default_image_id> | Default image ID to be used |
| --node-groups <node-group:instances_count> [<node-group:instances_count> …] | List of the node groups(names or IDs) and numbers of instances for each one of them |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.10. dataprocessing cluster template list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists cluster templates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --plugin <plugin> | List cluster templates for specific plugin |
| --plugin-version <plugin_version> | List cluster templates with specific version of the plugin |
| --name <name-substring> | List cluster templates with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.11. dataprocessing cluster template show Copiar o linkLink copiado para a área de transferência!
Usage:
Display cluster template details
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.12. dataprocessing cluster template update Copiar o linkLink copiado para a área de transferência!
Usage:
Updates cluster template
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template [required] |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the cluster template |
| --node-groups <node-group:instances_count> [<node-group:instances_count> …] | List of the node groups(names or IDs) and numbers ofinstances for each one of them |
| --anti-affinity <anti-affinity> [<anti-affinity> …] | List of processes that should be added to an anti- affinity group |
| --description <description> | Description of the cluster template |
| --autoconfig-enable | Instances of the cluster will be automatically configured |
| --autoconfig-disable | Instances of the cluster will not be automatically configured |
| --public | Make the cluster template public (visible from other projects) |
| --private | Make the cluster template private (visible only from this tenant) |
| --protected | Make the cluster template protected |
| --unprotected | Make the cluster template unprotected |
| --json <filename> | Json representation of the cluster template. other arguments will not be taken into account if this one is provided |
| --shares <filename> | Json representation of the manila shares |
| --configs <filename> | Json representation of the cluster template configs |
| --domain-name <domain-name> | Domain name for instances of this cluster template. This option is available if 'use_designate' config is True |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.13. dataprocessing cluster update Copiar o linkLink copiado para a área de transferência!
Usage:
Updates cluster
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the cluster |
| --description <description> | Description of the cluster |
| --shares <filename> | Json representation of the manila shares |
| --public | Make the cluster public (visible from other projects) |
| --private | Make the cluster private (visible only from this tenant) |
| --protected | Make the cluster protected |
| --unprotected | Make the cluster unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.14. dataprocessing cluster verification Copiar o linkLink copiado para a área de transferência!
Usage:
Updates cluster verifications
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --start | Start health verification for the cluster |
| --show | Show health of the cluster |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.15. dataprocessing data source create Copiar o linkLink copiado para a área de transferência!
Usage:
Creates data source
| Value | Summary |
|---|---|
| <name> | Name of the data source |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Type of the data source (swift, hdfs, maprfs, manila, s3) [REQUIRED] |
| --url <url> | Url for the data source [required] |
| --username <username> | Username for accessing the data source URL |
| --access-key <accesskey> | S3 access key for accessing the data source URL |
| --password <password> | Password for accessing the data source URL |
| --secret-key <secretkey> | S3 secret key for accessing the data source URL |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the data source URL (ignored if data source not in S3) |
| --enable-s3-ssl | Enable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --disable-s3-ssl | Disable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --enable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --disable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --description <description> | Description of the data source |
| --public | Make the data source public |
| --protected | Make the data source protected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.16. dataprocessing data source delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing data source delete [-h]
<data-source>
[<data-source> ...]
openstack dataprocessing data source delete [-h]
<data-source>
[<data-source> ...]
Delete data source
| Value | Summary |
|---|---|
| <data-source> | Name(s) or id(s) of the data source(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.17. dataprocessing data source list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists data sources
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --type <type> | List data sources of specific type (swift, hdfs, maprfs, manila, s3) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.18. dataprocessing data source show Copiar o linkLink copiado para a área de transferência!
Usage:
Display data source details
| Value | Summary |
|---|---|
| <data-source> | Name or id of the data source to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.19. dataprocessing data source update Copiar o linkLink copiado para a área de transferência!
Usage:
Update data source
| Value | Summary |
|---|---|
| <data-source> | Name or id of the data source |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the data source |
| --type <type> | Type of the data source (swift, hdfs, maprfs, manila, s3) |
| --url <url> | Url for the data source |
| --username <username> | Username for accessing the data source URL |
| --access-key <accesskey> | S3 access key for accessing the data source URL |
| --password <password> | Password for accessing the data source URL |
| --secret-key <secretkey> | S3 secret key for accessing the data source URL |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the data source URL (ignored if data source not in S3) |
| --enable-s3-ssl | Enable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --disable-s3-ssl | Disable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --enable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --disable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --description <description> | Description of the data source |
| --public | Make the data source public (visible from other projects) |
| --private | Make the data source private (visible only from this tenant) |
| --protected | Make the data source protected |
| --unprotected | Make the data source unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.20. dataprocessing image list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists registered images
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --name <name-regex> | Regular expression to match image name |
| --tags <tag> [<tag> …] | List images with specific tag(s) |
| --username <username> | List images with specific username |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.21. dataprocessing image register Copiar o linkLink copiado para a área de transferência!
Usage:
Register an image
| Value | Summary |
|---|---|
| <image> | Name or id of the image to register |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --username <username> | Username of privileged user in the image [REQUIRED] |
| --description <description> | Description of the image. If not provided, description of the image will be reset to empty |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.22. dataprocessing image show Copiar o linkLink copiado para a área de transferência!
Usage:
Display image details
| Value | Summary |
|---|---|
| <image> | Name or id of the image to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.23. dataprocessing image tags add Copiar o linkLink copiado para a área de transferência!
Usage:
Add image tags
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to add [REQUIRED] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.24. dataprocessing image tags remove Copiar o linkLink copiado para a área de transferência!
Usage:
Remove image tags
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to remove |
| --all | Remove all tags from image |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.25. dataprocessing image tags set Copiar o linkLink copiado para a área de transferência!
Usage:
Set image tags (Replace current image tags with provided ones)
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to set [REQUIRED] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.26. dataprocessing image unregister Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing image unregister [-h] <image> [<image> ...]
openstack dataprocessing image unregister [-h] <image> [<image> ...]
Unregister image(s)
| Value | Summary |
|---|---|
| <image> | Name(s) or id(s) of the image(s) to unregister |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.27. dataprocessing job binary create Copiar o linkLink copiado para a área de transferência!
Usage:
Creates job binary
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the job binary [required if json is not provided] |
| --data <file> | File that will be stored in the internal db [required if JSON and URL are not provided] |
| --url <url> | Url for the job binary [required if json and file are not provided] |
| --description <description> | Description of the job binary |
| --username <username> | Username for accessing the job binary URL |
| --access-key <accesskey> | S3 access key for accessing the job binary URL |
| --password <password> | Password for accessing the job binary URL |
| --secret-key <secretkey> | S3 secret key for accessing the job binary URL |
| --password-prompt | Prompt interactively for password |
| --secret-key-prompt | Prompt interactively for s3 secret key |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the job binary URL (ignored if binary not in S3 |
| --public | Make the job binary public |
| --protected | Make the job binary protected |
| --json <filename> | Json representation of the job binary. other arguments will not be taken into account if this one is provided |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.28. dataprocessing job binary delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing job binary delete [-h]
<job-binary>
[<job-binary> ...]
openstack dataprocessing job binary delete [-h]
<job-binary>
[<job-binary> ...]
Deletes job binary
| Value | Summary |
|---|---|
| <job-binary> | Name(s) or id(s) of the job binary(ies) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.29. dataprocessing job binary download Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing job binary download [-h] [--file <file>]
<job-binary>
openstack dataprocessing job binary download [-h] [--file <file>]
<job-binary>
Downloads job binary
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary to download |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to job binary name) |
This command is provided by the python-saharaclient plugin.
26.30. dataprocessing job binary list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists job binaries
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --name <name-substring> | List job binaries with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.31. dataprocessing job binary show Copiar o linkLink copiado para a área de transferência!
Usage:
Display job binary details
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.32. dataprocessing job binary update Copiar o linkLink copiado para a área de transferência!
Usage:
Updates job binary
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the job binary |
| --url <url> | Url for the job binary [internal db url can not be updated] |
| --description <description> | Description of the job binary |
| --username <username> | Username for accessing the job binary URL |
| --access-key <accesskey> | S3 access key for accessing the job binary URL |
| --password <password> | Password for accessing the job binary URL |
| --secret-key <secretkey> | S3 secret key for accessing the job binary URL |
| --password-prompt | Prompt interactively for password |
| --secret-key-prompt | Prompt interactively for s3 secret key |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the job binary URL (ignored if binary not in S3 |
| --public | Make the job binary public (visible from other projects) |
| --private | Make the job binary private (visible only from this project) |
| --protected | Make the job binary protected |
| --unprotected | Make the job binary unprotected |
| --json <filename> | Json representation of the update object. other arguments will not be taken into account if this one is provided |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.33. dataprocessing job delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing job delete [-h] [--wait] <job> [<job> ...]
openstack dataprocessing job delete [-h] [--wait] <job> [<job> ...]
Deletes job
| Value | Summary |
|---|---|
| <job> | Id(s) of the job(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for the job(s) delete to complete |
This command is provided by the python-saharaclient plugin.
26.34. dataprocessing job execute Copiar o linkLink copiado para a área de transferência!
Usage:
Executes job
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.35. dataprocessing job list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists jobs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --status <status> | List jobs with specific status |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.36. dataprocessing job show Copiar o linkLink copiado para a área de transferência!
Usage:
Display job details
| Value | Summary |
|---|---|
| <job> | Id of the job to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.37. dataprocessing job template create Copiar o linkLink copiado para a área de transferência!
Usage:
Creates job template
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.38. dataprocessing job template delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing job template delete [-h]
<job-template>
[<job-template> ...]
openstack dataprocessing job template delete [-h]
<job-template>
[<job-template> ...]
Deletes job template
| Value | Summary |
|---|---|
| <job-template> | Name(s) or id(s) of the job template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.39. dataprocessing job template list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists job templates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --type <type> | List job templates of specific type |
| --name <name-substring> | List job templates with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.40. dataprocessing job template show Copiar o linkLink copiado para a área de transferência!
Usage:
Display job template details
| Value | Summary |
|---|---|
| <job-template> | Name or id of the job template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.41. dataprocessing job template update Copiar o linkLink copiado para a área de transferência!
Usage:
Updates job template
| Value | Summary |
|---|---|
| <job-template> | Name or id of the job template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the job template |
| --description <description> | Description of the job template |
| --public | Make the job template public (visible from other projects) |
| --private | Make the job_template private (visible only from this tenant) |
| --protected | Make the job template protected |
| --unprotected | Make the job template unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.42. dataprocessing job type configs get Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing job type configs get [-h] [--file <file>]
<job-type>
openstack dataprocessing job type configs get [-h] [--file <file>]
<job-type>
Get job type configs
| Value | Summary |
|---|---|
| <job-type> | Type of the job to provide config information about |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to job type) |
This command is provided by the python-saharaclient plugin.
26.43. dataprocessing job type list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists job types supported by plugins
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Get information about specific job type |
| --plugin <plugin> | Get only job types supported by this plugin |
| --plugin-version <plugin_version> | Get only job types supported by specific version of the plugin. This parameter will be taken into account only if plugin is provided |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.44. dataprocessing job update Copiar o linkLink copiado para a área de transferência!
Usage:
Updates job
| Value | Summary |
|---|---|
| <job> | Id of the job to update |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | Make the job public (visible from other projects) |
| --private | Make the job private (visible only from this project) |
| --protected | Make the job protected |
| --unprotected | Make the job unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.45. dataprocessing node group template create Copiar o linkLink copiado para a área de transferência!
Usage:
Creates node group template
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the node group template [required if json is not provided] |
| --plugin <plugin> | Name of the plugin [required if json is not provided] |
| --plugin-version <plugin_version> | Version of the plugin [REQUIRED if JSON is not provided] |
| --processes <processes> [<processes> …] | List of the processes that will be launched on each instance [REQUIRED if JSON is not provided] |
| --flavor <flavor> | Name or id of the flavor [required if json is not provided] |
| --security-groups <security-groups> [<security-groups> …] | List of the security groups for the instances in this node group |
| --auto-security-group | Indicates if an additional security group should be created for the node group |
| --availability-zone <availability-zone> | Name of the availability zone where instances will be created |
| --floating-ip-pool <floating-ip-pool> | ID of the floating IP pool |
| --volumes-per-node <volumes-per-node> | Number of volumes attached to every node |
| --volumes-size <volumes-size> | Size of volumes attached to node (GB). This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-type <volumes-type> | Type of the volumes. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-availability-zone <volumes-availability-zone> | Name of the availability zone where volumes will be created. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-mount-prefix <volumes-mount-prefix> | Prefix for mount point directory. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-locality | If enabled, instance and attached volumes will be created on the same physical host. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --description <description> | Description of the node group template |
| --autoconfig | If enabled, instances of the node group will be automatically configured |
| --proxy-gateway | If enabled, instances of the node group will be used to access other instances in the cluster |
| --public | Make the node group template public (visible from other projects) |
| --protected | Make the node group template protected |
| --json <filename> | Json representation of the node group template. other arguments will not be taken into account if this one is provided |
| --shares <filename> | Json representation of the manila shares |
| --configs <filename> | Json representation of the node group template configs |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.46. dataprocessing node group template delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing node group template delete [-h]
<node-group-template>
[<node-group-template> ...]
openstack dataprocessing node group template delete [-h]
<node-group-template>
[<node-group-template> ...]
Deletes node group template
| Value | Summary |
|---|---|
| <node-group-template> | Name(s) or id(s) of the node group template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.47. dataprocessing node group template export Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing node group template export [-h]
[--file <filename>]
<node-group-template>
openstack dataprocessing node group template export [-h]
[--file <filename>]
<node-group-template>
Export node group template to JSON
| Value | Summary |
|---|---|
| <node-group-template> | Name or id of the node group template to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Name of the file node group template should be exported to.If not provided, print to stdout |
This command is provided by the python-saharaclient plugin.
26.48. dataprocessing node group template import Copiar o linkLink copiado para a área de transferência!
Usage:
Imports node group template
| Value | Summary |
|---|---|
| <json> | Json containing node group template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the node group template |
| --security_groups <security_groups> | Security groups of the node group template |
| --floating_ip_pool <floating_ip_pool> | Floating IP pool of the node group template |
| --image_id <image_id> | Image ID of the node group template |
| --flavor_id <flavor_id> | Flavor ID of the node group template |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.49. dataprocessing node group template list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists node group templates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --plugin <plugin> | List node group templates for specific plugin |
| --plugin-version <plugin_version> | List node group templates with specific version of the plugin |
| --name <name-substring> | List node group templates with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.50. dataprocessing node group template show Copiar o linkLink copiado para a área de transferência!
Usage:
Display node group template details
| Value | Summary |
|---|---|
| <node-group-template> | Name or id of the node group template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.51. dataprocessing node group template update Copiar o linkLink copiado para a área de transferência!
Usage:
Updates node group template
| Value | Summary |
|---|---|
| <node-group-template> | Name or ID of the node group template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the node group template |
| --plugin <plugin> | Name of the plugin |
| --plugin-version <plugin_version> | Version of the plugin |
| --processes <processes> [<processes> …] | List of the processes that will be launched on each instance |
| --security-groups <security-groups> [<security-groups> …] | List of the security groups for the instances in this node group |
| --auto-security-group-enable | Additional security group should be created for the node group |
| --auto-security-group-disable | Additional security group should not be created for the node group |
| --availability-zone <availability-zone> | Name of the availability zone where instances will be created |
| --flavor <flavor> | Name or id of the flavor |
| --floating-ip-pool <floating-ip-pool> | ID of the floating IP pool |
| --volumes-per-node <volumes-per-node> | Number of volumes attached to every node |
| --volumes-size <volumes-size> | Size of volumes attached to node (GB). This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-type <volumes-type> | Type of the volumes. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-availability-zone <volumes-availability-zone> | Name of the availability zone where volumes will be created. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-mount-prefix <volumes-mount-prefix> | Prefix for mount point directory. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-locality-enable | Instance and attached volumes will be created on the same physical host. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-locality-disable | Instance and attached volumes creation on the same physical host will not be regulated. This parameter will be takeninto account only if volumes-per-node is set and non-zero |
| --description <description> | Description of the node group template |
| --autoconfig-enable | Instances of the node group will be automatically configured |
| --autoconfig-disable | Instances of the node group will not be automatically configured |
| --proxy-gateway-enable | Instances of the node group will be used to access other instances in the cluster |
| --proxy-gateway-disable | Instances of the node group will not be used to access other instances in the cluster |
| --public | Make the node group template public (visible from other projects) |
| --private | Make the node group template private (visible only from this project) |
| --protected | Make the node group template protected |
| --unprotected | Make the node group template unprotected |
| --json <filename> | Json representation of the node group template update fields. Other arguments will not be taken into account if this one is provided |
| --shares <filename> | Json representation of the manila shares |
| --configs <filename> | Json representation of the node group template configs |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.52. dataprocessing plugin configs get Copiar o linkLink copiado para a área de transferência!
Usage:
openstack dataprocessing plugin configs get [-h] [--file <file>]
<plugin> <plugin_version>
openstack dataprocessing plugin configs get [-h] [--file <file>]
<plugin> <plugin_version>
Get plugin configs
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to provide config information about |
| <plugin_version> | Version of the plugin to provide config information about |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to a combination of plugin name and plugin version) |
This command is provided by the python-saharaclient plugin.
26.53. dataprocessing plugin list Copiar o linkLink copiado para a área de transferência!
Usage:
Lists plugins
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.54. dataprocessing plugin show Copiar o linkLink copiado para a área de transferência!
Usage:
Display plugin details
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --plugin-version <plugin_version> | Version of the plugin to display |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.55. dataprocessing plugin update Copiar o linkLink copiado para a área de transferência!
Usage:
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to provide config information about |
| <json> | Json representation of the plugin update dictionary |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.