NoSuchMethodError: FieldValueMetaData (Conflict between hue-plugins-1.2.0-cdh3u5.har and libthrift-0.6.1.jar)

2013-02-08 Thread David Medinets
I am running a map-reduce job. As soon as my mapper tried to serialize a Mutation I run into a NoSuchMethodError in reference to FieldValueMetaData. I could simply delete the hue-plugins jar file but that seems inelegant to me. When running a mapper can I shift when the jar files are loaded? Would

Re: NoSuchMethodError: FieldValueMetaData (Conflict between hue-plugins-1.2.0-cdh3u5.har and libthrift-0.6.1.jar)

2013-02-08 Thread Adam Fuchs
Is that related to https://issues.apache.org/jira/browse/ACCUMULO-837? Do you have a stack trace you can share? Adam On Fri, Feb 8, 2013 at 10:34 AM, David Medinets david.medin...@gmail.comwrote: I am running a map-reduce job. As soon as my mapper tried to serialize a Mutation I run into a

Re: NoSuchMethodError: FieldValueMetaData (Conflict between hue-plugins-1.2.0-cdh3u5.har and libthrift-0.6.1.jar)

2013-02-08 Thread David Medinets
No, that does not seem to be related. java.lang.NoSuchMethodError: org.apache.thrift.meta_data.FieldValueMetaValue.init(BZ)V at org.apache.accumulo.core.data.thrift.TMutation.clinit(TMutation.java:110) at org.apache.accumulo.core.data.Mutation.toThrift(Mutation.java:518) This message,

Re: NoSuchMethodError: FieldValueMetaData (Conflict between hue-plugins-1.2.0-cdh3u5.har and libthrift-0.6.1.jar)

2013-02-08 Thread Billie Rinaldi
On Fri, Feb 8, 2013 at 10:34 AM, David Medinets david.medin...@gmail.comwrote: I am running a map-reduce job. As soon as my mapper tried to serialize a Mutation I run into a NoSuchMethodError in reference to FieldValueMetaData. I could simply delete the hue-plugins jar file but that seems