Hi there. I am trying to build a spark scala application using magellan. I am trying to build a jar but the dependency for this package, in my gradle build is not being found. Hence I can't compile and build the jar. I am using the following coordinates:
Hi there. I am trying to build a spark scala application using magellan. I am trying to build a jar but the dependency for this package, in my gradle build is not being found. Hence I can't compile and build the jar. I am using the following coordinates:
Snippet from build.gradle:
compile "harsha2010:magellan:1.0.3-s_2.10"
The repos that I have tried are standard gradle (mavenCetral) plus "http://maven.restlet.org". Please advise. Thanks a lot.