Re: Integration tests - is anything wrong with Cassandra beta4 docker??

2021-03-10 Thread Attila Wind
https://github.com/docker-library/cassandra/issues/221#issuecomment-761187461 <https://github.com/docker-library/cassandra/issues/221#issuecomment-761187461> DockerHub ended up altering some of the default Cassandra settings for their verification tests only, to allow the tests to pass. For your

Re: Integration tests - is anything wrong with Cassandra beta4 docker??

2021-03-10 Thread Erik Merkle
I opened a ticket when beta4 was released, but no Docker image was available. It turned out the reason the image wasn't published is that the tests DockerHub uses to verify the builds were timing out, so it may be a similar issue you are running into. The ticket is here: https://github.com/docker

Integration tests - is anything wrong with Cassandra beta4 docker??

2021-03-10 Thread Attila Wind
Hi Guys, We are using dockerized Cassandra to run our integration tests. So far we were using the 4.0-beta2 docker image (https://hub.docker.com/layers/cassandra/library/cassandra/4.0-beta2/images/sha256-77aa30c8e82f0e761d1825ef7eb3adc34d063b009a634714af978268b71225a4?context=explore) Recently

Re: Cassandra and Docker

2020-06-04 Thread amit sehas
What If I were to deploy this in AWS?  Is there a straightforward way to allocate resource in AWS and tell Cassandra about them? thanks On Thursday, June 4, 2020, 03:10:11 AM PDT, Cédrick Lunven wrote: Hello, Having Cassandra in Docker is nice because you don't have anything

Re: Cassandra and Docker

2020-06-04 Thread Cédrick Lunven
Hello, Having Cassandra in Docker is nice because you don't have anything to install. Cassandra can be installed in multiple ways but this is tarball and as such not for windows. The Docker hub website is very detailed about what are the options you can usem which ports to open (as stated

Re: Cassandra and Docker

2020-06-03 Thread Erick Ramirez
the problem is Docker, Cassandra, or both. As always, YMMV. Good luck. Cheers! >

RE: Cassandra and Docker

2020-06-03 Thread Rhys.Campbell
and specify the RF with a CREATE/ALTER KEYSPACE command. From: Manu Chadha Sent: 03 June 2020 08:04 To: user@cassandra.apache.org Subject: Cassandra and Docker Hi I want to run Cassandra within Docker. I am new to both to be honest. 1. Is it better to use Cassandra within Docker

RE: Cassandra and Docker

2020-06-03 Thread Manu Chadha
I forgot to mention, I am on Windows 10 Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Manu Chadha Sent: Wednesday, June 3, 2020 7:04:03 AM To: user@cassandra.apache.org Subject: Cassandra and Docker Hi I want

Cassandra and Docker

2020-06-03 Thread Manu Chadha
Hi I want to run Cassandra within Docker. I am new to both to be honest. 1. Is it better to use Cassandra within Docker or is it better to install/run Cassandra directly on a VM in the cloud? 2. Is there a Docker image for Cassandra (for 3.11.4) which I can pull/use? 3. How will data