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 Dependency Missing #864

Closed
ghost opened this issue Nov 20, 2013 · 2 comments
Closed

Maven Dependency Missing #864

ghost opened this issue Nov 20, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 20, 2013

I have download the source and opened the project using root level pom.xml. The required libraries are automatically downloaded into my maven folder. But When I tried to build the project it turn out that 3 Libraries are missing :

1. Maven: com.facebook.presto:presto-main:test-jar:tests:0.54-SNAPSHOT
2. Maven: com.facebook.presto:presto-parser:test-jar:tests:0.54-SNAPSHOT
3. Maven: com.facebook.presto:presto-server:test-jar:tests:0.54-SNAPSHOT

I have re-downloaded and re-opened the project.
Screenshot:

image

Please help me out. Thank you in advance.

@martint
Copy link
Contributor

martint commented Nov 20, 2013

You need to make sure you've compiled the grammar first and built some of the artifacts (IntelliJ doesn't seem to be able to resolve some inter-module dependencies in a multi-module project). To do so, run mvn install -DskipTests once from the command line and then refresh your project in IntelliJ.

@ghost
Copy link
Author

ghost commented Nov 21, 2013

Thank you for your response. I will try it. For now I solved this problem by using presto-server, presto-parser and presto-main jars from the presto server tarball package. Although the expected version in the project was 0.54 and the Libraries provided the the tarball is 0.52. But still it seems to work for now. I also have another request for your consideration. It would be really helpful if you officially provide a presto-jdbc jar apart from with the executable presto-client jar. For now I have built the artifact from source, and it seems to work perfectly. Thank you.

@ghost ghost closed this as completed Nov 22, 2013
This issue was closed.
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

1 participant