Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.135s).
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
Sort:
project
Accumulo (6)
type
mail # user (5)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (6)
author
Eric Newton (761)
Keith Turner (739)
John Vines (655)
David Medinets (593)
Josh Elser (297)
Billie Rinaldi (271)
Adam Fuchs (269)
Billie J Rinaldi (237)
Christopher (192)
Christopher Tubbs (154)
Benson Margulies (142)
William Slacum (141)
Aaron Cordova (122)
Jim Klucar (80)
Alan D. Cabrera (65)
John Stoneham