Description
Students often type
"sudo service cassandra start" wrong, and type "sudo cassandra start".
Running a package installation as root messes up their environments.
since "start" is not a valid option on the "cassandra" command, we should block cassandra from starting.
Attachments
Issue Links
- is related to
-
CASSANDRA-15549 NativeLibrary recommends to run Cassandra as root but users should not
- Resolved