KYLIN-1181 Remove limitation of mapreduce.job.split.metainfo.maxsize for hive jobs
Signed-off-by: honma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/fde4a3d5 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/fde4a3d5 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/fde4a3d5 Branch: refs/heads/2.0-rc Commit: fde4a3d511adbbe7b4fec7c3fcaeda4ac9ffda4b Parents: 1314fda Author: lidongsjtu <[email protected]> Authored: Mon Nov 30 10:56:02 2015 +0800 Committer: honma <[email protected]> Committed: Fri Dec 4 16:14:25 2015 +0800 ---------------------------------------------------------------------- build/conf/kylin_hive_conf.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/fde4a3d5/build/conf/kylin_hive_conf.xml ---------------------------------------------------------------------- diff --git a/build/conf/kylin_hive_conf.xml b/build/conf/kylin_hive_conf.xml index b77b664..afa53f7 100644 --- a/build/conf/kylin_hive_conf.xml +++ b/build/conf/kylin_hive_conf.xml @@ -67,4 +67,13 @@ <value>false</value> <description>Hive concurrency lock</description> </property> + + <property> + <name>mapreduce.job.split.metainfo.maxsize</name> + <value>-1</value> + <description>The maximum permissible size of the split metainfo file. + The JobTracker won't attempt to read split metainfo files bigger than + the configured value. No limits if set to -1. + </description> + </property> </configuration> \ No newline at end of file
