Created
October 12, 2017 13:11
-
-
Save fs111/51ec74d7713105d6b1f5082996dd7bae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RunJobFlowRequest request = new RunJobFlowRequest() | |
.withName(String.format("spark-test-cluster-%s", id)) | |
.withApplications(new Application.withName("Spark"), new Application().withName("Zeppelin")) | |
.withReleaseLabel(EMR_RELEASE_LABEL) | |
... | |
RunJobFlowResult result = elasticMapReduceClient.runJobFlow(request); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment