archive
Allows to create Hadoop archives (.har).
The tool usage is as follows:
$ hadoop archive -archiveName name -p <parent> [-r <replication_factor>] <src>* <dest>
-archiveName <name> |
A name for the archive |
-p <parent> |
Specifies the relative path to which the files should be archived |
-r <replication_factor> |
Indicates the desired replication factor |
<src> |
Source directories to include into archive |
<dest> |
The destination path to store the archive |