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

Allow DATABASE_URL to be provided #8

Open
naude-r opened this issue Oct 31, 2023 · 0 comments · May be fixed by #9
Open

Allow DATABASE_URL to be provided #8

naude-r opened this issue Oct 31, 2023 · 0 comments · May be fixed by #9

Comments

@naude-r
Copy link

naude-r commented Oct 31, 2023

would it be possible to allow an optional DATABASE_URL to be provide? this is mostly to configure jdbc url that differs slightly from the norm, e.g. mssql:
jdbc:sqlserver://localhost:1433;DatabaseName=hive_metastore;

using the existing env variables result in an error:
Underlying cause: com.microsoft.sqlserver.jdbc.SQLServerException : The port number 1433/hive_metastore is not valid.

if DATABASE_URL is specified then the other connection related env can be skipped.

@naude-r naude-r linked a pull request Oct 31, 2023 that will close this issue
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 a pull request may close this issue.

1 participant