-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support PaaS Cassandra - Create Schema on Azure CosmosDB #2468
Comments
This is only about the create schema job, right? I think we could provide a second set of files, for Azure's CosmosDB. |
Correct, its just about the create schema job. I would do a first check whether it is really just the two things by applying the CQL. Maybe its easier to just use a |
If you can do it with a couple of sed commands, I'd be all for it. We just need to build safe guards, so that those still work in the future and that we'll get a notification in case it breaks. For instance, it should be part of the build process. |
Hi, do we have any update on this? We are planning to deploy Jaeger into our Azure stack but we don't have expertise in Cassandra. |
@sshah90 I did not had time to proceed with the implementation, so feel free to take over. |
I made changes as mentioned here in my customize local
Any Suggestions? |
Did someone manage to run it? |
CosmosDB explicitly states that frozen collections are not supported - the key is not just "frozen", but the fact that they are collections. Jaeger uses manual indexing of data in Cassandra, so secondary indexing of Cosmos is not necessary, and if we did want to support db-native indexing I think we'd need to seriously rethink the whole implementation. Closing this as wontfix. |
Requirement - what kind of business use case are you trying to solve?
Connect to an Azure Cosmos DB managed Cassandra-API to reduce the operational overhead on the databases.
Additional context is available here #2467
Problem - what in Jaeger blocks you from solving the requirement?
frozen
collection types at the moment: https://docs.microsoft.com/en-us/azure/cosmos-db/cassandra-secondary-indexProposal - what do you suggest to solve the problem or improve the existing situation?
,
in the definition language.https://github.com/jaegertracing/jaeger/blob/master/plugin/storage/cassandra/schema/v003.cql.tmpl#L35-L38
Any open questions to address
Maybe we can start to discuss the approach.
The text was updated successfully, but these errors were encountered: