NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
481 stars 97 forks source link

Maven central doesn't have any CDH5 builds #330

Closed ivmaykov closed 10 years ago

ivmaykov commented 10 years ago

There is code in project/dependencies.scala for configuring dependencies for a *-cdh5 version (i.e. 0.8.4-cdh5), but no such versions are found on maven central: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.nicta%22%20AND%20a%3A%22scoobi_2.10%22

Could you please release cdh5-specific versions? Right now I'm working around it with a lot of ugliness in my build.sbt, i.e. requiring the hadoop2 version of scoobi with the intransitive() qualifier and then manually requiring scoobi's dependencies (except vanilla hadoop2) and the CDH5 hadoop jars.

etorreborre commented 10 years ago

I did the release to Sonatype, it should be synchronised with Maven Central soon.