[
https://issues.apache.org/jira/browse/MAPREDUCE-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285609#comment-13285609
]
Harsh J commented on MAPREDUCE-3193:
------------------------------------
bq. Thanks Harsh for looking into the patch. Thanks a lot for your time.
I've been busy lately, but I plan to go over your other patches soon. Sorry for
the delays on your requests!
bq. I don't see any problem of having the test cases this way other than adding
the dependency. I feel would be good to have this test case with MiniDFSCluster.
The problem is test-run time. With LFS/LJR its pretty fast, and if test isn't
HDFS specific nor has anything to do with MR framework in particular, we can
avoid using mini clusters.
bq. I thought from the external perspective, this we don't use other than for
reading purpose. Anyway we can change this name to
"mapreduce.input.fileinputformat.input.dir.recursive". I will update in the
next patch.
Config elements are also utilized by streaming users since there's no other way
for them other than to use -D to specify this. Readability helps in general,
wherever it is :)
> FileInputFormat doesn't read files recursively in the input path dir
> --------------------------------------------------------------------
>
> Key: MAPREDUCE-3193
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3193
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv1, mrv2
> Affects Versions: 1.0.2, 0.23.2, 2.0.0-alpha, 3.0.0
> Reporter: Ramgopal N
> Assignee: Devaraj K
> Attachments: MAPREDUCE-3193-1.patch, MAPREDUCE-3193-2.patch,
> MAPREDUCE-3193-2.patch, MAPREDUCE-3193.patch, MAPREDUCE-3193.security.patch
>
>
> java.io.FileNotFoundException is thrown,if input file is more than one folder
> level deep and the job is getting failed.
> Example:Input file is /r1/r2/input.txt
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira