()
| 15 | |
| 16 | |
| 17 | @BeforeClass |
| 18 | public static void startServer() throws Exception { |
| 19 | Thread.sleep(1000); |
| 20 | LOG = LoggerFactory.getLogger(BaseTest.class); |
| 21 | manager = DDFManager.get(DDFManager.EngineType.SPARK); |
| 22 | } |
| 23 | |
| 24 | @AfterClass |
| 25 | public static void stopServer() throws Exception { |