@ThreadSafe public final class JobGrpcClientUtils extends 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 InterruptedException
config
- configuration for the job to runattempts
- number of times to try running the job before giving upalluxioConf
- Alluxio configurationInterruptedException
Copyright © 2023. All Rights Reserved.