Hello, I am working on developing integrating an external service with Apache Ranger. I am trying to figure out how to write unit tests which can test my authorization plugin. Is there any way to start ranger in memory?
I see that there are some tests for hive which uses a file based policy and has a test client which reads from the file as a mock policy store. Is this the way to go? Also is there any generic RangerAdminClient for tests? Thanks.
