Full name:
com.cloudera.cdk:cdk-maven-plugin:0.5.0:run-app
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| oozieUrl | String | - | The URL of the Oozie service to use. User property is: cdk.oozieUrl. |
| Name | Type | Since | Description |
|---|---|---|---|
| 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. |
| hadoopConfiguration | Properties | - | Hadoop configuration properties. User property is: cdk.hadoopConfiguration. |
| jobProperties | Properties | - | Job configuration properties for the application. This provides a
means to specify values for parameterized properties in Oozie
applications. User property is: cdk.jobProperties. |