@Pawan Patil
Most possible cause of "tar: This does not look like a tar archive" error is that the archive might be corrupted or unreadable.
So can you please check and share the output of the following commands (and match it with the following output) In the node where the failure is being logged?
# md5sum /usr/hdp/3.1.0.0-78/hadoop/mapreduce.tar.gz
6362d8aff2639fefe9d56afbcefb565b /usr/hdp/3.1.0.0-78/hadoop/mapreduce.tar.gz
# ls -l /usr/hdp/3.1.0.0-78/hadoop/mapreduce.tar.gz
-rw-r--r--. 1 root root 308401145 Dec 6 2018 /usr/hdp/3.1.0.0-78/hadoop/mapreduce.tar.gz
If you see that the md5sum result or file size is not same on the failing node for this file then please copy it from any other cluster node and then retry.
.