Repository: ambari Updated Branches: refs/heads/branch-1.7.0 cc2d8a393 -> b941191c5
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/b941191c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b941191c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b941191c Branch: refs/heads/branch-1.7.0 Commit: b941191c596e62a905fa08d85d55b713860a8f4e Parents: cc2d8a3 Author: Lisnichenko Dmitro <[email protected]> Authored: Tue Oct 14 16:23:54 2014 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Tue Oct 14 16:23:54 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/b941191c/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/b941191c/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/b941191c/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>
