POLoad ld = new POLoad(new OperatorKey("Repl File Loader", 1L),
replFile, false);
PigContext pc = new PigContext(ExecType.MAPREDUCE,
ConfigurationUtil.toProperties(PigMapReduce.sJobConf));
pc.connect();
ld.setPc(pc);
// We use LocalRearrange Operator to seperate Key and Values
// eg. ( a, b, c ) would generate a, ( a, b, c )
// And we use 'a' as the key to the HashMap
// The rest '( a, b, c )' is added to HashMap as value