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

Document how to build JDBC driver, Java components outside of CMake #5

Closed
andrewseidl opened this issue Oct 24, 2018 · 1 comment
Closed
Assignees

Comments

@andrewseidl
Copy link
Contributor

We currently rely on CMake to generate the Thrift bindings and to set a few variables required to build the Java components (Thrift version, now the package version).

There have been a few requests (one at heavyai/heavydb#274 (comment)) asking how to build these components separately. It's possible, just need to update the README with how to do so.

Relevant sections of CMake:

https://github.com/omnisci/mapd-core/blob/75853e87efd32e26ad1270a59745a2b33269bfde/CMakeLists.txt#L649

https://github.com/omnisci/mapd-core/blob/75853e87efd32e26ad1270a59745a2b33269bfde/CMakeLists.txt#L439-L455 (ideally we'd move the thrift -gen java to something managed by maven itself)

@randyzwitch randyzwitch transferred this issue from heavyai/heavydb Jun 21, 2019
@randyzwitch
Copy link

Closing this, since the repos have now been split

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

3 participants