Class | Description |
---|---|
DriverRestartCompletedBridge |
The Java-CLR bridge object for
DriverRestartCompleted events. |
JobClient |
Clr Bridge Client.
|
JobDriver |
Generic job driver for CLRBridge.
|
Launch |
Clr Bridge example - main class.
|
Launch.DriverIdentifier |
Command line parameter, driver identifier.
|
Launch.DriverJobSubmissionDirectory |
Command line parameter, job submission directory, if set, user should guarantee its uniqueness.
|
Launch.DriverMemoryInMb |
Command line parameter, driver memory, in MB.
|
Launch.Local |
Command line parameter = true to run locally, or false to run on YARN.
|
Launch.NumRuns |
Command line parameter: number of experiments to run.
|
Launch.Submit |
Command line parameter = true to submit the job with driver config, or false to write config to current directory.
|
Launch.WaitTimeForDriver |
Command line parameter, number of seconds to wait till driver finishes ,
= -1 : waits forever
= 0: exit immediately without wait for driver.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.