azdata bdc spark status

Applies to: Azure Data CLI (azdata)

The following article provides reference for the sql commands in the azdata tool. For more information about other azdata commands, see azdata reference

Commands

Command Description
azdata bdc spark status show Spark service status.

azdata bdc spark status show

Spark service status.

azdata bdc spark status show [--resource -r] 
                             [--all -a]

Examples

Get status of spark service.

azdata bdc spark status show

Get status of spark service with all instances.

azdata bdc spark status show --all

Get status of the storage resource within the spark service.

azdata bdc spark status show --resource storage-0

Optional Parameters

--resource -r

Get this resource in this service.

--all -a

Show all the instances of each resource within the service.

Global Arguments

--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--output -o

Output format. Allowed values: json, jsonc, table, tsv. Default: json.

--query -q

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Next steps

For more information about other azdata commands, see azdata reference.

For more information about how to install the azdata tool, see Install azdata.