Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.14.2
-
None
-
None
-
Centos, java 1.5
Description
If this line from a typical map/reduce program
JobConf conf = new JobConf(Flatten.class);
has the argument deleted then I get a message that the input format that I specify cannot be found. That message leads a naive user on a rat chase. I only corrected this by bisecting against a working program.