Skip to content

Instantly share code, notes, and snippets.

@samuraisam
Created January 4, 2012 23:49
Show Gist options
  • Select an option

  • Save samuraisam/1562901 to your computer and use it in GitHub Desktop.

Select an option

Save samuraisam/1562901 to your computer and use it in GitHub Desktop.
java.lang.IncompatibleClassChangeError: Implementing class
Mutator<String> m1 = HFactory.createMutator(ServiceDescriptor.keyspace(), StringSerializer.get());
m1.addInsertion(seriesRowKey, "StreamTS", HFactory.createColumn(id, item.getType().getName(),
UUIDSerializer.get(), StringSerializer.get()));
m1.execute(); // incompatible class change error
@samuraisam

Copy link
Copy Markdown
Author

[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ stumpy-core ---
[INFO] com.ficture:stumpy-core:jar:0.1.0-SNAPSHOT
[INFO] +- org.slf4j:slf4j-api:jar:1.6.4:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.4:compile
[INFO] | - log4j:log4j:jar:1.2.16:compile
[INFO] +- me.prettyprint:hector-core:jar:1.0-1:compile
[INFO] | +- commons-pool:commons-pool:jar:1.5.3:compile
[INFO] | +- org.apache.cassandra:cassandra-thrift:jar:1.0.0:compile
[INFO] | +- com.google.guava:guava:jar:r09:compile
[INFO] | +- com.github.stephenc.eaio-uuid:uuid:jar:3.2.0:compile
[INFO] | - com.ecyrd.speed4j:speed4j:jar:0.9:compile
[INFO] +- org.apache.thrift:libthrift:jar:0.8.0:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] | | - commons-codec:commons-codec:jar:1.4:compile
[INFO] | - org.apache.httpcomponents:httpcore:jar:4.1.3:compile
[INFO] +- commons-cli:commons-cli:jar:1.2:compile
[INFO] +- org.yaml:snakeyaml:jar:1.9:compile
[INFO] - commons-lang:commons-lang:jar:2.6:compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment