Skip to content

Spline server multitenancy #1399

@wajda

Description

@wajda

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?

Originally posted by @zacaydcloudera in #857

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions