| clear query|facets|time |
Search criteria: .
Results from 1 to 5 from
5 (0.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Accumulo Utilities - Accumulo - [mail # user]
|
|
...So there are two use cases 1. We have a lot of users that are querying data, and each query opens a new BatchScanner. As we would scale to more users simultaneously, we would have a lo...
|
|
|
Author: roshanp@...,
2013-03-28, 18:46
|
|
|
Re: Accumulo Utilities - Accumulo - [mail # user]
|
|
...Yeah, that is why in the ThreadPoolConnector, I did not want to block ever. If the pool is exhausted, then just make a different kind of BatchScanner, that doesn't spawn new threads. Once th...
|
|
|
Author: roshanp@...,
2013-03-28, 18:00
|
|
|
Re: Accumulo Utilities - Accumulo - [mail # user]
|
|
...Thanks! I like the idea of sending my own thread pool to the batch scanner, that would definitely be the better solution. Yeah I thought about creating a batch scanner with only one th...
|
|
|
Author: roshanp@...,
2013-03-28, 16:15
|
|
|
Accumulo Utilities - Accumulo - [mail # user]
|
|
...In some of my projects, we needed to control the number of threads spun up with the use of multiple batch scanners. We created a utility to control the number of threads, and if the max thre...
|
|
|
Author: roshanp@...,
2013-03-28, 15:00
|
|
|
Re: Remove table - Accumulo - [mail # user]
|
|
...Thanks Eric, Corey got it to work easily with just the WRITE permission granted to root. So if root does not have write permission to METADATA, then how does the accumulo server write ...
|
|
|
Author: roshanp@...,
2013-03-04, 19:44
|
|
|
|