| clear query|facets|time |
Search criteria: .
Results from 71 to 77 from
77 (0.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
|