@AfterClass
 public static void tearDown() throws Exception {
   if (flink != null) {
     flink.stop();
   }
 }