Skip to content
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

Collect both normal and full schema, making the latter optional as it is not available on Cassandra 1.2 #137

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michaelsembwever
Copy link
Member

This restores the collector's ability to run on version 1.2 clusters

… is not available on Cassandra 1.2

This restores the collector's ability to run on version 1.2 clusters
@michaelsembwever michaelsembwever force-pushed the mck/restore-1.2-support branch 3 times, most recently from edbebc8 to 1085d1c Compare June 27, 2022 22:00
// this overrides schema.cql (but won't work in Cassandra verision 1.2 so is optional)
Cmd {
command: "cqlsh",
args: "{cqlsh_host} {cqlsh_port} {cqlsh_opts} -f {artifact_dir}/execute_full_schema.cql",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not working. even when the cqlsh fails, the output file is clobbered empty

@michaelsembwever michaelsembwever marked this pull request as draft June 27, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants