Description
If there are any exceptions trying to fork a local task, the exception message is logged but not the stack trace. There can be a lot of issues forking a process, so we should log the stack trace for better debuggability.
Code in MapRedLocalTask.executeInChildJVM(DriverContext ctx):
} catch (Exception e) { e.printStackTrace(); LOG.error("Exception: " + e.getMessage()); return (1); }
Attachments
Attachments
Issue Links
- relates to
-
HIVE-9860 MapredLocalTask/SecureCmdDoAs leaks local files
- Closed
-
HIVE-13183 More logs in operation logs
- Closed