Java Examples for eu.stratosphere.streaming.util.ClusterUtil

The following java examples will help you to understand the usage of eu.stratosphere.streaming.util.ClusterUtil. These source code samples are taken from different open source projects.

Example 1
Project: strato-workshop-master  File: WordCountLocal.java View source code
public static void main(String[] args) {
    LogUtils.initializeDefaultConsoleLogger(Level.INFO, Level.INFO);
    ClusterUtil.runOnMiniCluster(getJobGraph());
}