You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While analyzing Accumulo's API I have run into some mistakes made in the past. For example AbstractInputFormat has a method called getTabletLocator() that returns a non public API type. I would like to add a very specific exception to ignore this method.