Repository: ambari
Updated Branches:
  refs/heads/trunk be9066f6d -> 7473b1d70


AMBARI-10970. 'hive.auto.convert.join.noconditionaltask.size' - Installer 
showing warning even when value seems to be in bounds (onechiporenko via 
srimanth)


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

Branch: refs/heads/trunk
Commit: 7473b1d7097edb787a73638a32a06d54dc3c739b
Parents: be9066f
Author: Srimanth Gunturi <[email protected]>
Authored: Wed May 6 11:56:14 2015 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Wed May 6 11:56:14 2015 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7473b1d7/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
index 0c27f48..f77977d 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
@@ -1398,7 +1398,7 @@ limitations under the License.
     <display-name>For Map Join, per Map memory threshold</display-name>
     <value-attributes>
       <type>int</type>
-      <minimum>1073741824</minimum>
+      <minimum>8192</minimum>
       <maximum>17179869184</maximum>
       <unit>B</unit>
       <step-increment></step-increment>

Reply via email to