Maximilian Michels created FLINK-3144: -----------------------------------------
Summary: [storm] LocalCluster prints nothing without a configured logger Key: FLINK-3144 URL: https://issues.apache.org/jira/browse/FLINK-3144 Project: Flink Issue Type: Bug Components: Storm Compatibility Affects Versions: 0.10.1, 0.10.0 Reporter: Maximilian Michels Assignee: Maximilian Michels Fix For: 1.0.0 When no loggers have been configured, i.e. log4j.properties is not present in the classpath, Storm local cluster executions print nothing. This may be counter-intuitive for the user. The reason for this behavior is that the Storm job is submitted detached to make it execute non-blocking. Instead, we should submit it non-detached in a separate thread. We can then enable printing to sysout in addition to logging like regular Flink jobs do it as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)