| title | azdata bdc hdfs key reference |
|---|---|
| titleSuffix | SQL Server Big Data Clusters |
| description | Reference article for azdata bdc hdfs key commands. |
| author | MikeRayMSFT |
| ms.author | mikeray |
| ms.reviewer | seanw |
| ms.date | 10/05/2021 |
| ms.prod | sql |
| ms.technology | big-data-cluster |
| ms.topic | reference |
Applies to [!INCLUDE 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
| Command | Description |
|---|---|
| azdata bdc hdfs key create | Create a HDFS key. |
| azdata bdc hdfs key list | Lists all Hadoop encryption zone keys. |
| azdata bdc hdfs key roll | Roll a HDFS key. |
| azdata bdc hdfs key describe | Shows details of an encryption zone key. |
Create a HDFS key with given name, and given size.
azdata bdc hdfs key create --name -n
[--size -size]To create a 256 bit key with name key1, azdata hdfs key create --name key1 --size 256
azdata hdfs key create --name key1 --size 256Name of the Hadoop encryption zone key.
Bit length of the Hadoop encryption key, default length is 256.
256
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Lists all Hadoop encryption zone keys.
azdata bdc hdfs key list List all Hadoop encryption zone keys, azdata bdc hdfs key list
azdata bdc hdfs key listIncrease logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Roll a HDFS key with given name.
azdata bdc hdfs key roll --name -n
To roll a key with name key1, azdata hdfs key roll --name key1.
azdata hdfs key roll --name key1Name of the encryption zone key to roll to a new version.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Shows details of an encryption zone key.
azdata bdc hdfs key describe --name -n
To show the details of a key with name key1.
azdata hdfs key describe --name key1Name of the encryption zone key to describe.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
For more information about other azdata commands, see azdata reference.
For more information about how to install the azdata tool, see Install azdata.