rand.nextLong() + "-" + HAR_SUFFIX;
short metaReplication =
(short) Integer.parseInt(info.getProperty("metaReplication"));
// HadoopArchives.HAR_PARTFILE_LABEL is private, so hard-coding the label.
conf.setLong("har.partfile.size", configMgr.getHarPartfileSize());
HadoopArchives har = new HadoopArchives(conf);
String[] args = new String[7];
args[0] = "-Ddfs.replication=" + metaReplication;
args[1] = "-archiveName";
args[2] = harFileSrc;
args[3] = "-p";