public interface GridHadoop
| Modifier and Type | Method and Description |
|---|---|
GridHadoopConfiguration |
configuration()
Gets Hadoop module configuration.
|
GridHadoopCounters |
counters(GridHadoopJobId jobId)
Returns job counters.
|
IgniteInternalFuture<?> |
finishFuture(GridHadoopJobId jobId)
Gets Hadoop finish future for particular job.
|
boolean |
kill(GridHadoopJobId jobId)
Kills job.
|
GridHadoopJobId |
nextJobId()
Generate next job ID.
|
GridHadoopJobStatus |
status(GridHadoopJobId jobId)
Gets Hadoop job execution status.
|
IgniteInternalFuture<?> |
submit(GridHadoopJobId jobId,
GridHadoopJobInfo jobInfo)
Submits job to job tracker.
|
GridHadoopConfiguration configuration()
GridHadoopJobId nextJobId()
IgniteInternalFuture<?> submit(GridHadoopJobId jobId, GridHadoopJobInfo jobInfo)
jobId - Job ID to submit.jobInfo - Job info to submit.@Nullable GridHadoopJobStatus status(GridHadoopJobId jobId) throws IgniteCheckedException
jobId - Job ID to get status for.null in case job with the given ID is not found.IgniteCheckedException - If failed.GridHadoopCounters counters(GridHadoopJobId jobId) throws IgniteCheckedException
jobId - Job ID to get counters for.IgniteCheckedException - If failed.@Nullable IgniteInternalFuture<?> finishFuture(GridHadoopJobId jobId) throws IgniteCheckedException
jobId - Job ID.null in case job with the given ID is not found.IgniteCheckedException - If failed.boolean kill(GridHadoopJobId jobId) throws IgniteCheckedException
jobId - Job ID.True if job was killed.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015