Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/227#discussion_r20790487
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/util/EnvironmentInformation.java
---
@@ -98,7 +98,7 @@ public static String getUserRunning() {
return
UserGroupInformation.getCurrentUser().getShortUserName();
}
catch (Throwable t) {
- if (LOG.isDebugEnabled() && !(t instanceof
ClassNotFoundException)) {
--- End diff --
I actually added this check on purpose to avoid a confusing error message
in local execution (out of the IDE), where Hadoop is frequently not in the
classpath.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---