Skip to content

Commit

Permalink
fix unlimited encryption policies
Browse files Browse the repository at this point in the history
  • Loading branch information
snowch committed Aug 12, 2016
1 parent 619ff72 commit b78d12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/OozieWorkflowSparkGroovyBluemixDeploy/README.md
Expand Up @@ -54,8 +54,6 @@ To run the example on Bluemix, open a command prompt window:
- `gradlew.bat Deploy` (Windows)
- follow the instructions in the output

There is an issue when deploying to Bluemix as can be seen here: http://stackoverflow.com/questions/38921249/rsa-premaster-secret-error-when-using-webhdfs-from-biginsights

## Decomposition Instructions

The examples uses a gradle build file [build.gradle](./build.gradle) when you run `./gradlew` or `gradle.bat`.
Expand Down
Expand Up @@ -79,7 +79,8 @@ task ('Deploy') << {
cf set-env \$APPNAME gateway ${props.gateway}
cf set-env \$APPNAME username ${props.username}
cf set-env \$APPNAME password ${props.password}
cf push \$APPNAME -p build/libs/ETL_Service-0.1.0.jar
cf push \$APPNAME -p build/libs/ETL_Service-0.1.0.jar -b https://github.com/cloudfoundry/java-buildpack
"""
}

0 comments on commit b78d12d

Please sign in to comment.