You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2007/12/14 02:22:43 UTC

[jira] Issue Comment Edited: (HADOOP-2422) dfs -cat multiple files fail with 'Unable to write to output stream.'

    [ https://issues.apache.org/jira/browse/HADOOP-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551668 ] 

chris.douglas edited comment on HADOOP-2422 at 12/13/07 5:21 PM:
-----------------------------------------------------------------

[Edit - didn't see Raghu's patch]

      was (Author: chris.douglas):
    Don't close System.out in printToStdout
  
> dfs -cat multiple files fail with 'Unable to write to output stream.'
> ---------------------------------------------------------------------
>
>                 Key: HADOOP-2422
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2422
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.15.1
>            Reporter: Koji Noguchi
>            Priority: Blocker
>             Fix For: 0.15.2
>
>         Attachments: HADOOP-2422-branch15.patch, HADOOP-2422-trunk.patch
>
>
> In hadoop-0.14.3, 
> hadoop dfs -cat file1 file2 
> hello
> koji
> in hadoop-0.15.1
> hadoop dfs -cat file1 file2 
> hello
> cat: Unable to write to output stream.
> Each file has one line.   file1: 'hello'  file2: 'koji' 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.