Full name:
com.cloudera.cdk:cdk-maven-plugin:0.5.0:deploy-app
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
deployFileSystem | String | - | The Hadoop fileystem used to deploy the application. The filesystem
must be accessible by the client deploying the application. User property is: cdk.deployFileSystem. |
Name | Type | Since | Description |
---|---|---|---|
applicationName | String | - | The name of the application. Default value is: ${project.build.finalName}-app. User property is: cdk.applicationName. |
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. |
localApplicationFile | File | - | The local directory of the application to deploy. Default value is: ${project.build.directory}/${project.build.finalName}-app. User property is: cdk.localApplicationFile. |
updateApplication | boolean | - | Whether to automatically undeploy applications that already exist
when deploying. If false, and this application has
already been deployed, then an error will be reported. Default value is: false. User property is: cdk.updateApplication. |