cassandra-bulkload-example
cassandra-bulkload-example copied to clipboard
Using Cassandra 2.2.8 on Windows7 I could run your example perfectly fine. (I ran it is stand alone java program not the Gradle project). But when I run my test...
Hi, I am able to run this example in cassandra 2.1.0, but when I am trying to run this example in cassandra3.2.1 it gives me the below exception. Please help...
10,000 rows of csv exports 10,000 rows, but 100,000 rows exports only 12513 rows. I tried it with even higher rows, but same results. Here's other details like, schema and...
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) >...