| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
269 (5.033s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ROW ID Iterator - sanity check - Accumulo - [mail # user]
|
|
...Since you changed the iterator method to create a new RowIdIterator based on the old scanner, and the old scanner remembers its scan iterator configuration, each time you call iterate you en...
|
|
|
Author: Adam Fuchs,
2012-05-20, 17:57
|
|
|
Re: ROW ID Iterator - sanity check - Accumulo - [mail # user]
|
|
...One issue here is you are mixing Iterator and Iterable in the same object. Usually, an Iterable will return an iterator at the beginning of some logical sequence, but your iterable returns t...
|
|
|
Author: Adam Fuchs,
2012-05-19, 23:49
|
|
|
Re: Could combiners be coded using groovy? - Accumulo - [mail # dev]
|
|
...The base semantics of Accumulo are actually more of multimap, and the VersioningIterator is what turns a table into a map. You could try using a custom comparator when you construct your Tre...
|
|
|
Author: Adam Fuchs,
2012-05-19, 22:12
|
|
|
[VOTE] [RESULT] remove "Closed" state from workflow - Accumulo - [mail # dev]
|
|
...The vote passes with 9 +1s (counting my implicit vote) and 0 -1s. I will follow up and get this implemented. Thanks all, Adam On Sat, May 19, 2012 at 11:26 AM, Jason Trost...
|
|
|
Author: Adam Fuchs,
2012-05-19, 15:31
|
|
|
Re: Using Accumulo To Calculate Seven Day Rolling Average - Accumulo - [mail # user]
|
|
...You could use a combiner for values that match the same day, and then roll off whole days. This could be used along with a scan-time combiner to do averages across multiple days. Alter...
|
|
|
Author: Adam Fuchs,
2012-05-19, 01:42
|
|
|
Re: Scanner and BatchScanner on equal footing. - Accumulo - [mail # user]
|
|
...John, As of Accumulo 1.4.0, ScannerBase implements Iterable>. 1.3.x and earlier did not. However, I'm glad to hear that my java generics hack worked! Cheers, Adam On Th...
|
|
|
Author: Adam Fuchs,
2012-05-17, 14:39
|
|
|
[VOTE] remove "Closed" state from workflow - Accumulo - [mail # dev]
|
|
...Dear Accumulo developers, The Accumulo project currently has 15 issues that are in the "Closed" state. We would like to re-open one of those tickets to be able to modify it. However, w...
|
|
|
Author: Adam Fuchs,
2012-05-15, 20:22
|
|
|
Re: Key and Value type serialization - Accumulo - [mail # user]
|
|
...Juan, This sounds like a reasonable feature. Why don't you put in a jira ticket so that we can track this and debate it. Thanks, Adam On Tue, May 15, 2012 at 9:23 AM, Juan...
|
|
|
Author: Adam Fuchs,
2012-05-15, 13:44
|
|
|
Re: On ticket management - Accumulo - [mail # dev]
|
|
...+1 Adam On Thu, May 10, 2012 at 8:30 PM, Eric Newton wrote: ...
|
|
|
Author: Adam Fuchs,
2012-05-11, 00:34
|
|
|
[ACCUMULO-586] sign jars when building a release - Accumulo - [issue]
|
|
...As part of the release process we should include the following steps:1. Generate a new key pair2. Use it to sign the jars3. Generate a java security policy file that includes the public key4...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-586
Author: Adam Fuchs,
2012-05-10, 19:05
|
|
|
|