public interface EmrHelperService
| Modifier and Type | Method and Description |
|---|---|
EmrClusterCreateDto |
emrCreateClusterAwsSpecificSteps(EmrClusterCreateRequest request,
EmrClusterDefinition emrClusterDefinition,
EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrParamsDto emrParamsDto)
Executes S3 specific steps for EMR cluster creation.
|
EmrClusterPreCreateDto |
emrPreCreateClusterSteps(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterCreateRequest request)
Executes steps required to prepare for the EMR cluster creation.
|
void |
logEmrClusterCreation(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterDefinition emrClusterDefinition,
String clusterId)
Logs the EMR cluster creation event.
|
EmrClusterPreCreateDto emrPreCreateClusterSteps(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterCreateRequest request)
throws Exception
emrClusterAlternateKeyDto - the ERM cluster alternate keyrequest - The EMR cluster create requestException - Exception when the original EMR cluster definition XML is malformedEmrClusterCreateDto emrCreateClusterAwsSpecificSteps(EmrClusterCreateRequest request, EmrClusterDefinition emrClusterDefinition, EmrClusterAlternateKeyDto emrClusterAlternateKeyDto, EmrParamsDto emrParamsDto)
request - The EMR cluster create requestemrClusterDefinition - the EMR cluster definitionemrClusterAlternateKeyDto - the ERM cluster alternate keyemrParamsDto - the AWS related parametersvoid logEmrClusterCreation(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterDefinition emrClusterDefinition,
String clusterId)
throws Exception
emrClusterAlternateKeyDto - the ERM cluster alternate keyemrClusterDefinition - the EMR cluster definitionclusterId - the EMR cluster IdException - Exception can occur when converting the EMR cluster definition to XMLCopyright © 2021. All rights reserved.