-
Notifications
You must be signed in to change notification settings - Fork 1
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
Document driver installation for Hive metastore backend database #416
Comments
The follow up for this would be #415 |
Refinement by Malte, Felix |
Refinement notesDue to licensing issues certain drivers cannot be shipped, and customers have to deploy them on their own. Suggested steps
Considered alternatives
Misc.we should also update the "required external components" page to note that some drivers have to be installed manually. A common way to add volumes to product images would be good. We have something in Druid in Airflow, but no standardized way: stackabletech/issues#471 Maybe we can also write a generic tutorial about how to get arbitrary files into Pods |
We can't ship certain drivers for licensing reasons. So we'll need a documented way to include new ones either way. |
looks good to me, just to double check, are the "considered alternatives" planned to include as an "honorable mention" in the docs? |
I think they weren't, but good idea! |
Another alternative might be to use git-sync in "one-off" mode to download external resources. This would involve more work/code changes, but would be more robust than using PVCs (we got rid of our PVC-based external-resources-tests because they only worked on certain clusters) and is something we were looking at using for e.g. spark anyway. |
Could you please add a link to the documentation? (can be nightly) |
Certain databases (Oracle, MySQL) do not allow shipping their database driver, and so as a user of that database with Hive, I have to manually provide the driver to Hive. As a user, I want to find instructions in the Stackable documentation on how to install and configure such a driver with a Stackable-deployed Hive instance, so I can use Hive with my proprietary database.
Suggested steps to document
Also: we should update the "required external components" page to note that some drivers have to be installed manually.
Considered alternatives
Tasks
Tasks
Open Questions
Acceptance criteria
The text was updated successfully, but these errors were encountered: