@ThreadSafe public final class JobGrpcClientUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
run(JobConfig config,
int attempts,
alluxio.conf.AlluxioConfiguration alluxioConf)
Runs the specified job and waits for it to finish.
|
public static void run(JobConfig config, int attempts, alluxio.conf.AlluxioConfiguration alluxioConf) throws InterruptedException
config - configuration for the job to runattempts - number of times to try running the job before giving upalluxioConf - Alluxio configurationInterruptedExceptionCopyright © 2019. All Rights Reserved.