[ https://issues.apache.org/jira/browse/HADOOP-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505988
]
Hadoop QA commented on HADOOP-1441:
-----------------------------------
-1, build or testing failed
2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12360064/HADOOP-1441_1.patch
against trunk revision r548523.
Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/296/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/296/console
Please note that this message is automatically generated and may represent a problem with
the automation system and not the patch.
> Splittability of input should be controllable by application
> ------------------------------------------------------------
>
> Key: HADOOP-1441
> URL: https://issues.apache.org/jira/browse/HADOOP-1441
> Project: Hadoop
> Issue Type: Improvement
> Components: mapred
> Affects Versions: 0.12.3
> Environment: ALL
> Reporter: Milind Bhandarkar
> Assignee: Milind Bhandarkar
> Fix For: 0.14.0
>
> Attachments: HADOOP-1441_1.patch
>
>
> Currently, isSplittable method of FileInputFormat always returns true. For some applications,
it becomes necessary that the map task process entire file, rather than a block. Therefore,
splittability of input (i.e. block-level split vs file-level-split) should be controllable
by user via a configuration variable. The default could be block-level split, as is.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|