cdk:drop-dataset
Full name:
com.cloudera.cdk:cdk-maven-plugin:0.8.0:drop-dataset
Description:
Delete a dataset and its metadata.
Attributes:
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
datasetName | String | - | The name of the dataset to drop. User property is: cdk.datasetName. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
hadoopConfiguration | Properties | - | Hadoop configuration properties. User property is: cdk.hadoopConfiguration. |
hcatalog | boolean | - | If true, store dataset metadata in HCatalog, otherwise store it on the filesystem. User property is: cdk.hcatalog. |
rootDirectory | String | - | The root directory of the dataset repository. Optional if using HCatalog for metadata storage. User property is: cdk.rootDirectory. |
Parameter Details
The name of the dataset to drop.
- Type: java.lang.String
- Required: Yes
- User Property: cdk.datasetName
Hadoop configuration properties.
- Type: java.util.Properties
- Required: No
- User Property: cdk.hadoopConfiguration
If true, store dataset metadata in HCatalog, otherwise store it on the filesystem.
- Type: boolean
- Required: No
- User Property: cdk.hcatalog
The root directory of the dataset repository. Optional if using HCatalog for metadata storage.
- Type: java.lang.String
- Required: No
- User Property: cdk.rootDirectory