// Thus, each index entry contains unique key.
// Since nulls are smaller then anything else, if its in data, key with null value
// should be very first entry of index.
// First create a loader to read index.
POLoad ld = new POLoad(new OperatorKey(this.mKey.scope,NodeIdGenerator.getGenerator().getNextNodeId(this.mKey.scope)),
new FileSpec(indexFileName, idxFuncSpec));
// Index file is distributed through Distributed Cache to all mappers. So, read it locally.
Properties props = ConfigurationUtil.getLocalFSProperties();
ld.setPc(new PigContext(ExecType.LOCAL, props));