Details
Description
Software fails to build. I have not previously worked with Flume and this could be user error on my part, but I have been unable to identify the root cause and am reporting it in case it's a general problem.
I have attached a text file output ( flumebuild-2011-05-23-1147 ) from the latest ant build run. The outputs have been consistent on numerous attempts.
The error is showing up in the thrift area, with ThriftFlumeReportServer not found as an object in the class files.
I see that class defined in the src, and in the build directory ( /home/source/Flume/flume-0.9.3-cdh3u0/build/classes/com/cloudera/flume/reporter/server/thrift ) I find the following files:
$ ls -la
total 50
drwxr-xr-x 2 wcadmin wcadmin 5 May 23 12:46 .
drwxr-xr-x 3 wcadmin wcadmin 3 May 20 17:41 ..
rw-rr- 1 wcadmin wcadmin 15822 May 23 12:46 ThriftFlumeReport.class
rw-rr- 1 wcadmin wcadmin 3352 May 23 12:46 ThriftFlumeReport$_Fields.class
rw-rr- 1 wcadmin wcadmin 1038 May 23 12:46 ThriftFlumeReport$1.class
I tried "strings * | grep ReportServer" in that directory and get nothing in those files.
Please feel free to suggest additional debugging info to provide.