This project has retired. For details please refer to its
Attic page.
PreparedDriverFolderLauncher (REEF 0.14.0 API)
- java.lang.Object
-
- org.apache.reef.runtime.local.client.PreparedDriverFolderLauncher
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static String |
DRIVER_FOLDER_NAME
The name of the folder for the driver within the Job folder.
|
static int |
DRIVER_MEMORY
The (hard-coded) amount of memory to be used for the driver.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
launch(File driverFolder,
String jobId,
String clientRemoteId)
Launches the driver prepared in driverFolder.
|
-
-
Method Detail
-
launch
public void launch(File driverFolder,
String jobId,
String clientRemoteId)
Launches the driver prepared in driverFolder.
- Parameters:
driverFolder
- jobId
- clientRemoteId
-
Copyright © 2016 The Apache Software Foundation. All rights reserved.