Full name:

org.kitesdk:kite-maven-plugin:0.13.0:delete-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: kite.datasetName.

Optional Parameters

Name Type Since Description
hadoopConfiguration Properties - Hadoop configuration properties.
User property is: kite.hadoopConfiguration.
hcatalog boolean - If true, store dataset metadata in HCatalog, otherwise store it on the filesystem.
User property is: kite.hcatalog.
repositoryUri String - The URI specifying the dataset repository, e.g. repo:hdfs://host:8020/data. Optional, but if specified then kite.rootDirectory and kite.hcatalog are ignored.
User property is: kite.repositoryUri.
rootDirectory String - The root directory of the dataset repository. Optional if using HCatalog for metadata storage.
User property is: kite.rootDirectory.

Parameter Details

datasetName:

The name of the dataset to drop.
  • Type: java.lang.String
  • Required: Yes
  • User Property: kite.datasetName

hadoopConfiguration:

Hadoop configuration properties.
  • Type: java.util.Properties
  • Required: No
  • User Property: kite.hadoopConfiguration

hcatalog:

If true, store dataset metadata in HCatalog, otherwise store it on the filesystem.
  • Type: boolean
  • Required: No
  • User Property: kite.hcatalog

repositoryUri:

The URI specifying the dataset repository, e.g. repo:hdfs://host:8020/data. Optional, but if specified then kite.rootDirectory and kite.hcatalog are ignored.
  • Type: java.lang.String
  • Required: No
  • User Property: kite.repositoryUri

rootDirectory:

The root directory of the dataset repository. Optional if using HCatalog for metadata storage.
  • Type: java.lang.String
  • Required: No
  • User Property: kite.rootDirectory

Back to top

Version: 0.13.0. Last Published: 2014-04-23.

Reflow Maven skin by Andrius Velykis.