-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update Scalding to 0.12.0 and CDH 5.3.0 #22
Conversation
Update Scalding to 0.12.0 and CDH 5.3.0
Thanks @mattweyant |
No problem! |
So I should use the master if I use CDH 5.3.0? Can you make a release at http://conjars.org/repo/parallelai/parallelai.spyglass/ to make installation easier? |
When I try [ERROR] Failed to execute goal on project parallelai.spyglass: Could not resolve dependencies for project parallelai:parallelai.spyglass:jar:2.10_0.12.0_5.3.0: Could not find artifact org.apache.hbase:hbase:jar:0.98.6-cdh5.3.0 in scala-tools.org (https://oss.sonatype.org/content/repositories/snapshots/) -> [Help 1] |
Not sure why it's attempting to pull CDH dependencies from Sonatype. They are available from Cloudera directly, and the Cloudera repo is included in the POM. |
The reason that it's not picking up the JAR is that it no longer exists !! HBase has now being split in hbase-client / hbase-server etc etc I attempted a quick fix here dcd247b and deployed a new version on Conjars. Try
The possibility of this working is not huge, so please test and provide feedback - to make a proper release if things are up and working |
Ah, yes! Thanks, @Antwnis. I was hasty in pushing the change. We found the same issue later in the day yesterday during testing. |
@Antwnis I tested |
Another particularly unsettling problem is now with CDH5.3.0 itself: http://community.cloudera.com/t5/Batch-Processing-and-Workflow/CDH-5-3-CLASSPATH-Issue/td-p/23188 |
@Antwnis Thanks. Your fix is fine but the deployed pom: http://conjars.org/repo/parallelai/parallelai.spyglass/2.10_0.12.0_5.3.0_beta/parallelai.spyglass-2.10_0.12.0_5.3.0_beta.pom is still the old version and gives the same error. I had to comment it out manually. |
This may address #20.