That's great thanks! 

I finally got cloudera's distro pathed with mesos, so once I've tested it I'll 
upload a new patch file for people to use. 

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



On Friday, January 27, 2012 at 12:10 PM, Charles Reiss wrote:

> On 1/27/12 9:49 AM, Matthew Rathbone wrote:
> > 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
> > 
> 
> 
> These names changed (in Mesos) to Protos.Value.{Type,Scalar,...} in
> r1230289 and the patch was not updated.
> 
> - Charles Reiss 

Reply via email to