Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 1fef6bd18 -> 8066e074b


Fix config xml file that does not pass validation


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8066e074
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8066e074
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8066e074

Branch: refs/heads/branch-2.4
Commit: 8066e074b0b78df0bcdaa4b4b92c8a1c92b0c3c5
Parents: 1fef6bd
Author: Lisnichenko Dmitro <[email protected]>
Authored: Tue Jun 14 11:41:18 2016 +0300
Committer: Lisnichenko Dmitro <[email protected]>
Committed: Tue Jun 14 11:55:07 2016 +0300

----------------------------------------------------------------------
 .../HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8066e074/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
index 24fdd4f..4d34455 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
@@ -82,11 +82,11 @@
   <property>
     <name>num_llap_nodes</name>
     <value>1</value>
-    <minimum>1</minimum>
     <description>The number of Hive LLAP daemons to run.</description>
     <display-name>Number of LLAP Daemons</display-name>
     <value-attributes>
       <type>int</type>
+      <minimum>1</minimum>
     </value-attributes>
     <depends-on>
       <property>

Reply via email to