You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/17 10:35:48 UTC

[jira] [Commented] (TAJO-1779) Remove "DFSInputStream has been closed already" messages in DelimitedLineReader

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

ASF GitHub Bot commented on TAJO-1779:
--------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/697

    TAJO-1779: Remove "DFSInputStream has been closed already" messages i…

    …n DelimitedLineReader

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-1779

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/697.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #697
    
----
commit f687029710f45adc5e46bf248a0b9e86aac3a5e5
Author: Jinho Kim <jh...@apache.org>
Date:   2015-08-17T08:33:55Z

    TAJO-1779: Remove "DFSInputStream has been closed already" messages in DelimitedLineReader

----


> Remove "DFSInputStream has been closed already" messages in DelimitedLineReader
> -------------------------------------------------------------------------------
>
>                 Key: TAJO-1779
>                 URL: https://issues.apache.org/jira/browse/TAJO-1779
>             Project: Tajo
>          Issue Type: Bug
>          Components: Storage
>    Affects Versions: 0.11.0
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>            Priority: Minor
>             Fix For: 0.11.0, 0.12.0
>
>
> We was upgrade the hadoop dependency to 2.7.1 in TAJO-1750
> I found “DFSInputStream has been closed already” message too many. 
> We should remove the duplicate invoking of DFSInputStream.close in DelimitedLineReader
> https://issues.apache.org/jira/browse/HDFS-8099



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)