| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
122 (0.17s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [jira] [Created] (ACCUMULO-454) RFile Input Format - Accumulo - [mail # dev]
|
|
...Does Keith's input format apply the necessary Accumulo iterators to provide a sane view of the data to MapReduce? And what you're proposing is an input format that works over RFiles wh...
|
|
|
Author: Aaron Cordova,
2012-03-09, 17:31
|
|
|
Re: filter on value ranges - Accumulo - [mail # user]
|
|
...To answer your question, I would not use built-in iterators for this. But if you were determined, you could use what is known as 'document sharding' as opposed to 'term sharding' and ...
|
|
|
Author: Aaron Cordova,
2012-03-09, 14:20
|
|
|
Re: filter on value ranges - Accumulo - [mail # user]
|
|
...The best way is to build a separate numerical index on the salary field. The Accumulo table would look like this: rowID colfam colqual value 0040000 salary employeeY [blank] 004...
|
|
|
Author: Aaron Cordova,
2012-03-09, 14:18
|
|
|
Re: [jira] [Commented] (ACCUMULO-452) Generalize locality groups - Accumulo - [mail # dev]
|
|
...If column families aren't a good fit, then look at the rows. If neither rows nor column families work, then one can always create another table, that has time embedded in the rows. &nb...
|
|
|
Author: Aaron Cordova,
2012-03-08, 21:27
|
|
|
Induction app - Accumulo - [mail # dev]
|
|
...This looks like something that should be made to connect to Accumulo: http://inductionapp.com/ I may get to work on it as time permits but thought I'd mention it in case others a...
|
|
|
Author: Aaron Cordova,
2012-03-05, 21:47
|
|
|
a model for accumulo write scaling performance - Accumulo - [mail # dev]
|
|
...In my experience with Accumulo on EC2, I've seen about an 85% increase in aggregate write rate each time the size of the cluster is doubled. I've tried to capture that behavior in a model to...
|
|
|
Author: Aaron Cordova,
2012-02-24, 19:35
|
|
|
Re: Question About Table Design in User Manual - Accumulo - [mail # user]
|
|
...Is there already a ticket to update the manual to the 1.4 API? On Feb 23, 2012, at 1:47 PM, Adam Fuchs wrote: ...
|
|
|
Author: Aaron Cordova,
2012-02-23, 18:49
|
|
|
Re: 1.4 filters - Accumulo - [mail # user]
|
|
...Ahh found it - org.apache.accumulo.core.iterators.Filter On Feb 22, 2012, at 4:41 PM, John Vines wrote: ...
|
|
|
Author: Aaron Cordova,
2012-02-22, 21:49
|
|
|
1.4 filters - Accumulo - [mail # user]
|
|
...I notice Filter and FilteringIterator in v1.4 are deprecated "since 1.4". What should I use instead? On Feb 22, 2012, at 3:49 PM, Billie J Rinaldi wrote: ...
|
|
|
Author: Aaron Cordova,
2012-02-22, 21:23
|
|
|
Re: combiners - Accumulo - [mail # user]
|
|
...On Feb 22, 2012, at 3:49 PM, Billie J Rinaldi wrote: Basically Values I'd like to suppress. I'll use a filter. Thx ...
|
|
|
Author: Aaron Cordova,
2012-02-22, 21:08
|
|
|
|