Jeffrey Manno

Results 16 comments of Jeffrey Manno

> I went ahead and squashed my commits into 1 (leaving Emily's) and I also rebased and removed the draft status as I think this PR is about ready to...

Depending on which PR is merged first, the properties changed here should match the design set in #2190.

> Can this issue and also https://github.com/apache/accumulo/pull/2814 be merged or do we want to try and get rid of SiteConfiguration now? I think it makes more sense to merge as...

Just for reference, I have been periodically running this IT past week or so and I have yet to see it fail.

I am a little behind on following this PR. What else is remaining to get this ready for review?

Commands that seem to have this issue: ``` GrepCommand EGrepCommand MaxRowCommand ``` `DeleteManyCommand` does extend `ScanCommand` but overwrites the '-f' arg with a force option. If the usefulness of the...

It does work for scan. It might be useful in some applications but I do not know what they are. Just the commands that extend ScanCommand it does not work....

What command do we run at release time to check for API breakage? Just maven's apilyzer plugin?

@jmark99 Can you be more specific on what exception you see in the terminal? The exceptions I ran into were only Auth issues. One for user `username` which did not...

After coming back to this, I have been able to reproduce the error. I am still looking for a solution but my guess is the client that was used to...