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
signature.asc
Description: OpenPGP digital signature
