Package eu.stratosphere.client

Examples of eu.stratosphere.client.RemoteExecutor


      String jarPath = "target/maven-test-jar.jar";

      // run KMeans
      cluster.setNumTaskManager(2);
      cluster.start();
      RemoteExecutor ex = new RemoteExecutor("localhost", 6498);
     
      ex.executeJar(jarPath,
          "eu.stratosphere.test.util.testjar.KMeansForTest",
          new String[] {
              points.toURI().toString(),
              clusters.toURI().toString(),
              outFile.toURI().toString(),
View Full Code Here

TOP

Related Classes of eu.stratosphere.client.RemoteExecutor

Copyright © 2018 www.massapicom. 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.