See: Description
Interface | Description |
---|---|
JobExecutor.JobListener |
Class | Description |
---|---|
JarExecutor |
Customized executor for Hadoop jars.
|
JarRunner |
Factory bean for executing Hadoop jars.
|
JobExecutor |
Common class shared for executing Hadoop
Job s. |
JobFactoryBean |
Factory bean for creating a Hadoop Map-Reduce job.
|
JobRunner |
Simple runner for submitting Hadoop jobs sequentially.
|
JobUtils |
Utilities around Hadoop
Job s. |
StreamJobFactoryBean |
Factory bean focused on creating streaming jobs.
|
ToolExecutor |
Customized executor for
Tool . |
ToolRunner |
Wrapper around
ToolRunner allowing for an easier configuration and execution
of Tool instances inside Spring. |
Enum | Description |
---|---|
JobUtils.JobStatus |
Status of a job.
|