Christopher L. Shannon
Christopher L. Shannon
@EdColeman - Yesterday/today I spent a good amount of time diving into the Scan api and implementation between the client and server to get a better feel how that works...
After talking offline to @EdColeman I am going to try a different approach of creating a new command called `du_meta` that will be simpler and just do the metadata scan...
@EdColeman - new working branch for the client side only version is here if you want to take a look: https://github.com/cshannon/accumulo/commits/accumulo-2820-client This is by no means finished and still very...
I have started looking into this and doing research on how to go about implementing it. I plan to try and break this up into sub-tasks to implement smaller changes...
@ctubbsii, @keith-turner, @dlmarion - As a first step to this issue I have been looking into what it would take to create an iterator to read an Rfile that was...
Thanks @keith-turner and @ctubbsii for the feedback. I didn't get any time last week but I should have a chance later this week to poke around a bit and try...
Just a quick update, I've been working on a prototype the last couple weeks (trying various different things so it is taking a while) and I should have something by...
@keith-turner - Right, that's the interface where they are and the current RFile reader iterator implements that interface so we would need to implement this or make sure the code...
I've started looking at how to persist ranges to the file field in the metadata table. The main thing I've noticed digging into it so far is that I will...
@ctubbsii and @keith-turner - In regards to my recent comment about storing ranges to the file field, how do you feel about encoding a list of ranges using JSON or...