The command "archive" is missing in the example in docs/hadoop_archives.html
(and pdf)
---------------------------------------------------------------------------------------
Key: HADOOP-3544
URL: https://issues.apache.org/jira/browse/HADOOP-3544
Project: Hadoop Core
Issue Type: Bug
Components: documentation
Reporter: Jothi Padmanabhan
Priority: Minor
Fix For: 0.18.0
currently, the example reads
hadoop -archiveName foo.har /user/hadoop/dir1 /user/hadoop/dir2 /user/zoo/
it should be
hadoop archive -archiveName foo.har /user/hadoop/dir1 /user/hadoop/dir2
/user/zoo/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.