About 10,700 results
Open links in new tab
  1. Spring Boot Cassandra Connectivity Issue: Can't Connect to DataStax ...

    Sep 19, 2024 · I'm working on a Spring Boot application that integrates with DataStax Astra DB using the Astra secure bundle. However, I’m encountering persistent issues when trying to establish a …

  2. python - Langflow file storage - Stack Overflow

    Dec 1, 2024 · python datastax-astra langflow edited Jan 15 at 2:09 Erick Ramirez 16.5k 2 22 33

  3. java - com.datastax.oss.driver.api.core.DriverTimeoutException: Query ...

    Oct 3, 2023 · com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2S Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 1k times

  4. 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), …

  5. 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?

  6. 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?

  7. datastax - Cassandra :NoHostAvailableException: All host (s) tried for ...

    Mar 11, 2010 · I'm repplication the data from on simplestrategy Cassandra's DB to another one. They have the same keyspace's structure. However, when I ran the command sstableloader ...

  8. How do I increase the default timeout in the Cassandra Java driver ...

    Mar 5, 2022 · datastax-java-driver { basic.request { timeout = 2 seconds } } The equivalent typed driver option for basic.request.timeout is REQUEST_TIMEOUT (reference TypedDriverOption.java). I …

  9. Not enough replica available for query at consistency ONE (1 required ...

    Jan 15, 2015 · Caused by: com.datastax.driver.core.exceptions.UnavailableException: Not enough replica available for query at consistency ONE (1 required but only 0 alive) at …

  10. Cassandra java-driver Java 17 Compatibility - Stack Overflow

    Mar 12, 2024 · DataStax Java Driver 4.17 added Beta support for Java 17 per the Upgrade Guide docs. This Apache Thread from November 2023 makes it look like Java Driver is now part of the Apache …