elasticsearch-cassandra-river
elasticsearch-cassandra-river copied to clipboard
Hi, I am trying to use plugin to export Cassandra data to ES. I am getting this error. My cron is set like this : "schedule" : "0 0/5 \*...
So, I've attempted to set up a river, and the resulting index as 2 docs one of which has the error: NoClassSettingsException[Failed to load class with value [cassandra]]; nested: ClassNotFoundException[cassandra]...
Does the plugin do incremental read from Cassandra as data in Cassandra in updated, or plugin will initiate the full indexing every time?
Hello, How do I define composite primary in the mapping curl request? Thanks in advance. Following is my CF structure: CREATE TABLE logs ( txn_id text, logged_at timestamp, des text,...
Hi, I installed your plugin in order to use elasticsearch and kibana from a cassandra database. Everything is working except when I try de create a histogram for instance. Indeed,...
./plugin --url file:/river/cassandra-river-1.0.4-SNAPSHOT.zip --install cassandra-river does not work