David Sidlo created HADOOP-13510: ------------------------------------ Summary: "hadoop fs -getmerge" docs, .../dir does not work, .../dir/* works. Key: HADOOP-13510 URL: https://issues.apache.org/jira/browse/HADOOP-13510 Project: Hadoop Common Issue Type: Bug Affects Versions: 2.7.1 Environment: HDP 2.4.2 Reporter: David Sidlo Priority: Minor
Docs indicate that the following command would work... hadoop fs -getmerge -nl /src /opt/output.txt For me, it results in a zero-length file /opt/output.txt. But the following does work... hadoop fs -getmerge -nl /src/* /opt/output.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org