Skip to content

Instantly share code, notes, and snippets.

@steeve
Created September 19, 2011 15:14
Show Gist options
  • Save steeve/1226727 to your computer and use it in GitHub Desktop.
Save steeve/1226727 to your computer and use it in GitHub Desktop.
[default@test] create column family structure
... with comparator = AsciiType
... and column_metadata =
... [{
... column_name : 'resolution',
... validation_class : DoubleType
... }];
Unable to find abstract-type class 'org.apache.cassandra.db.marshal.DoubleType'
[default@test] create column family structure
... with comparator = AsciiType
... and column_metadata =
... [{
... column_name : 'resolution',
... validation_class : 'org.apache.cassandra.db.marshal.DoubleType'
... }];
Unable to find abstract-type class 'org.apache.cassandra.db.marshal.DoubleType'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment