Full name:
com.cloudera.cdk:cdk-maven-plugin:0.5.0:package-app
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. |
applicationName | String | - | The name of the application. Default value is: ${project.build.finalName}-app. User property is: cdk.applicationName. |
applicationType | String | - | The type of the application (workflow,
coordination, or bundle). Default value is: workflow. User property is: cdk.applicationType. |
applicationsDirectory | String | - | The base directory in the Hadoop filesystem (typically HDFS) where
applications are stored. Default value is: /user/${user.name}/apps/. User property is: cdk.applicationsDirectory. |
args | String[] | - | Arguments to pass to the tool, in addition to those generated by
addDependenciesToDistributedCache and
hadoopConfiguration. User property is: cdk.args. |
coordinatorFile | File | - | The coordinator.xml file to use (only for applications of type
coordinator). Default value is: ${basedir}/src/main/oozie/coordinator.xml. User property is: cdk.coordinatorFile. |
encoding | String | - | Character encoding for the auto-generated workflow file. Default value is: UTF-8. User property is: cdk.workflowFileEncoding. |
generateWorkflowXml | boolean | - | Whether the workflow.xml should be generated or not. Default value is: true. User property is: cdk.generateWorkflowXml. |
hadoopConfiguration | Properties | - | Hadoop configuration properties. User property is: cdk.hadoopConfiguration. |
schemaVersion | String | - | The version of the Oozie workflow schema. Default value is: 0.4. User property is: cdk.schemaVersion. |
workflowName | String | - | The name of the workflow. Default value is: ${project.build.finalName}. User property is: cdk.workflowName. |
addDependenciesToDistributedCache:
args: