Aihua Xu created HIVE-19320: ------------------------------- Summary: MapRedLocalTask is printing child log to stderr and stdout Key: HIVE-19320 URL: https://issues.apache.org/jira/browse/HIVE-19320 Project: Hive Issue Type: Sub-task Components: Logging Affects Versions: 3.0.0 Reporter: Aihua Xu
In this line, local child MR task is printing the logs to stderr and stdout. https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/exec/mr/MapredLocalTask.java#L341 stderr/stdout should capture the service running log rather than the query execution output. Those should be reasonable to go to HS2 log and propagate to beeline console. -- This message was sent by Atlassian JIRA (v7.6.3#76005)