Repository: ambari Updated Branches: refs/heads/trunk cbf4c72d8 -> 82cfc3ee2
Revert "AMBARI-11837. Simple insert takes up 6 slots with tez: mapreduce.input.fileinputformat.split.minsize=1 should be changed.(vbrodetskyi)" This reverts commit fd4290e054f10b55c218d6fee75ab523be7ea39a. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/82cfc3ee Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/82cfc3ee Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/82cfc3ee Branch: refs/heads/trunk Commit: 82cfc3ee295cdf5b9f87ea1aef0346837c255f10 Parents: cbf4c72 Author: Srimanth Gunturi <[email protected]> Authored: Wed Jun 17 23:33:37 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Wed Jun 17 23:33:37 2015 -0700 ---------------------------------------------------------------------- .../HIVE/0.12.0.2.0/configuration/hive-site.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/82cfc3ee/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml index 1ede48c..f4e4b25 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml @@ -354,13 +354,6 @@ limitations under the License. </property> <property> - <name>mapreduce.input.fileinputformat.split.minsize</name> - <value>1000000</value> - <description>The minimum size chunk that map input should be split into. - Note that some file formats may have minimum split sizes that take priority over this setting.</description> - </property> - - <property> <name>hive.default.fileformat</name> <value>TextFile</value> <description>Default file format for CREATE TABLE statement.</description>
