Hey guys, 

I'm trying to patch the latest version of CDH with the mesos patch, and I'm 
running into some issues.


I managed to get past every patch conflict without issue ( I just manually 
patched files ), but now when I try to build I'm getting the following errors:


1) 
hadoop/src/contrib/mesos/src/java/org/apache/hadoop/mapred/FrameworkExecutor.java:113:
 unreported exception java.lang.InterruptedException; must be caught or 
declared to be thrown
    [javac]           taskTracker.close();


I was going to edit this to catch the exception and log a warning, so that's 
easy.

2) -- these are the more confusing ones:

It can't find:
org.apache.mesos.Protos.Resouce.Type
org.apache.mesos.Protos.Resource.Scalar

there are used in the TaskScheduler


I couldn't for the life of me find where this Protos stuff is defined, any 
pointers?


-- 
Matthew Rathbone
Foursquare | Software Engineer | Server Engineering Team
[email protected] (mailto:[email protected]) | @rathboma 
(http://twitter.com/rathboma) | 4sq (http://foursquare.com/rathboma)


Reply via email to