| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<OozieWorkflowJob> |
EmrCluster.oozieWorkflowJobs |
| Modifier and Type | Method and Description |
|---|---|
OozieWorkflowJob |
ObjectFactory.createOozieWorkflowJob()
Create an instance of
OozieWorkflowJob |
| Modifier and Type | Method and Description |
|---|---|
List<OozieWorkflowJob> |
EmrCluster.getOozieWorkflowJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmrCluster.setOozieWorkflowJobs(List<OozieWorkflowJob> oozieWorkflowJobs) |
| Constructor and Description |
|---|
EmrCluster(String id,
String status,
StatusChangeReason statusChangeReason,
StatusTimeline statusTimeline,
String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String accountId,
EmrStep activeStep,
EmrStep step,
List<OozieWorkflowJob> oozieWorkflowJobs,
Boolean dryRun,
Boolean emrClusterCreated,
EmrClusterDefinition emrClusterDefinition)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
OozieWorkflowJob |
EmrRestController.getEmrOozieWorkflow(String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String oozieWorkflowJobId,
Boolean verbose,
String emrClusterId,
String accountId)
Retrieves an existing Oozie workflow job for the specified EMR cluster and workflow job ID.
|
OozieWorkflowJob |
EmrRestController.runOozieJobToEmrCluster(RunOozieWorkflowRequest request)
Submits an oozie workflow to the existing cluster.
|
| Modifier and Type | Method and Description |
|---|---|
OozieWorkflowJob |
EmrService.getEmrOozieWorkflowJob(String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String oozieWorkflowJobId,
Boolean verbose,
String emrClusterId,
String accountId)
Retrieves an EMR cluster's oozie job by its ID.
|
OozieWorkflowJob |
EmrService.runOozieWorkflow(RunOozieWorkflowRequest request) |
| Modifier and Type | Method and Description |
|---|---|
OozieWorkflowJob |
EmrServiceImpl.getEmrOozieWorkflowJob(String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String oozieWorkflowJobId,
Boolean verbose,
String emrClusterId,
String accountId)
Get the oozie workflow.
|
protected OozieWorkflowJob |
EmrServiceImpl.getEmrOozieWorkflowJobImpl(String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String oozieWorkflowJobId,
Boolean verbose,
String emrClusterId,
String accountId)
Get the oozie workflow.
|
OozieWorkflowJob |
EmrServiceImpl.runOozieWorkflow(RunOozieWorkflowRequest request)
Runs oozie job on an existing EMR Cluster.
|
protected OozieWorkflowJob |
EmrServiceImpl.runOozieWorkflowImpl(RunOozieWorkflowRequest request)
Runs oozie job on an existing EMR Cluster.
|
Copyright © 2017. All rights reserved.