[
https://issues.apache.org/jira/browse/AMBARI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591780#comment-14591780
]
Hudson commented on AMBARI-11837:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2950 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2950/])
Revert "AMBARI-11837. Simple insert takes up 6 slots with tez:
mapreduce.input.fileinputformat.split.minsize=1 should be
changed.(vbrodetskyi)" (sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=82cfc3ee295cdf5b9f87ea1aef0346837c255f10)
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
> Simple insert takes up 6 slots with tez:
> mapreduce.input.fileinputformat.split.minsize=1 should be changed
> ----------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-11837
> URL: https://issues.apache.org/jira/browse/AMBARI-11837
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-11837.patch
>
>
> {noformat}
> create table test (f1 int, f2 int);
> insert into table test values (10,10);
> {noformat}
> This ends up creating 6 containers (HiveInput creates 6 splits) in hive1
> queue in cn041 cluster. Accidentally one could use couple of JDBC programs
> to use up all available slots with simple inserts.
> Appears that "mapreduce.input.fileinputformat.split.minsize" is set to 1.
> Setting it to a higher value
> "mapreduce.input.fileinputformat.split.minsize=1000000" fixes the problem and
> launches 1 container.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)