@DefaultImplementation(value=REEFImplementation.class) public interface REEF extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the resourcemanager connection.
|
void |
submit(Configuration driverConf)
Submits the Driver set up in the given Configuration for execution.
|
void close()
close in interface AutoCloseablevoid submit(Configuration driverConf)
driverConf - The driver configuration: including everything it needs to execute. @see DriverConfigurationCopyright © 2015 The Apache Software Foundation. All rights reserved.