| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
141 (0.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ACCUMULO-1267] InputFormatBase always sets a regex filter at level 50 during initialize() - Accumulo - [issue]
|
|
...Even if a user doesn't supply a regex for the row, column family or column qualifier, a filter still gets set on the scanner at level 50. The code should be smart enough to not set the itera...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1267
Author: William Slacum,
2013-04-11, 20:52
|
|
|
Re: Iterator name already in use with AccumuloInputFormat? - Accumulo - [mail # user]
|
|
...And it uses the `IteratorSetting(int height, Class iterator)` constructor, so the name of the iterator is the class itself. Naming your iterator should be a short term fix. I created ACCUMUL...
|
|
|
Author: William Slacum,
2013-04-11, 18:26
|
|
|
Re: Iterator name already in use with AccumuloInputFormat? - Accumulo - [mail # user]
|
|
...I've noticed the InputFormat sticks one in the stack at some arbitrary height, such as 50. On Thu, Apr 11, 2013 at 2:10 PM, Chris Sigman wrote: ...
|
|
|
Author: William Slacum,
2013-04-11, 18:22
|
|
|
[ACCUMULO-1252] Race condition in BulkImport causes ConcurrentModificationException - Accumulo - [issue]
|
|
...The LoadFiles class gets a synchronized list of files to import and, while iterating over that list, creates another list of Callable's. If the list of files to load is long enough, it's pos...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1252
Author: William Slacum,
2013-04-08, 20:00
|
|
|
Re: TabletServerMBean - can getTotalMajorCompactions be added? - Accumulo - [mail # dev]
|
|
...I think they'd be both be useful. On Mon, Apr 8, 2013 at 3:15 PM, David Medinets wrote: ...
|
|
|
Author: William Slacum,
2013-04-08, 19:23
|
|
|
[ACCUMULO-1228] Allow clients to disable column families and locality groups - Accumulo - [issue]
|
|
...There's an inconsistency between what a server is capable of and what a client can tell it to do with respect to fetching column families.Currently, a user can tell a Scanner to fetch some s...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1228
Author: William Slacum,
2013-04-04, 18:04
|
|
|
Re: Error while trying to initialize - Accumulo - [mail # user]
|
|
...When you do a `jps -lm`, are all the hadoop DFS processes, zookeeper and accumulo processes running? On Fri, Mar 29, 2013 at 3:43 PM, Supun Kamburugamuva wrote: ...
|
|
|
Author: William Slacum,
2013-03-29, 19:47
|
|
|
Re: [VOTE] accumulo-1.4.3 RC2 - Accumulo - [mail # user]
|
|
...The build hangs in cloudtrace for me on Mac OS 10.7.5, oddly enough on a TSocket creation. I thought it was due to me having Thrift 0.9 installed, but I can't see it getting picked up when I...
|
|
|
Author: William Slacum,
2013-03-18, 13:58
|
|
|
Re: [VOTE] accumulo-1.4.3 RC2 - Accumulo - [mail # user]
|
|
...As an aside, do we keep track of the ingest and query rates with each release? I know Josh had a bit of a side project to do it nightly, but it'd be interesting to check whether or not as th...
|
|
|
Author: William Slacum,
2013-03-14, 15:03
|
|
|
Re: Mappers for Accumulo - Accumulo - [mail # user]
|
|
...Depending on the size of the tablet, you can lower the split threshold and/or set new split points on the table. On Mon, Mar 11, 2013 at 5:39 PM, Aji Janis wrote: ...
|
|
|
Author: William Slacum,
2013-03-12, 17:21
|
|
|
|