HDFS-11628. Clarify the behavior of HDFS Mover in documentation. Contributed by Xiaobing Zhou.

This commit is contained in:
Xiaobing Zhou 2017-04-05 15:33:08 -07:00 committed by Arpit Agarwal
parent 7eea8d83fa
commit 3db8d68d63
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ The effective storage policy can be retrieved by the "[`storagepolicies -getStor
Mover - A New Data Migration Tool
---------------------------------
A new data migration tool is added for archiving data. The tool is similar to Balancer. It periodically scans the files in HDFS to check if the block placement satisfies the storage policy. For the blocks violating the storage policy, it moves the replicas to a different storage type in order to fulfill the storage policy requirement.
A new data migration tool is added for archiving data. The tool is similar to Balancer. It periodically scans the files in HDFS to check if the block placement satisfies the storage policy. For the blocks violating the storage policy, it moves the replicas to a different storage type in order to fulfill the storage policy requirement. Note that it always tries to move block replicas within the same node whenever possible. If that is not possible (e.g. when a node doesnt have the target storage type) then it will copy the block replicas to another node over the network.
* Command: