@InterfaceAudience.Public @InterfaceStability.Stable public class MapReduceBase extends Object implements Closeable, JobConfigurable
Constructor and Description |
---|
MapReduceBase() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Default implementation that does nothing.
|
void |
configure(JobConf job)
Default implementation that does nothing.
|
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void configure(JobConf job)
configure
in interface JobConfigurable
job
- the configurationCopyright © 2024 Apache Software Foundation. All rights reserved.