-
Notifications
You must be signed in to change notification settings - Fork 303
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
ccm json - Couldn't change permissions to use sstable2json #610
Comments
What version of Cassandra is your ccm cluster? |
C* version 3.7 |
Cassandra 3.7 doesn't have sstable2json anymore, you'll want to use sstabledump. I'll change the command to print a warning to the user, when they try to run |
I see
I do see the But, I don't see the |
Okay, I see the issue now. ccm should be trying to run sstabledump out of |
I don't see |
Yes, I agree, sorry if I was unclear.
It's a valid bug that should be fixed, but since it seems to only happen on Windows, and I don't have a windows box at the moment, it's not something I'm going to personally fix anytime soon. I would review/merge a PR that fixed it though, and will be keeping this issue open. |
Thanks Philip! I copied the old C* version's (2.2.8) I will consider this as a temporary workaround till you fix it. |
I think the better workaround is just to run sstabledump directly. There's no guarantee that sstable2json will work on a post 3.0 cluster. |
Ok. I know it's a silly question. How should I run |
As you said in your original comment, the tool can be found at |
Getting this error while trying to see the json output of a sstable.
ccm node1 json -k test -c test "C:\Users\user1\Desktop\testjson.txt"
Python 2.7, Windows 10
Thanks,
Dinesh
The text was updated successfully, but these errors were encountered: