exasol / spark-connector

A connector for Apache Spark to access Exasol
Apache License 2.0
12 stars 7 forks source link

Add support for custom krb5.conf #217

Closed Shmuma closed 9 months ago

Shmuma commented 9 months ago

In https://exasol.atlassian.net/browse/L3-1417, client faced with requirement to specify their own krb5.conf, which we currently doesn't support.

Here we should implement the support of this, as this might be needed in complex setups. It will allow for user to specify the path to the file in the bucketfs and setup java configuration settings accordingly

Need to implement

Shmuma commented 9 months ago

Wrong repo