ClientTrace does not require EventBean, it's a file on my local system. Remove the import line should compile. I will make a patch for it.
Regards, Eric On 1/2/10 9:24 AM, "Jiaqi Tan" <[email protected]> wrote: > Hi, > > I'm getting this error message trying to compile trunk (r894877): > > [javac] > /home/jiaqi/code/chukwa/latest3/trunk/src/java/org/apache/hadoop/chukwa/rest/r > esource/ClientTrace.java:39: > cannot find symbol > [javac] symbol : class EventBean > [javac] location: package org.apache.hadoop.chukwa.rest.bean > [javac] import org.apache.hadoop.chukwa.rest.bean.EventBean; > > Is anyone else getting this problem? I'm also missing EventBean.java > in src/java/org/apache/hadoop/chukwa/rest/bean > > Thanks, > Jiaqi
