Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. system_add_keyspace(KsDef(name:Keyspace, strategy_class:org.apache.cassandra.locator.SimpleStrategy, replication_factor:1, cf_defs:[CfDef(keyspace:Keyspace, name:SuperColumnFamily, column_type:Super, comparator_type:BytesType, subcomparator_type:, comment:), CfDef(keyspace:Keyspace, name:ColumnFamily, column_type:Standard, comparator_type:BytesType, subcomparator_type:, comment:)]))
  2. ERROR 16:25:04,534 Error while trying to use connection
  3. InvalidRequestException(why:Unable to find abstract-type class 'org.apache.cassandra.db.marshal.': is the CLASSPATH set correctly?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement