31323334353637383940
super(CLUSTER_MR, DFS_FS, 3, 1); } public void testRun() throws Exception { DBCountPageView testDriver = new DBCountPageView(); ToolRunner.run(createJobConf(), testDriver, new String[0]); }
3031323334353637
public TestDBJob() throws IOException { super(LOCAL_MR, LOCAL_FS, 3, 1); } public void testRun() throws Exception { DBCountPageView testDriver = new DBCountPageView(); ToolRunner.run(createJobConf(), testDriver, new String[0]); }