57585960616263
return 4 * 60; } @Before public void before() { inputFormat = new AccumuloInputFormat(); }
368369370371372373374
protected abstract Tuple getTuple(Key key, Value value) throws IOException; @Override @SuppressWarnings("rawtypes") public InputFormat getInputFormat() { return new AccumuloInputFormat(); }
47484950515253
AccumuloInputFormat inputFormat; @Before public void before() { inputFormat = new AccumuloInputFormat(); }