AMBARI-17959 hadoop.security.* properties should not be set in hive-site.xml (hive-interactive-site) (dsen)
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
index 499aa32..4fae665 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
@@ -30,8 +30,6 @@
         },
         {
           "hive-interactive-site": {
-            "hadoop.security.authentication": "KERBEROS",
-            "hadoop.security.authorization": "true",
             "hive.llap.daemon.work.dirs": "/hadoop/llap/local"
           }
         },