MikeThomsen commented on issue #3723: NIFI-6656 Added a default visibility expression configuration item to… URL: https://github.com/apache/nifi/pull/3723#issuecomment-530868240 [MapCache_Visibility.txt](https://github.com/apache/nifi/files/3606151/MapCache_Visibility.txt) Test template. This is what the `hbase-site.xml` for hbase 2.0.5 looks like to test: ``` <configuration> <property> <name>hbase.security.authorization</name> <value>true</value> </property> <property> <name>hbase.coprocessor.region.classes</name> <value>org.apache.hadoop.hbase.security.visibility.VisibilityController</value> </property> <property> <name>hbase.coprocessor.master.classes</name> <value>org.apache.hadoop.hbase.security.visibility.VisibilityController</value> </property> </configuration> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
