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 "Kihwal Lee (JIRA)" <ji...@apache.org> on 2013/12/10 23:06:08 UTC

[jira] [Resolved] (HADOOP-6239) Command-line for append

     [ https://issues.apache.org/jira/browse/HADOOP-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee resolved HADOOP-6239.
--------------------------------

    Resolution: Duplicate

> Command-line for append
> -----------------------
>
>                 Key: HADOOP-6239
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6239
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Koji Noguchi
>
> Once append is implemented in hdfs, it would be nice if users can append files from a command-line. 
> Either have a separate 'append' command or add '-append' option for 'put' and 'cp'
> Like,  
> {noformat}
> % cat mylocalfile  | hadoop dfs -put -append - /user/knoguchi/myfile    ('-' for stdin)
> % hadoop dfs -cp -append myhdfsfile1 myhdfsfile2  
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)