Build failed in Jenkins: Hadoop-Common-trunk #129

2011-08-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/129/changes Changes: [tomwhite] HADOOP-7536. Correct the dependency version regressions introduced in HADOOP-6671. Contributed by Alejandro Abdelnur. -- [...truncated 7875 lines...] Running

[jira] [Created] (HADOOP-7546) Add -n option for FSshell -tail

2011-08-17 Thread XieXianshan (JIRA)
Add -n option for FSshell -tail --- Key: HADOOP-7546 URL: https://issues.apache.org/jira/browse/HADOOP-7546 Project: Hadoop Common Issue Type: New Feature Components: fs Affects Versions: 0.23.0

[jira] [Created] (HADOOP-7547) Fix the warning in writable classes.[ WritableComparable is a raw type. References to generic type WritableComparableT should be parameterized ]

2011-08-17 Thread Uma Maheswara Rao G (JIRA)
Fix the warning in writable classes.[ WritableComparable is a raw type. References to generic type WritableComparableT should be parameterized ] ---

[jira] [Created] (HADOOP-7548) ant binary target fails if native has not been built

2011-08-17 Thread Eli Collins (JIRA)
ant binary target fails if native has not been built Key: HADOOP-7548 URL: https://issues.apache.org/jira/browse/HADOOP-7548 Project: Hadoop Common Issue Type: Bug Components:

question about file input format

2011-08-17 Thread Zhixuan Zhu
I'm new Hadoop and currently using Hadoop 0.20.2 to try out some simple tasks. I'm trying to send each whole file of the input directory to the mapper without splitting them line by line. How should I set the input format class? I know I could derive a customized FileInputFormat class and override

[jira] [Created] (HADOOP-7551) LocalDirAllocator should incorporate LocalStorage

2011-08-17 Thread Eli Collins (JIRA)
LocalDirAllocator should incorporate LocalStorage - Key: HADOOP-7551 URL: https://issues.apache.org/jira/browse/HADOOP-7551 Project: Hadoop Common Issue Type: Improvement Components:

Re: question about file input format

2011-08-17 Thread Arun C Murthy
What file format do you want to use ? If it's Text or SequenceFile, or any other existing derivative of FileInputFormat, just override isSplittable and rely on the actual RecordReader. Arun On Aug 17, 2011, at 3:58 PM, Zhixuan Zhu wrote: I'm new Hadoop and currently using Hadoop 0.20.2 to

[jira] [Created] (HADOOP-7552) FileUtil#fullyDelete doesn't throw IOE but lists it in the throws clause

2011-08-17 Thread Eli Collins (JIRA)
FileUtil#fullyDelete doesn't throw IOE but lists it in the throws clause Key: HADOOP-7552 URL: https://issues.apache.org/jira/browse/HADOOP-7552 Project: Hadoop Common

[jira] [Created] (HADOOP-7553) hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org

2011-08-17 Thread Arun C Murthy (JIRA)
hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org -- Key: HADOOP-7553 URL:

[jira] [Created] (HADOOP-7554) Use 'assembly' rather than '-Ptar' for creating the tarball

2011-08-17 Thread Arun C Murthy (JIRA)
Use 'assembly' rather than '-Ptar' for creating the tarball --- Key: HADOOP-7554 URL: https://issues.apache.org/jira/browse/HADOOP-7554 Project: Hadoop Common Issue Type: Improvement