I implemented 4 node cluster for running hadoop following the site(https://www.linode.com/docs/guides/how-to-install-and-set-up-hadoop-cluster/)
By the way, I want to move data block to other datanode after map task or during map or reduce task.
Is there any method? and then After data blocks are moved, can it complete map reduce job?
I try to use scp and moving data block to other data node.
However, I just use yarn file and mapreduce-example jar(hadoop 3.1.2) file.
I don't know how to modify the codes
Also, after datablock is moved, namenode automatically change metadata the block?