Full name:
com.cloudera.cdk:cdk-maven-plugin:0.5.0:run-tool
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
toolClass | String | - | The tool class to run. The specified class must have a standard
Java main method. User property is: cdk.toolClass. |
Name | Type | Since | Description |
---|---|---|---|
addDependenciesToDistributedCache | boolean | - | Whether to add dependencies in the runtime classpath to
Hadoop's distributed cache so that they are added to the classpath
for MapReduce tasks (via -libjars). Default value is: true. User property is: cdk.addDependenciesToDistributedCache. |
args | String[] | - | Arguments to pass to the tool, in addition to those generated by
addDependenciesToDistributedCache and
hadoopConfiguration. User property is: cdk.args. |
hadoopConfiguration | Properties | - | Hadoop configuration properties. User property is: cdk.hadoopConfiguration. |
addDependenciesToDistributedCache:
args: