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/f51eada6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f51eada6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f51eada6 Branch: refs/heads/2.x-staging Commit: f51eada62f03190b49a57e8902a86c65fc667d82 Parents: 9c28bcf Author: lidongsjtu <[email protected]> Authored: Mon Nov 30 10:56:02 2015 +0800 Committer: honma <[email protected]> Committed: Fri Dec 4 16:29:07 2015 +0800 ---------------------------------------------------------------------- build/conf/kylin_hive_conf.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/f51eada6/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
