Gera Shegalov created HADOOP-11371:
--------------------------------------
Summary: Shell#runCommand may miss output on stderr
Key: HADOOP-11371
URL: https://issues.apache.org/jira/browse/HADOOP-11371
Project: Hadoop Common
Issue Type: Bug
Reporter: Gera Shegalov
Shell#runCommand uses buffered reader to read complete lines. Hence, if the
output is not terminated by newline or the thread was interrupted before new
line was produced by the child process, this last portion is not consumed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)