pig.store("A", file1, DummyLoadStoreFunc.class.getName() + "()");
String file2 = "/tmp/testPigOutput2" ;
if (pig.existsFile(file2)) {
pig.deleteFile(file2) ;
}
pig.store("A", file2, DummyLoadStoreFunc.class.getName() + "()");
// for this test the plan will be reused so:-
// - initial temp file has to be read 5 times