python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting AccessDeniedException when running embedded cassandra with Azul jdk 11
I am trying to run embedded Cassandra using cassandra-unit library in Azul JDK 11 with Gradle project and getting following AccessDenindException. I've checked the permissions of the build folder it i...
yu.pitomets
Votes: 0
Answers: 2
cassandra nodetool listsnapshots failed with java.io.NotSerializableException
Cassandra 4.0 is installed in Azure Kubernetes ubuntu 18.04.1 with 3 nodes and RF=3. Node repair is running by reaper 3.0.0. At the same time, run "nodetool listsnapshots" failed with the e...
hyl
Votes: 0
Answers: 0
saveToCassandra hangs unexpectedly
This is what my code used to look like:
val finalEmails : Dataset[Models.Mail] = HtmlBuilder.main(dataEmails, created_date_string)
val newCampaigns : DataFrame = finalEmails.groupBy("use...
papillon
Votes: 0
Answers: 1
Handling Datastax Java driver CqlSession in Spring Boot
Datastax Java driver documentation says to create a single instance of CqlSession for your Spring Boot application as building a session is a costly operation.
I want to manage the CqlSession in an ef...
JulieTheCoder
Votes: 0
Answers: 1