Repository: ambari Updated Branches: refs/heads/trunk 434ff1f25 -> d62755233
AMBARI-20256. Auto Hive 2.0 instance is missing permission for default Ambari roles. (dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d6275523 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6275523 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d6275523 Branch: refs/heads/trunk Commit: d62755233ccb489cbca1ec78ae2b7e86857d6efe Parents: 434ff1f Author: Dipayan Bhowmick <[email protected]> Authored: Wed Mar 8 00:59:27 2017 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Wed Mar 8 01:00:10 2017 +0530 ---------------------------------------------------------------------- contrib/views/hive20/src/main/resources/view.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d6275523/contrib/views/hive20/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/view.xml b/contrib/views/hive20/src/main/resources/view.xml index 37ddf56..f0e9e34 100644 --- a/contrib/views/hive20/src/main/resources/view.xml +++ b/contrib/views/hive20/src/main/resources/view.xml @@ -395,5 +395,12 @@ <services> <service>HIVE</service> </services> + <roles> + <role>CLUSTER.ADMINISTRATOR</role> + <role>CLUSTER.OPERATOR</role> + <role>SERVICE.ADMINISTRATOR</role> + <role>SERVICE.OPERATOR</role> + <role>CLUSTER.USER</role> + </roles> </auto-instance> </view>
