String keyString2 = "pageviews-20090101";
String column2 = "country:all";
@Test
public void test() throws IOException {
PipeReducer pipeReducer = new MockPipeReducer();
pipeReducer.configure(new JobConf());
HBaseJSONOutputReader outputReader = new HBaseJSONOutputReader();
outputReader.initialize(pipeReducer);
assertTrue(outputReader.readKeyValue());