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(),