Repository: ambari Updated Branches: refs/heads/trunk e8c80e221 -> 4c41d45f3
AMBARI-6842 HS2 doAs should be set to true (Iryna Kuzmenko via dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4c41d45f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4c41d45f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4c41d45f Branch: refs/heads/trunk Commit: 4c41d45f34d04678ebafe7f30100673a41fa03d3 Parents: e8c80e2 Author: Dmytro Sen <[email protected]> Authored: Wed Aug 13 11:53:18 2014 +0300 Committer: Dmytro Sen <[email protected]> Committed: Wed Aug 13 11:53:18 2014 +0300 ---------------------------------------------------------------------- .../HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml | 2 +- .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4c41d45f/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml index c4e3d76..36c6985 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml @@ -134,7 +134,7 @@ limitations under the License. <property> <name>hive.server2.enable.doAs</name> - <value>false</value> + <value>true</value> <description>Impersonate the connected user. By default HiveServer2 performs the query processing as the user who submitted the query. But if the parameter is set to false, the query will run as the user that the hiveserver2 process runs as. http://git-wip-us.apache.org/repos/asf/ambari/blob/4c41d45f/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml index ac4c1a2..ae874e2 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml @@ -152,7 +152,7 @@ limitations under the License. <property> <name>hive.server2.enable.doAs</name> - <value>false</value> + <value>true</value> <description>Impersonate the connected user. By default HiveServer2 performs the query processing as the user who submitted the query. But if the parameter is set to false, the query will run as the user that the hiveserver2 process runs as.
