Ted Yu created HADOOP-10316:
-------------------------------
Summary: HadoopArchives#HArchiveInputFormat#getSplits() should
check reader against null before calling close()
Key: HADOOP-10316
URL: https://issues.apache.org/jira/browse/HADOOP-10316
Project: Hadoop Common
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
Around line 267:
{code}
finally {
reader.close();
}
{code}
reader should be checked against null
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
