Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, When I try to run: sudo nodetool status I got this line: nodetool: Failed to connect to ‘127.0.0.1:7199’ - ConnectException: ‘Connection refused’.
What to do?
Hi m trying to run cassandra cluster with nodejs and I have this table with just 2k rows, with loadtest I found out that with concurrent 110-120 users it starts crashing nodejs so I tried adding connection pooling and stuff which increased users to 200 but I want it to be at least 10k concurrent users I must be missing something if you could please help me out, would really really appreciate it
Hello Team,
How to make cassandra accessible remotely (Installed in AWS Ec2 Ubuntu 16.04 LTS)? I’m using cassandra 3.10 CQL 5.10.
I tried installing cassandra in my local machine it works unerringly.
When it comes to remote machine ie aws - Ec2 Ubuntu 16.04 LTS works locally but i wanted to make the cassandra access to my applications by changing few parameters in .yaml file and .sh files.
Please look into the below parameters and procedure which i followed/changed are right or wrong.
listen_address : 54.32.XX.XX (Public IP address) seed : 54.32.XX.XX (Public IP address) rpc_start : true rpc_address : 54.32.XX.XX (Public IP address) endpoint_snitch : Ec2Snitch
Djava.rmi… : <54.32.XX.XX>(Public IP address)
Save and exit.
restart the cassandra service using the terminal commands i.e sudo service cassandra stop and sudo service cassandra start
Run the sudo nodetool status command
nodetool status results below message
displays the 127.0.0.1 instead of 54.32.XX.XX (Public IP address)
Please let me know how to resolve this and where m going wrong.
Thanks in advance
Regards Anith
Hi, I have some doubts about configuring cluster…
If I have 8 nodes cluster. On what basis I should decide keeping 4 in rack1 other in rack2 in the same data center.
If I have a cluster of some nodes with only one data center. After few year I need to add one more data center in same cluster. Will I need to reconfigure all the cluster? Is there any way to add it then?
About auto_bootstrap setting Do I need to set it true, only if I am adding new fresh node to cluster?
Hi guy’s I want to configure firewall in windows, do you have a resource for me???