On 3/26/14, 9:23 AM, Keith Turner wrote:
That's my irk with it. The changes we made "hide" things for no other
>purpose than saying "we hid them". The next variant of a MAC is going to
>have to re-architect the entire thing anyways (I'm doing this right now and
>I'm overhauling it).
>
There is a purpose.  Whats an alternative solution to the addition of
"public List<LogWriter> getLogWriters()" to the MAC API?

Personally, I wouldn't have really cared if such a method was added to its API.

If you want to re-write MAC all you have to support is the interface in
minicluster, you are free to throw everything in minicluster.impl away.



No, not with the "interface" explicitly referencing MiniAccumuloC*Impl internally, I can't. I do not see any way I can throw away the existing impl given the API wrapper. Am I missing something?

Reply via email to