AFAIK, a typo was checked in. JobTracker does not have a getJob()
method as of Jan 25. Changing the "getJob" call to "getJobProfile"
(line 110) seems to fix all build problems.

--matt

On Wed, 26 Jan 2005 10:15:05 +0800, ansi <[EMAIL PROTECTED]> wrote:
> I get this error.
> 
> Ansi
> 
> 
> On Wed, 26 Jan 2005 01:31:57 +0100, Andrzej Bialecki <[EMAIL PROTECTED]> 
> wrote:
> > Hi,
> >
> > Is it just me, or is there something wrong with the source?
> >
> > compile-core:
> >     [javac] Compiling 223 source files to
> > E:\work\nutch_cvs\nutch\build\classes
> >     [javac]
> > E:\work\nutch_cvs\nutch\src\java\net\nutch\mapReduce\JobTrackerInfoS
> > erver.java:110: cannot resolve symbol
> >     [javac] symbol  : method getJob (net.nutch.io.UTF8)
> >     [javac] location: class net.nutch.mapReduce.JobTracker
> >     [javac]                     JobProfile profile = (JobProfile)
> > jobTracker.get
> > Job(new UTF8(jobid));
> >     [javac]
> >      ^
> >     [javac] 1 error
> >
> > BUILD FAILED
> > E:\work\nutch_cvs\nutch\build.xml:64: Compile failed; see the compiler
> > error out
> > put for details.

Attachment: patch_JobTrackerInfoServer.diff
Description: Binary data

Reply via email to