Exemple #1
0
 @Test
 public void start() {
   JobInfo jobInfo = job();
   jobManager.restartJob(jobInfo, ImmutableList.of("10", "20", "30"));
 }