(String[] args)
| 75 | public void error(ExecutorDriver driver, String message) {} |
| 76 | |
| 77 | public static void main(String[] args) throws Exception { |
| 78 | MesosExecutorDriver driver = new MesosExecutorDriver(new TestExecutor()); |
| 79 | System.exit(driver.run() == Status.DRIVER_STOPPED ? 0 : 1); |
| 80 | } |
| 81 | } |