Yuki Morishita

Results 9 comments of Yuki Morishita

We had bug in recent version of Cassandra (both 2.0 and 2.1) and was fixed in [CASSANDRA-8808](https://issues.apache.org/jira/browse/CASSANDRA-8808) to be released in v2.0.14 and 2.1.4.

This example generates SSTable using cassandra-2.1.x, and if you use sstableloader from cassandra-3.0.x and above, it fails because streaming pre-3.0 SSTable in cassandra-3.0.x sstableloader is not supported, until [v3.0.5 and...

It's 1.2.0, deployed without the flag, and I got: ``` ❯ helm ls -a NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION demo default 1 2021-07-26 13:32:13.3691039 +0900 JST deployed...

kind and traefik are set up according to https://docs.k8ssandra.io/tasks/connect/ingress/kind-deployment/. commands and yaml files are exactly the same from the page above. ``` ❯ helm ls -n traefik NAME NAMESPACE REVISION...

What erroring out is stargate's cassandra ingress, so you can add `stargate.ingress.cassandra.enabled=false` to skip deploying IngressRouteTCP that is erroring out.

CDM uses SparkConf to create CassandraConnector, so `spark.cassandra.*` properties should work. You need to use `spark.cassandra.read.timeoutMS` for request timeout though. `spark.cassandra.connection.timeoutMS` sets connection timeout. If you really need to set...

Rebased and updated the license header. Note that the current implementation does not implement hot reloading of PEM files like CASSANDRA-19180 does for keystore file.

Sorry, I'm not currently maintaining this package. Please use https://github.com/simplereach/helenus or https://github.com/racker/node-cassandra-client instead.

What exact cassandra version are you using to generate SSTable?