| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.128s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Reduce task failing on job with error java.lang.IllegalStateException: Keys appended out-of-order - Accumulo - [mail # user]
|
|
...Something that may be worth thinking more about is that whether you use bulk or live ingest, col3 sorts lexicographically after col16. You may not be able to output that for bulk ingest with...
|
|
|
Author: Michael Flester,
2012-12-07, 03:34
|
|
|
Re: Setting Charset in getBytes() call. - Accumulo - [mail # dev]
|
|
...I agree with Benson entirely with one caveat. It seems to me that there might be two categories of things being discussed 1. User data (keys and values) 2. Ancillary thin...
|
|
|
Author: Michael Flester,
2012-10-30, 00:27
|
|
|
Re: Setting Charset in getBytes() call. - Accumulo - [mail # dev]
|
|
...UTF-8 cannot encode arbitrary data. All data that we store in accumulo is not characters. A safe encoding to use as a pass through when you don't know if you are dealing with characters is I...
|
|
|
Author: Michael Flester,
2012-10-29, 19:14
|
|
|
Re: [VOTE] accumulo-1.4.2 RC2 - Accumulo - [mail # user]
|
|
...Wilhelm -- For the release of 1.3.6 a while back if I switched out the "mvn rat:check" line in assemble/build.sh with this: mvn org.apache.rat:apache-rat-plugin:check &nbs...
|
|
|
Author: Michael Flester,
2012-10-23, 02:41
|
|
|
Re: Unapproved License Message From assemble/build.sh) - Accumulo - [mail # dev]
|
|
...I've checked the rat source code[1] and followed the trail to the codehaus DirectoryScanner[2] and don't find any code that reads or obeys an exclude list other than some defaults that can b...
|
|
|
Author: Michael Flester,
2012-10-22, 20:55
|
|
|
Re: egrep usage - 1.3.4 - Accumulo - [mail # user]
|
|
...You are right. I had inadvertently constrained my thinking to patterns of the form match(".*{x}.*") == find(".*{x}.*") == find("{x}") but that isn't everything someone might be using it for....
|
|
|
Author: Michael Flester,
2012-08-06, 19:01
|
|
|
Re: egrep usage - 1.3.4 - Accumulo - [mail # user]
|
|
...Keith -- Switching from match to find should be no change for anyone that is currently using it. All patterns that "match" will equally "find". But new users would be able to take adva...
|
|
|
Author: Michael Flester,
2012-08-05, 23:16
|
|
|
Re: egrep usage - 1.3.4 - Accumulo - [mail # user]
|
|
...On Sat, Jul 28, 2012 at 7:57 PM, John Vines wrote: Java has both Matcher#matches and Matcher#find. The latter would operate more like the egrep(1) command without requiring the w...
|
|
|
Author: Michael Flester,
2012-07-30, 01:47
|
|
|
|