Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
This is the problem of HADOOP-9482 now showing up in a different application -one whose log4j settings haven't turned off all Shell logging.
Unless you do that, all yarn clients will have a stack trace at error in their logs, which is generating false alarms and is utterly pointless. Why does this merit a stack trace? Why log it at error? It's not an error for a client app to not have these values set as long as they have the relevant JARs on their classpath. And if they don't, they'll get some classpath error instead
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-9546 "setsid exited with exit code" message on each hadoop command
- Resolved
- relates to
-
HADOOP-9482 regression: unable to create a file in the file:/// filesystem unless HADOOP_HOME_DIR or hadoop.home.dir is set
- Resolved
-
HADOOP-9422 HADOOP_HOME should not be required to be set to be able to launch commands using hadoop.util.Shell
- Patch Available