| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
34 (0.137s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Iterator name already in use with AccumuloInputFormat? - Accumulo - [mail # user]
|
|
...I got the same result when I tried to reuse an IteratorSetting object. From: Chris Sigman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2013 13:11 To: user Subject...
|
|
|
Author: Bob.Thorman@...,
2013-04-11, 18:11
|
|
|
RE: pragmattically invoking map reduce job from a .war deployed in tomcat - Accumulo - [mail # user]
|
|
...I jar up my map/reduce classes and all their dependencies to deploy to the lib/ext directory. Those classes are not runnable; dependent on ToolRunner. From: Cornish, Duan...
|
|
|
Author: Bob.Thorman@...,
2013-02-11, 16:20
|
|
|
RE: pragmattically invoking map reduce job from a .war deployed in tomcat - Accumulo - [mail # user]
|
|
...I do this same thing, but during deployment of my war I also deploy my job jars and their dependencies to $ACCUMULO_HOME\lib\ext to make sure they are available to the ensemble.  ...
|
|
|
Author: Bob.Thorman@...,
2013-02-08, 19:26
|
|
|
RE: making Scanner iterate through different version of cell - Accumulo - [mail # user]
|
|
...You can use the VersioningIterator within your scanner and specify the number of versions (i.e. timestamps) you want. Or you can use the TimeStampFilter and specify the time rang...
|
|
|
Author: Bob.Thorman@...,
2012-10-18, 17:35
|
|
|
RE: storm and accumulo - Accumulo - [mail # user]
|
|
...I'm trying to connect message queues to a topology that will terminate in a batchWriter. Along the way I want to put some bolts in place that detect certain events/sequences and make t...
|
|
|
Author: Bob.Thorman@...,
2012-10-17, 17:59
|
|
|
storm and accumulo - Accumulo - [mail # user]
|
|
...Has anyone done any integration between storm an accumulo? Primarily I'm interested in establish some topology from message queues to batchWriter(s) while performing real-time analytic...
|
|
|
Author: Bob.Thorman@...,
2012-10-17, 16:55
|
|
|
RE: ColumnQualifierFilter - Accumulo - [mail # user]
|
|
...Billie That's what I'm doing at the moment, but I'd like to give the iterator a collection of CF/CQ to filter on. Is that possible? From: Billie Rinaldi [ma...
|
|
|
Author: Bob.Thorman@...,
2012-09-10, 22:21
|
|
|
ColumnQualifierFilter - Accumulo - [mail # user]
|
|
...Anyone have a snippet on how to apply a ColumnQualifierFilter to a BatchScanner that has a VersioningIterator (any iterator for that matter)? Bob Thorman Engineering Fellow L-3 Communi...
|
|
|
Author: Bob.Thorman@...,
2012-09-10, 21:56
|
|
|
ColumnQualifierFilter - Accumulo - [mail # dev]
|
|
...Anyone have a snippet on how to apply a ColumnQualifierFilter to a BatchScanner that has a VersioningIterator? Bob Thorman Engineering Fellow L-3 Communications, ComCept 1700 Science P...
|
|
|
Author: Bob.Thorman@...,
2012-09-10, 20:54
|
|
|
RE: TimeSpan Iterator - Accumulo - [mail # user]
|
|
...Billie Your comment "Users should be aware that this is not an efficient operation, though." may help me decide if my current use of a secondary time index is better then. &nbs...
|
|
|
Author: Bob.Thorman@...,
2012-08-28, 16:51
|
|
|
|