59606162636465
tablePool = mock(HTablePool.class); solrWriter = mock(DirectSolrInputDocumentWriter.class); updateCollector = new SolrUpdateCollector(10); indexer = new RowBasedIndexer("row-based", indexerConf, TABLE_NAME, mapper, tablePool, null, solrWriter); }