447448449450451452453454
} private void submit() throws Exception{ assertEquals(true, FileLocalizer.fileExists(ldFile, pc)); LocalLauncher ll = new LocalLauncher(); ll.launchPig(php, grpName, pc); }