Rawan
It would help if you post the full code here but from what I am seeing here,
looks like you are passing Configuation Object but the method takes the Job
object instead.
Try replacing
FileInputFormat.setInputPaths(conf, new Path("input")
by following lines
Job job = new Job(conf);
FileIn
See https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/453/
###
## LAST 60 LINES OF THE CONSOLE
###
[...truncated 21708 lines...]
init:
[touch] Creating
unprecise javadoc for CompressionCodec
--
Key: HADOOP-7061
URL: https://issues.apache.org/jira/browse/HADOOP-7061
Project: Hadoop Common
Issue Type: Improvement
Components: io
Affects Version