Repository: ambari Updated Branches: refs/heads/branch-2.1 a44c367dd -> bdb1be025
Revert "AMBARI-11837. Simple insert takes up 6 slots with tez: mapreduce.input.fileinputformat.split.minsize=1 should be changed.(vbrodetskyi)" This reverts commit 49c7c9301fcae6a51dddab843f40134118a7df00. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bdb1be02 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bdb1be02 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bdb1be02 Branch: refs/heads/branch-2.1 Commit: bdb1be025bb72adcad6e1165c962278b6aa7763b Parents: a44c367 Author: Srimanth Gunturi <[email protected]> Authored: Wed Jun 17 23:36:53 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Wed Jun 17 23:36:53 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/bdb1be02/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>
