Re: BatchScanner behavior with AccumuloRowInputFormat

2016-12-01 Thread Christopher
et I guess that the benefit of using a BatchScanner is that it > can fetch multiple ranges over the same tablet in parallel, am I correct? > Thanks, > Max > > > > > From:Christopher > To:user@accumulo.apache.org > Date:30/11/2016 18:48

Re: BatchScanner behavior with AccumuloRowInputFormat

2016-11-30 Thread Massimilian Mattetti
? Thanks, Max From: Christopher To: user@accumulo.apache.org Date: 30/11/2016 18:48 Subject:Re: BatchScanner behavior with AccumuloRowInputFormat You'd only have to worry about this behavior if you set RowInputFormat.setBatchScan(job, true), available since 1.7.

Re: BatchScanner behavior with AccumuloRowInputFormat

2016-11-30 Thread Christopher
You'd only have to worry about this behavior if you set RowInputFormat.setBatchScan(job, true), available since 1.7.0. By default, our InputFormats use a regular Accumulo Scanner. See https://issues.apache.org/jira/browse/ACCUMULO-3602 and https://static.javadoc.io/org.apache.accumulo/accumulo-cor