| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
42 (0.083s).
|
|
|
Loading phrases to help you refine your search...
|
|
Accumulo shell scan for row with quote? - Accumulo - [mail # user]
|
|
...Hello, I'm trying to use the accumulo shell to scan for a row that has a literal quote in the key, e.g. "foo" I tried scan -b "foo scan -b \"foo But neither ret...
|
|
|
Author: Mike Hugo,
2013-02-26, 18:51
|
|
|
Reverse timestamp order? - Accumulo - [mail # user]
|
|
...When iterating over multiple versions of the same key, is there a way to receive them in chronological order rather than last inserted first? For example, if I insert aKey cf1 cq...
|
|
|
Author: Mike Hugo,
2013-02-15, 23:05
|
|
|
infinite number of max.versions? - Accumulo - [mail # user]
|
|
...I see I can use a config setting (e.g. table.iterator.minc.vers.opt.maxVersions) to keep x number of versions of a record within different scopes (minc, majc, etc). Is there a way to set tha...
|
|
|
Author: Mike Hugo,
2013-01-28, 16:08
|
|
|
Re: Access to connector inside a Mapper class? - Accumulo - [mail # user]
|
|
...Thanks Christopher and David, for the moment I am re-constructing a Connector in the set up of the job based on the configuration parameters, but I may also try out extending AccumuloInputFo...
|
|
|
Author: Mike Hugo,
2013-01-28, 15:57
|
|
|
Access to connector inside a Mapper class? - Accumulo - [mail # user]
|
|
...Is there a way to get access to the underlying connector being used by the Accumulo Input Format inside the map method of a Mapper class? In certain scenarios, I need to be able to loo...
|
|
|
Author: Mike Hugo,
2013-01-23, 18:50
|
|
|
Re: Programtically invoking a Map/Reduce job - Accumulo - [mail # user]
|
|
...Spot on - thanks Billie, that did the trick! On Thu, Jan 17, 2013 at 1:57 PM, Billie Rinaldi wrote: ...
|
|
|
Author: Mike Hugo,
2013-01-17, 20:41
|
|
|
Re: Programtically invoking a Map/Reduce job - Accumulo - [mail # user]
|
|
...Thanks Billie! Setting "mapred.job.tracker" and "fs.default.name" in the conf has gotten me further. job.getConfiguration().set("mapred.job.tracker", ...
|
|
|
Author: Mike Hugo,
2013-01-17, 19:16
|
|
|
Re: Programtically invoking a Map/Reduce job - Accumulo - [mail # user]
|
|
...Cool, thanks for the feedback John, the examples have been helpful in getting up and running! Perhaps I'm not doing something quite right. When I jar up my jobs and deploy the ja...
|
|
|
Author: Mike Hugo,
2013-01-16, 20:07
|
|
|
Programtically invoking a Map/Reduce job - Accumulo - [mail # user]
|
|
...I'm writing a client program that uses the BatchWriter and BatchScanner for inserting and querying data, but occasionally it also needs to be able to kick of a Map/Reduce job on a remote acc...
|
|
|
Author: Mike Hugo,
2013-01-16, 17:11
|
|
|
Map Reduce over whole row - Accumulo - [mail # user]
|
|
...I'm writing a map reduce job that utilizes the AccumuloRowInputFormat so I can do some processing on an entire row. When working with things in this way, will PeekingIterator always gi...
|
|
|
Author: Mike Hugo,
2013-01-11, 22:20
|
|
|
|