| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
80 (0.272s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: MapR Announces First High Availability Solution for Accumulo - Accumulo - [mail # user]
|
|
...If anyone finds published performance numbers, please follow up here. On Thu, Jun 7, 2012 at 10:09 AM, David Medinets wrote:...
|
|
|
Author: Jim Klucar,
2012-06-07, 14:24
|
|
|
Re: Can Sort Order Be Reversed? - Accumulo - [mail # user]
|
|
...If its an int or long you can subtract it from the maximum int/long before you write the row id. if it is a YYYYMMDD string, subtract each character from 9 before writing the rowid. &n...
|
|
|
Author: Jim Klucar,
2012-05-31, 14:41
|
|
|
Re: Scan entire table - Accumulo - [mail # user]
|
|
...Just don't do anything. If you create a scanner object, it sets the default range to Range(null, null) so when you call Scanner.iterator() you will create an iterator that will cover the ent...
|
|
|
Author: Jim Klucar,
2012-05-15, 16:08
|
|
|
Re: zookeeper ACL issues - Accumulo - [mail # dev]
|
|
...That worked for the CLI. What is the data in there? base64 encoding of the password? Have you heard of anyone trying to implement an OAuth style authentication for the Authenticator? I...
|
|
|
Author: Jim Klucar,
2012-01-05, 02:14
|
|
|
zookeeper ACL issues - Accumulo - [mail # dev]
|
|
...Hey, I've been poking at security features of Accumulo, specifically the user/password stuff in Zookeeper. I was wondering if it would be possible to abstract away the zookeeper ACL au...
|
|
|
Author: Jim Klucar,
2012-01-04, 20:09
|
|
|
[ACCUMULO-209] RegExFilter does not properly regex when using multi-byte characters - Accumulo - [issue]
|
|
...The current RegExFilter class uses a ByteArrayBackedCharSequence to set the data to match against. The ByteArrayBackedCharSequence contains a line of code that prevents the matcher from prop...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-209
Author: Jim Klucar,
2011-12-12, 15:39
|
|
|
Re: [jira] [Updated] (ACCUMULO-209) RegExFilter does not properly regex when using multi-byte characters - Accumulo - [mail # dev]
|
|
...Did anyone grep the source to see if any other classes are using ByteArrayBackedCharSequence? Should that class be removed or fixed? On Fri, Dec 9, 2011 at 12:25 PM, Billie Rinaldi (Up...
|
|
|
Author: Jim Klucar,
2011-12-11, 17:49
|
|
|
Re: Shell setiter/setscaniter commands - Accumulo - [mail # dev]
|
|
...On Tue, Nov 15, 2011 at 11:03 AM, Billie J Rinaldi wrote: +1 for the latter. Admittedly, iterator stuff is best left for more advanced users, but we shouldn't discourage people f...
|
|
|
Author: Jim Klucar,
2011-11-15, 16:13
|
|
|
Re: Shell setiter/setscaniter commands - Accumulo - [mail # dev]
|
|
...Billie, Using Java reflection, you could determine what interfaces the iterator implements, and if it implements OptionDescriber, prompt for the options. At the very least, a bet...
|
|
|
Author: Jim Klucar,
2011-11-15, 15:51
|
|
|
Shell setiter/setscaniter commands - Accumulo - [mail # dev]
|
|
...Currently the org.apache.accumulo.core.util.shell.commands.SetIterCommand requires that the iterator implement the OptionDescriber interface (line 128). This prevents using some useful itera...
|
|
|
Author: Jim Klucar,
2011-11-08, 20:05
|
|
|
|