Our current HDFS Cluster has replication factor 1.But to improve the performance and reliability(node failure) we want to increase Hive intermediate files (hive.exec.scratchdir) replication factor alone to 5. Is it possible to implement that ?
Regards, Selva
See if
-setrep
helps you.setrep
Usage:
Changes the
replication factor
of a file. If path is a directory then the command recursively changes thereplication factor
of all files under the directory tree rooted at path.Options:
Example:
Reference: -setrep