You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/05/17 17:18:14 UTC

[jira] [Created] (HADOOP-10615) FileInputStream in JenkinsHash#main() is never closed

Ted Yu created HADOOP-10615:
-------------------------------

             Summary: FileInputStream in JenkinsHash#main() is never closed
                 Key: HADOOP-10615
                 URL: https://issues.apache.org/jira/browse/HADOOP-10615
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
    FileInputStream in = new FileInputStream(args[0]);
{code}
The above FileInputStream is not closed upon exit of main.



--
This message was sent by Atlassian JIRA
(v6.2#6252)