You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "rrim (JIRA)" <ji...@apache.org> on 2014/04/29 13:41:14 UTC

[jira] [Created] (YARN-1997) input split size

rrim created YARN-1997:
--------------------------

             Summary: input split size
                 Key: YARN-1997
                 URL: https://issues.apache.org/jira/browse/YARN-1997
             Project: Hadoop YARN
          Issue Type: Test
          Components: api
    Affects Versions: 2.2.0
            Reporter: rrim


Hi, 
I am using hadoop 2.2, and don't know how to set max input split size I would like to decrease this value, in order to create more mappers I tried updating yarn-site.xml, and but it does not work

indeed, hadoop 2.2 /yarn does not take of none the following settings

<property>
<name>mapreduce.input.fileinputformat.split.minsize</name>
<value>1</value>
</property>
<property>
<name>mapreduce.input.fileinputformat.split.maxsize</name>
<value>16777216</value>
</property>

<property>
<name>mapred.min.split.size</name>
<value>1</value>
</property>
<property>
<name>mapred.max.split.size</name>
<value>16777216</value>
</property>
best,



--
This message was sent by Atlassian JIRA
(v6.2#6252)