| Skill level: | Introductory |
| Reading time: | 30 min |
| Last updated: | 01 Jul 2026 |
| Skill level: |
| Introductory |
| Reading time: |
| 30 min |
| Last updated: |
| 01 Jul 2026 |
This is an introductory topic for software developers migrating Cassandra workloads from x86_64 to Arm-based servers, specifically on Google Cloud C4A virtual machines built on Axion processors.
Upon completion of this Learning Path, you will be able to:
Before starting, you will need the following:
This summary was drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
c4a-standard-4 instance in the Google Cloud console and install Cassandra on Ubuntu or SUSE. Then, you’ll start Cassandra as a background service, with logs tailed to confirm “Startup complete,” followed by nodetool status to verify the node state. By the end, you’ll benchmark using the built-in cassandra-stress utility to exercise write, read, and mixed operations on Arm to confirm Cassandra is operating correctly.These FAQs were drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
c4a-standard-4 machine type (4 vCPUs, 16 GB memory) when creating the VM. This aligns with the example in the provisioning step.cassandra -R to run it in the background. Tail ~/cassandra/logs/system.log and wait for the “Startup complete” message, then use nodetool status to check the node state.nodetool status returns the node’s status and cluster information. Use this as a quick check that the service is responding before running any benchmarks.cassandra-stress is in the tools/bin directory of your Cassandra installation. List the directory and confirm it appears, for example with ls ~/cassandra/tools/bin | grep cassandra-stress.