| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
41 (0.191s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ACCUMULO-788] Debian native package postinst scripts reference a bare $JAVA_HOME environment variable - Accumulo - [issue]
|
|
...The postinst native debian package scripts reference a bare $JAVA_HOME library in two places that will cause them to fail if $JAVA_HOME is unset or contains spaces.The variable should be quo...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-788
Author: Ed Kohlwey,
2013-01-02, 22:26
|
|
|
[ACCUMULO-787] Debian packages rely on old hadoop-zookeeper package - Accumulo - [issue]
|
|
...The accumulo debian packages rely on hadoop-zookeeper, which is not a standard package name for zookeeper outside of CDH3....
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-787
Author: Ed Kohlwey,
2013-01-02, 20:19
|
|
|
[ACCUMULO-731] Rework API's To Use java.nio Style Buffers - Accumulo - [issue]
|
|
...I wanted to start a dialog around modernizing some of the Accumulo API's to use NIO style buffers instead of the current access patterns.Using ByteBuffers, CharBuffers, etc. can have a subst...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-731
Author: Ed Kohlwey,
2012-12-18, 17:31
|
|
|
Current Status of Pluggable Authorization? - Accumulo - [mail # dev]
|
|
...I was wondering what the current status of pluggable authorization was - I'm currently contemplating hacking up 1.4's ZKAuthenticator in order to do pluggable authorization for ACL's, and wa...
|
|
|
Author: Ed Kohlwey,
2012-12-05, 12:11
|
|
|
Re: Setting Charset in getBytes() call. - Accumulo - [mail # dev]
|
|
...Also, on the topic of byte arrays - we should do one better than hbase and go for ByteBuffers. They are more reusable and long-lived buffers can be allocated outside the heap and take advant...
|
|
|
Author: Ed Kohlwey,
2012-10-30, 01:54
|
|
|
Re: Setting Charset in getBytes() call. - Accumulo - [mail # dev]
|
|
...I think there might be memory efficiency issues that should pursuade us to adopt charsets rather than the current approach. I believe (rtfs to be sure) that charset.decode doesn't deep copy ...
|
|
|
Author: Ed Kohlwey,
2012-10-30, 01:44
|
|
|
Re: Setting Charset in getBytes() call. - Accumulo - [mail # dev]
|
|
...If you use a private static field in each class for the charset, it will basically be a singleton because charsets are cached in char set.forname. IMHO this is a somewhat cleaner approach th...
|
|
|
Author: Ed Kohlwey,
2012-10-28, 22:18
|
|
|
[ACCUMULO-752] Add support for importDirectory to the mock instance - Accumulo - [issue]
|
|
...Adding import support for the mock instance is fairly trivial and is useful for testing mapreduce pipelines.I'm attaching a patch for 1.4.1 but forward-porting to 1.5 should be pretty easy....
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-752
Author: Ed Kohlwey,
2012-10-11, 14:29
|
|
|
Re: Release 1.4.2 - Accumulo - [mail # dev]
|
|
...It would be really nice to have ACCUMULO-739 included in a stable 1.4.x release as well - although I'm sure there will be some debate about this since it enhances the API. On Tue, Oct...
|
|
|
Author: Ed Kohlwey,
2012-10-11, 12:18
|
|
|
[ACCUMULO-782] MockConnector returns a MockInstance that is not equivalent to it's parent MockInstance - Accumulo - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-782
Author: Ed Kohlwey,
2012-10-09, 20:55
|
|
|
|