[ 
https://issues.apache.org/jira/browse/HIVE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139496#comment-13139496
 ] 

Hudson commented on HIVE-1592:
------------------------------

Integrated in Hive-trunk-h0.21 #1044 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1044/])
    HIVE-1592. ProxyFileSystem.close calls super.close twice.
(Ashutosh Chauhan via jvs)

jvs : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1194964
Files : 
* /hive/trunk/shims/src/0.20/java/org/apache/hadoop/fs/ProxyFileSystem.java

                
> ProxyFileSystem.close calls super.close twice.
> ----------------------------------------------
>
>                 Key: HIVE-1592
>                 URL: https://issues.apache.org/jira/browse/HIVE-1592
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.7.0, 0.8.0, 0.9.0
>            Reporter: John Sichi
>            Assignee: Ashutosh Chauhan
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: hive-1592.patch
>
>
>   public void close() throws IOException {
>     super.close();
>     super.close();
>   }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to