Issue Details (XML | Word | Printable)

Key: HADOOP-4992
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Amareshwari Sriramadasu
Reporter: Amar Kamat
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

TestCustomOutputCommitter fails on hadoop-0.19

Created: 08/Jan/09 07:08 AM   Updated: 08/Jul/09 04:53 PM
Return to search
Component/s: None
Affects Version/s: 0.19.0
Fix Version/s: 0.19.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch-4992.txt 2009-01-08 07:26 AM Amareshwari Sriramadasu 0.6 kB
Text File Licensed for inclusion in ASF works patch-4992.txt 2009-01-08 07:23 AM Amareshwari Sriramadasu 0.7 kB

Resolution Date: 08/Jan/09 07:29 AM


 Description  « Hide
Test compilation fails on 0.19 with the following error
compile-core-test:
    [javac] Compiling 7 source files to /path/to/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 295 source files to /path/to/classes
    [javac] /path/to/test/TestCustomOutputCommitter.java:57: cannot find symbol
    [javac] symbol  : class WordCount
    [javac] location: class org.apache.hadoop.mapred.TestCustomOutputCommitter
    [javac]       int ret = ToolRunner.run(jobConf, new WordCount(), args);
    [javac]                                             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Amareshwari Sriramadasu added a comment - 08/Jan/09 07:23 AM
Patch fixing the package name for 0.19 wordcount.

Amareshwari Sriramadasu added a comment - 08/Jan/09 07:26 AM
uploading the right patch

Devaraj Das added a comment - 08/Jan/09 07:29 AM
I just committed this. Thanks, Amareshwari!