Created
September 19, 2011 15:14
-
-
Save steeve/1226727 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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