muriumiqbal
Results
1
issues of
muriumiqbal
Using the provided BulkLoad.java, as is, to create the SSTables gives the following error: > Exception in thread "main" java.lang.ExceptionInInitializerError > at org.apache.cassandra.cql3.statements.UpdateStatement.addUpdateForKey(UpdateStatement.java:109) > at org.apache.cassandra.io.sstable.CQLSSTableWriter.rawAddRow(CQLSSTableWriter.java:218) > at org.apache.cassandra.io.sstable.CQLSSTableWriter.addRow(CQLSSTableWriter.java:138) >...