public interface MapReduceManager
MapReduce.| Modifier and Type | Method and Description |
|---|---|
void |
stop()
Stops the running mapreduce job.
|
void |
waitForFinish(long timeout,
TimeUnit timeoutUnit)
Blocks until mapreduce job is finished or given timeout is reached
|
void stop()
void waitForFinish(long timeout,
TimeUnit timeoutUnit)
throws TimeoutException,
InterruptedException
timeout - amount of time units to waittimeoutUnit - time unit typeTimeoutException - if timeout reachedInterruptedException - if execution is interruptedCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.