When running rwalk Security.xml the following line throws an exception.
|
case GET_SUMMARIES: |
|
throw new UnsupportedOperationException("GET_SUMMARIES not implemented"); |
I think it would be pretty easy to implement this so the rwalk security module could run properly again.
When running
rwalk Security.xmlthe following line throws an exception.accumulo-testing/src/main/java/org/apache/accumulo/testing/randomwalk/security/TableOp.java
Lines 297 to 298 in 0a364eb
I think it would be pretty easy to implement this so the rwalk security module could run properly again.