nikore / opentsdb-contrib

contains some opentsdb projects I have done
12 stars 5 forks source link

Maven build fails on opentsdb-proxy #1

Closed ctippur closed 10 years ago

ctippur commented 10 years ago

Hello,

I am trying to build the maven project. I am getting the following error. Can someone please let me know what I could be doing wrong?

[ERROR] Failed to execute goal on project opentsdb-proxy: Could not resolve dependencies for project net.opentsdb.contrib:opentsdb-proxy:jar:trunk-SNAPSHOT: Failure to find org.apache.kafka:kafka:jar:0.8.0-rr3 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project opentsdb-proxy: Could not resolve dependencies for project net.opentsdb.contrib:opentsdb-proxy:jar:trunk-SNAPSHOT: Failure to find org.apache.kafka:kafka:jar:0.8.0-rr3 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

nikore commented 10 years ago

I updated the build to use the public version of kafka, I can't point it to a public opentsdb jar since they don't publish one. You would have to build one locally for the maven build to work. They talk about how to build the pom and install the deps locally in http://opentsdb.net/docs/build/html/development/development.html