| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (0.157s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: BatchScanning with a very large collection of ranges - Accumulo - [mail # user]
|
|
...You also have some other options. One would be using an IteratorChain to string together the results of several BatchScanners in a row which you could kick off in parallel to batch up your r...
|
|
|
Author: John Stoneham,
2013-01-25, 14:28
|
|
|
[ACCUMULO-728] Leaks a BatchScanner thread pool for each BatchDeleter - Accumulo - [issue]
|
|
...Each BatchDeleter (i.e., TabletServerBatchDeleter) causes a BatchScanner thread to leak. This is because TabletServerBatchDeleter extends TabletServerBatchReader which opens a thread pool on...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-728
Author: John Stoneham,
2013-01-14, 22:31
|
|
|
Re: making Scanner iterate through different version of cell - Accumulo - [mail # user]
|
|
...Thanks, Billie - I'm working on a 1.4 upgrade right now so that will be helpful to include. (Obviously my code was written against 1.3.) On Thu, Oct 18, 2012 at 3:03 PM, Billie Rinaldi...
|
|
|
Author: John Stoneham,
2012-10-18, 19:32
|
|
|
Re: making Scanner iterate through different version of cell - Accumulo - [mail # user]
|
|
...Here's some Java code to do just that: public void removeVersioningIterator(String tableName) throws TableNotFoundException, CBS...
|
|
|
Author: John Stoneham,
2012-10-18, 18:28
|
|
|
Re: Passing scan authorizations that exceed the Accumulo user's authorizations - Accumulo - [mail # user]
|
|
...On Fri, Dec 16, 2011 at 9:18 AM, Billie J Rinaldi <[EMAIL PROTECTED] Currently, I want to scan using the intersection of my (human) user's authorizations and the Accumulo (applicat...
|
|
|
Author: John Stoneham,
2011-12-16, 14:23
|
|
|
Passing scan authorizations that exceed the Accumulo user's authorizations - Accumulo - [mail # user]
|
|
...Hi, I'm wondering about the expected behavior when creating a Scanner with authorizations that exceed the Accumulo user's authorizations. (For example, if some authentication mechanism...
|
|
|
Author: John Stoneham,
2011-12-15, 18:50
|
|
|
|