Package org.apache.flink.client

Examples of org.apache.flink.client.CliFrontend.info()


  @Test
  public void testShowDescription() {
    try {
      String[] parameters = {"-d", CliFrontendTestUtils.getTestJarPath()};
      CliFrontend testFrontend = new CliFrontend();
      int retCode = testFrontend.info(parameters);
      assertTrue(retCode == 0);
    }
    catch (Exception e) {
      System.err.println(e.getMessage());
      e.printStackTrace();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.