InterviewSolution
Saved Bookmarks
| 1. |
__________ is one of many possible IAuthorizer implementations and the one that stores permissions in the system_auth.permissions table to support all authorization-related CQL statements.(a) CassandraAuth(b) CassandraAuthorizer(c) CassAuthorizer(d) All of the mentioned |
|
Answer» The correct choice is (b) CassandraAuthorizer The best explanation: Configuration consists mainly of changing the authorizer option in the cassandra.yaml to use the CassandraAuthorizer. |
|