Keith Turner
Keith Turner
could also have methods like : ``` java Bytes getFamily() Bytes getQualifier() Bytes getValue() ```
This could be tricky. The map reduce job producing the rfiles does not need to know anything about the Accismus instance where files will eventually be loaded. Would need to...
One possible way to do this is to add a Fluo API call for loading files into a table. This call would do the sanity check and then make the...
Were you thinking of providing more than status on this page? Like the ability to stop a Fluo application? Was asking because I think providing the ability to take actions...
Maybe a way to reset is not that important, because if someone is concerned about performance of their ITs they would use the accumulo maven plugin
I deleted the comment I had made here because I was thinking of #527 when I wrote that comment. I copied the comment that was here to #527 and modified...
@mikewalch will you be able to provide @srikailash with assistance on this issue? If not, I may be able to.
There are definitely alot of concurrency issues with trying to keep an accurate start time. It would probably be possible to work out an algorithm using Zookeeper atomic compare and...
Noticed that `CommandUtil.verifyAppInitialized()` also creates a curator.
#33 is a possible solution to this