-
Notifications
You must be signed in to change notification settings - Fork 15
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
NoMethodError trying to build #26
Comments
For the branch 3.0, you have to use gradle 2.x. The error seems unrelated to redshift, so you can ignore that. You can also skip the tests and simply create a jar by running gradle cascading-jdbc-redshift:jar -Ddev=1 to build the jar file for the redshift sub-project |
I have having the same issues as mentioned by jasonmk. |
@jr1977 I tried it again, and it builds just fine. If you build it against an newly launched cluster you have to replace the "redshift" part in the JDBC protocol with "postgresql" since cascading-jdbc is based on the postgresql driver, not the newer proprietary driver from amazon. I used gradle-2.10 on JDK 7. |
Hi fs111 JDK: java version "1.7.0_75" Downloaded cascading-jdbc-3.0.zip size 135162 bytes, unzipped it and ran this command ERROR: nomethoerror is gone, but I get errors like this: :cascading-jdbc-derby:shadowJar FAILED FAILURE: Build failed with an exception.
BUILD FAILED Thanks for any help. |
Can you explain to me, what your goal is here? If you want to use cascading-jdbc for a given database, you can just download it from http://conjars.org (except for Oracle and Teradata). What are you trying to achieve? |
I have some data in a postgresql database and want to use that as the jdbc source as a Tap source Thanks |
If you are on Cascading 3.x, just use this: http://conjars.org/cascading/cascading-jdbc-postgresql/versions/3.0.0 If you are on Cascading 2.x, use this: http://conjars.org/cascading/cascading-jdbc-postgresql/versions/2.7.0 |
I'm trying to build cascading-jdbc so that I can work through some of the cascading tutorials (specifically, the one dealing with Amazon Redshift). However, I'm getting an error when I attempt to build.
Error output is attached:
error.txt
I feel like I'm probably missing a library, but I can't figure out what it is or where I would include it.
I'm using gradle 1.11.
Thanks
The text was updated successfully, but these errors were encountered: