archives

Allows to create Hadoop archives (.har).

The tool usage is as follows:

$ hadoop archive -archiveName name -p <parent> [-r <replication_factor>] <src>* <dest>
Arguments

-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

Found a mistake? Seleсt text and press Ctrl+Enter to report it