Keith Turner
Keith Turner
io.fluo.impl.ParalllelSnapshotScanner does not filter on column vis. It uses an Accumulo batch scanner and fetches cf and cq, but does not filter the results on cv.
I starting updating the phrasecount example to use beta snapshot. I wanted to utilize the new feature in beta where mini can automatically start a mini accumulo. The existing phrasecount...
After patch for #206 seeing alot of the following exceptions. Looking into this, @cjnolet may have had the issue fixed in [CURATOR-121](https://issues.apache.org/jira/browse/CURATOR-121). Going to curator 2.7 may make these exceptions...
Why did #447 happen?
The fluo M/R APIs currently support mapreduce. Should also support mapred.
Need to check if shared batch writer is closed when adding mutations.
The transaction level log tracing summary currently only shows the # of reads that returned a value. It would be nice to log the total number of reads the transaction...
I would encourage this project to consider adding a link to the [Accumulo website][1]. If you are interested, I am happy to assist with this if you know what content...
I suspect their may be a failure case where unused write ahead logs are never GCed. The Accumulo GC get the list of write ahead logs from zookeeper. Tablet servers...
Creating and/or deleting a lot of files is a pattern that occurs in multiple places in the Accumulo code (like GC, create table, and delete table). HDFS does not offer...