Re: FileInputFormat.setInputPaths Problem

2010-12-09 Thread Aman
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

Hadoop-Common-trunk-Commit - Build # 453 - Failure

2010-12-09 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/453/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 21708 lines...] init: [touch] Creating

[jira] Created: (HADOOP-7061) unprecise javadoc for CompressionCodec

2010-12-09 Thread Jingguo Yao (JIRA)
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