Skip to content
Snippets Groups Projects
Commit a21af088 authored by František Dvořák's avatar František Dvořák
Browse files

Fix hive - impersonation as '*' when security is disabled

parent cd06643f
Branches
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class{'hadoop': ...@@ -49,7 +49,7 @@ class{'hadoop':
}, },
properties => { properties => {
'dfs.replication' => 2, 'dfs.replication' => 2,
'hadoop.proxyuser.hive.groups' => "hive,impala,oozie,users", 'hadoop.proxyuser.hive.groups' => "*",
'hadoop.proxyuser.hive.hosts' => "*", 'hadoop.proxyuser.hive.hosts' => "*",
}, },
version => $$hadoop_version, version => $$hadoop_version,
......
...@@ -51,7 +51,7 @@ class{'hadoop': ...@@ -51,7 +51,7 @@ class{'hadoop':
}, },
properties => { properties => {
'dfs.replication' => 2, 'dfs.replication' => 2,
'hadoop.proxyuser.hive.groups' => "hive,impala,oozie,users", 'hadoop.proxyuser.hive.groups' => "*",
'hadoop.proxyuser.hive.hosts' => "*", 'hadoop.proxyuser.hive.hosts' => "*",
}, },
version => $$hadoop_version, version => $$hadoop_version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment