}
public void testGetFileBlockLocations() throws Exception {
fs.delete(archivePath, true);
Configuration conf = mapred.createJobConf();
HadoopArchives har = new HadoopArchives(conf);
String[] args = new String[8];
args[0] = "-Dhar.block.size=512";
args[1] = "-Dhar.partfile.size=1";
args[2] = "-archiveName";
args[3] = "foo bar.har";