
How do I connect to local cassandra db - Stack Overflow
Sep 4, 2014 · The hostname/IP to connect to is specified in the listen_address property of your cassandra.yaml.If you are connecting to Cassandra from your localhost only (a sandbox machine), …
datastax enterprise - How can I find out which version of Cassandra a ...
Jan 7, 2015 · So far, I haven't found a place on Datastax documentation website that sums this up. Can I easily check the version some other way on a server?
How can I connect to my Datastax Cassandra database?
Dec 18, 2022 · DataStax Astra DB does not connect on the Cassandra default 9042 port, but rather on 29042. However, even with that correct, you'll still have to pass along the SSL info, which is tricky to …
Datastax Cassandra Driver throwing CodecNotFoundException
Jun 2, 2016 · Datastax Cassandra Driver throwing CodecNotFoundException Asked 9 years, 8 months ago Modified 3 years, 6 months ago Viewed 40k times
Apache Cassandra vs Datastax Cassandra - Stack Overflow
Is Datastax Cassandra the only available Cassandra that can be used in a production environment? Is there any free alternatives available? What about the cassandra available on Apache site?
datastax - Cassandra : timeout during SIMPLE write query at …
Sep 19, 2021 · com.datastax.oss.driver.api.core.servererrors.WriteTimeoutException: Cassandra timeout during SIMPLE write query at consistency LOCAL_QUORUM (2 replica were required but …
Write timeout thrown by cassandra datastax driver
Feb 17, 2014 · Caused by: com.datastax.driver.core.exceptions.WriteTimeoutException: Cassandra timeout during write query at consistency ONE (1 replica were required but only 0 acknowledged the …
Delete records in Datastax vector database - Stack Overflow
Mar 29, 2024 · 0 how do i delete 7 records from my vector database "Moos" where content = "/start" preferable in Datastax UI, or in CQL otherwise in javascript something like : delete from Moos where …
java - com.datastax.oss.driver.api.core.DriverTimeoutException: query ...
Jun 16, 2020 · datastax-java-driver.advanced.connection.init-query-timeout=2000 milliseconds For more information, see the official documentation. However, keep in mind that sometimes the real problem …
datastax java driver - Can't connect to cassandra ...
Sep 10, 2013 · I know there are several threads about the NoHostAvailableException but they simply don't provide a solution to my problem. I can't connect to Cassandra with the Datastax Java …