Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 41 (0.061s).
Loading phrases to help you
refine your search...
Re: OpenTSDB and Accumulo - Accumulo - [mail # user]
...Eric, This is a very cool project. I've heard of OpenTSDB before but hadn't ever had the chance to fiddle with it.  Do you know what visualization and analytics packages are available o...
   Author: Ed Kohlwey, 2012-10-04, 16:44
Bug in native package scripts on Ubuntu? - Accumulo - [mail # dev]
...While trying to install the native packages today on Ubuntu I found at least one bug in the package scripts and what I think may be another.  I was wondering how well tested the scripts...
   Author: Ed Kohlwey, 2012-09-25, 16:00
Accumulo Hackathon - Accumulo - [mail # dev]
...I thought that Accumulo users or devs in the DC area might be interested in this-  I and a few folks from Booz Allen will be throwing the first ever Accumulo Hackathon on Oct. 13th in C...
   Author: Ed Kohlwey, 2012-09-19, 20:46
Re: Storing Public Key As Column Qualifier - Accumulo - [mail # dev]
...I agree, while it -seems- like a reasonable thing to do, you could just as easily use a uuid for the key. I would argue, as a result, that you should because the uuid has no cryptographic pr...
   Author: Ed Kohlwey, 2012-08-20, 00:24
Re: feedback on Typo - Accumulo - [mail # dev]
...I started looking this morning at what it would take to change the encoders to be nio based, and then realized that this was actually an issue in the core accumulo API.  I think it woul...
   Author: Ed Kohlwey, 2012-08-16, 13:55
Re: feedback on Typo - Accumulo - [mail # dev]
...One suggestion I'd make is to force users to name their tuples by making the tuple types abstract. This won't help your complexity but IMHO makes code more readable.  This an issue of j...
   Author: Ed Kohlwey, 2012-08-15, 14:09
Re: feedback on Typo - Accumulo - [mail # dev]
...I think its not just about types, but specifically primitive types and tuples.  So its avoiding being a full-fledged ORM solution like Gora.  ...
   Author: Ed Kohlwey, 2012-08-15, 13:19
Re: C++ Pipes for Accumulo - Accumulo - [mail # user]
...If you can stand having a GPL-licensed component, then you can try JNA instead of JNI. Its a little bit simpler to work with.  On Tue, Aug 14, 2012 at 11:48 AM, Billie Rinaldi  wro...
   Author: Ed Kohlwey, 2012-08-14, 16:48
Re: feedback on Typo - Accumulo - [mail # dev]
...I really like this. I've thought for some time that something of this sort should be part of the Accumulo core API. The inconsistent use use CharSequence, String, Text, and byte[] objects to...
   Author: Ed Kohlwey, 2012-08-13, 00:11
Re: BatchScanner vs. Scanner logic - Accumulo - [mail # user]
...The simple intuition on batch scanners is that they provide parallelism by having multiple fetch threads to contact multiple servers at once. It's pretty common to structure your key so that...
   Author: Ed Kohlwey, 2012-08-12, 23:56
Sort:
project
Accumulo (41)
Avro (8)
Hadoop (8)
Drill (4)
HBase (3)
MapReduce (3)
Hive (1)
type
mail # dev (23)
mail # user (11)
issue (7)
date
last 7 days (0)
last 30 days (1)
last 90 days (6)
last 6 months (12)
last 9 months (41)
author
Eric Newton (772)
Keith Turner (762)
John Vines (684)
David Medinets (624)
Josh Elser (354)
Billie Rinaldi (299)
Adam Fuchs (281)
Christopher (264)
Billie J Rinaldi (237)
Christopher Tubbs (176)
Benson Margulies (144)
William Slacum (144)
Aaron Cordova (122)
Jim Klucar (81)
Mike Drob (70)
Ed Kohlwey