[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484444#comment-13484444
 ] 

Vinod Kumar Vavilapalli commented on MAPREDUCE-4630:
----------------------------------------------------

I agree with others here. What is the use-case? Are dfs.block.size and 
mapreduce.input.fileinputformat.split.minsize not enough? Seems like you are 
looking for {{void setMinInputSplitSize(Job job, long size)}} ?
                
> API for setting dfs.block.size
> ------------------------------
>
>                 Key: MAPREDUCE-4630
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4630
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>         Environment: Hadoop 2
>            Reporter: Radim Kolar
>            Priority: Minor
>
> Add API for setting block size in Tool while creating MR job.
> I propose
> FileOutputFormat.setBlockSize(Job job, int blocksize);
> which sets dfs.block.size

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to