private ReaderContext runsInMaster(Map<String, String> config, boolean bogus)
throws HCatException {
ReadEntity entity = new ReadEntity.Builder().withTable("mytbl").build();
HCatReader reader = DataTransferFactory.getHCatReader(entity, config);
ReaderContext cntxt = reader.prepareRead();
return cntxt;
}
private void runsInSlave(InputSplit split, Configuration config) throws HCatException {