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

Maven artifact #13

Open
serge-rider opened this issue Oct 7, 2018 · 2 comments
Open

Maven artifact #13

serge-rider opened this issue Oct 7, 2018 · 2 comments

Comments

@serge-rider
Copy link

serge-rider commented Oct 7, 2018

Hey,

I'm from https://github.com/dbeaver/dbeaver/ team.
We are using hive uber jar for some time (thanks for it!) and it actually rocks (https://github.com/dbeaver/dbeaver/wiki/Apache-Hive). For UI client it is a life saver. DBeaver supports downloading of Maven artifacts (and most of publicly available drivers are downloaded directly from Maven Central) but for standard Hive driver it takes like forever to download these hundreds of jars.

For now I've hardcoded direct http link on one of the latest uber-jar releases on GitHub. This works but it is not very cool as users can't choose the most recent or some older version.
While for Maven artifacts DBeaver shows all available versions and allows user to choose one.

How do you think - is it possible to put uber-jar in a public Maven repository?

Also I noticed that you are making your own Hive driver - looks very interesting. I could add it to DBeaver config at some moment but again - it would be great to have it in Maven repository (any public repository, Maven Central is not a requirement).

Thank you very much,
Serge

@timveil
Copy link
Owner

timveil commented Nov 2, 2018

Serge, thanks for the note... i'd be very interested in getting you up and running with my driver alternative. this project is really just a work around to one of the main problems you noted... hive requires a massive dependency graph for JDBC. Lets talk offline how I can help you.

@serge-rider
Copy link
Author

Sorry, missed your reply. I have too many GitHub notifications :(
Please write me on [email protected]

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

No branches or pull requests

2 participants