problem with cassandra 3
See original GitHub issueIssue Description
Hi,
It seems that pillar is not compatible with Cassandra 3.
I’m using
"com.datastax.cassandra" % "cassandra-driver-core" % "3.0.0",
And when using latest version of pillar, I get the following error:
Exception encountered when attempting to run a suite with class name: common.utils.cassandra.ConnectionAndQuerySpec *** ABORTED ***
[info] java.lang.NoSuchMethodError: com.datastax.driver.core.Row.getDate(Ljava/lang/String;)Ljava/util/Date;
[info] at com.chrisomeara.pillar.AppliedMigrations$$anonfun$apply$1.apply(AppliedMigrations.scala:12)
[info] at com.chrisomeara.pillar.AppliedMigrations$$anonfun$apply$1.apply(AppliedMigrations.scala:12)
[info] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
[info] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
[info] at scala.collection.Iterator$class.foreach(Iterator.scala:743)
[info] at scala.collection.AbstractIterator.foreach(Iterator.scala:1195)
[info] at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[info] at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
[info] at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
[info] at scala.collection.AbstractTraversable.map(Traversable.scala:104)
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Troubleshooting | Apache Cassandra 3.0
Cassandra operation topics, such as node and datacenter operations, changing replication strategies, configuring compaction and compression, ...
Read more >Common Problems in Cassandra Data Models - Anant
Common Problems in Cassandra Data Models · Wide Partitions. A partition is the fundamental unit of replication in Cassandra. · Data Skew. ·...
Read more >Cassandra 3.0.5 nodes fail to startup with "IllegalStateException
Based on the stack trace you posted, it appears your are running into a known bug that has been reported after upgrading from...
Read more >Cassandra 4.0 vs. Cassandra 3.11: Comparing Performance
Cassandra 4.0 reduced these long-tail latencies between 80% – 99% over Cassandra 3.11. Maximum throughput for Cassandra 4.0 vs.
Read more >7 mistakes when using Apache Cassandra | by Michał Matłoka
Apache Cassandra is one of the most popular NoSQL databases. It's not perfect for every project, there are many mistakes which can be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/Galeria-Kaufhof/pillar has been upgraded to 3.0.0 of the driver, it’s a better maintained fork.
hmm maybe Thank you! Sorry again!