Repository: ambari Updated Branches: refs/heads/trunk e15399aa0 -> a50ac9d13
AMBARI-7773. Change default config of HiveServer2 (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a50ac9d1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a50ac9d1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a50ac9d1 Branch: refs/heads/trunk Commit: a50ac9d13d54156bad1b15cfb58f151f96ee8683 Parents: e15399a Author: Lisnichenko Dmitro <[email protected]> Authored: Tue Oct 14 16:22:41 2014 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Tue Oct 14 16:25:21 2014 +0300 ---------------------------------------------------------------------- .../0.8/services/HIVE/configuration/hive-site.xml | 12 ++++++++++++ .../HDP/1.3.2/services/HIVE/configuration/hive-site.xml | 12 ++++++++++++ .../HDP/2.0.6/services/HIVE/configuration/hive-site.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a50ac9d1/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/hive-site.xml index c968ea9..4fce97e 100644 --- a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HIVE/configuration/hive-site.xml @@ -162,6 +162,18 @@ limitations under the License. </property> <property> + <name>hive.server2.enable.impersonation</name> + <description>Enable user impersonation for HiveServer2</description> + <value>true</value> + </property> + + <property> + <name>hive.server2.authentication</name> + <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description> + <value>NOSASL</value> + </property> + + <property> <name>fs.hdfs.impl.disable.cache</name> <value>true</value> <description>Disable HDFS filesystem cache.</description> http://git-wip-us.apache.org/repos/asf/ambari/blob/a50ac9d1/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml index 524a27b..a661af8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml @@ -130,6 +130,18 @@ limitations under the License. </property> <property> + <name>hive.server2.enable.impersonation</name> + <description>Enable user impersonation for HiveServer2</description> + <value>true</value> + </property> + + <property> + <name>hive.server2.authentication</name> + <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description> + <value>NOSASL</value> + </property> + + <property> <name>fs.hdfs.impl.disable.cache</name> <value>true</value> <description>Disable HDFS filesystem cache.</description> http://git-wip-us.apache.org/repos/asf/ambari/blob/a50ac9d1/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml index 4371932..4d2ff86 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml @@ -160,6 +160,18 @@ limitations under the License. </property> <property> + <name>hive.server2.enable.impersonation</name> + <description>Enable user impersonation for HiveServer2</description> + <value>true</value> + </property> + + <property> + <name>hive.server2.authentication</name> + <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description> + <value>NOSASL</value> + </property> + + <property> <name>fs.hdfs.impl.disable.cache</name> <value>true</value> <description>Disable HDFS filesystem cache.</description>
