We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
About the name of arangoDB- What i want is the on the spark config to put for each customer different url for example: Customer 1: spark.jars=hdfs:///tmp/spark-2.4-spline-agent-bundle_2.11-2.2.1.jar spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener spark.spline.lineageDispatcher.http.producer.url=https://customer1.spline.octopai.com/producer this will report lineage to DB Customer1 Customer2: spark.jars=hdfs:///tmp/spark-2.4-spline-agent-bundle_2.11-2.2.1.jar spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener spark.spline.lineageDispatcher.http.producer.url=https://customer2.spline.octopai.com/producer this will report lineage to DB Customer2 But the 2 DBs will be on same server not diffrerent container/server Is this something that can be done programiclly or by configuration?
About the name of arangoDB- What i want is the on the spark config to put for each customer different url for example:
spark.jars=hdfs:///tmp/spark-2.4-spline-agent-bundle_2.11-2.2.1.jar spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener spark.spline.lineageDispatcher.http.producer.url=https://customer1.spline.octopai.com/producer
this will report lineage to DB Customer1
spark.jars=hdfs:///tmp/spark-2.4-spline-agent-bundle_2.11-2.2.1.jar spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener spark.spline.lineageDispatcher.http.producer.url=https://customer2.spline.octopai.com/producer
this will report lineage to DB Customer2
But the 2 DBs will be on same server not diffrerent container/server
Is this something that can be done programiclly or by configuration?
Originally posted by @zacaydcloudera in #857
The text was updated successfully, but these errors were encountered:
Not possible. Spline server is single-tenant. You have to have a separate Spline server per customer to achieve your use-case.
Sorry, something went wrong.
No branches or pull requests
Originally posted by @zacaydcloudera in #857
The text was updated successfully, but these errors were encountered: