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