[ 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)