-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cassandra fails with “Invalid yaml.” in standard configuration #31349
Comments
The cassandra module and test need maintenance. They have been 'removed' more than a year ago for various reasons. See 52f2106#diff-e94680bae33b250a648320fa541d7308 Apparently the default package does not support some of the options in the untested module. |
Ahhh, I did not see that commit. Thanks for the hint. I was just about to do some maintenance on the module. But, when it is that bad I guess it's almost better to start all over. What's this |
Import from derivation is when in Nix you |
Alright, I will cut the old strings then, update cassandra to the latest stable version and get a minimal configuration running. We can further add options as we need them. Is it ok, when I put myself into the list of package maintainers? We got a now project starting with Cassandra here, so I will have to deal with this package for some time anyways. :) Does this sound alright? |
Sounds good, @fuzzy-id . I'd love to see a working Cassandra module myself... |
Sounds like a plan. You both are obviously more familiar with the current state of Cassandra on Nix than I am, so I'll defer to your & other contributors' good judgement. Thanks for working on this! |
The initial module was not pretty but it had worked enough for the initial audience. I haven't worked near Cassandra or this module in a very long time but I'd be glad to review a rewrite. |
We have cassandra running in two deployments here based on #31410. Is someone else willing to review? What is the further procedure to get this thing merged? |
The PR is merged, this can be closed. (Also the error doesn't occur anymore with the current module.) |
I am facing same issue. i am using cassandra on my local machine. it was working fine but when i log in into cqlsh check keyspaces and restarted cassandra, getting below error details
|
Fixed above issue by replacing all libs of cassandra folder. I hope it would works for you as well |
What do you mean? Are you using NixOS, @indrajeet4192? |
NO i am practicing cassandra in Windows 10 . In that I have added some drivers in the libs folder. so i was getting above issue. |
Issue description
Enabling
services.cassandra
without altering any other options fails with the following log:Steps to reproduce
Define a container:
Do a rebuild of the system and start the container via
nixos-container start cassandra
.Technical details
17.09.2016.a09358f9c0 (Hummingbird)
nix-env (Nix) 1.11.15
17.09.2016.a09358f9c0
The text was updated successfully, but these errors were encountered: