metamx / druid-spark-batch

Druid indexing plugin for using Spark in batch jobs
Apache License 2.0
101 stars 55 forks source link

build is failing #112

Open doriwal opened 7 years ago

doriwal commented 7 years ago

I run the command according to the documentation

sbt clean test publish-local publish-m2

and got

[error] (*:update) sbt.ResolveException: unresolved dependency: io.druid#druid-processing;0.11.0-SNAPSHOT: not found [error] unresolved dependency: io.druid#druid-server;0.11.0-SNAPSHOT: not found [error] unresolved dependency: io.druid#druid-indexing-service;0.11.0-SNAPSHOT: not found [error] unresolved dependency: io.druid#druid-indexing-hadoop;0.11.0-SNAPSHOT: not found

I also see that documentation is not update as it use "spark-core_2.10:1.5.2-mmx4" instead of spark 2.X

Zhifeiyu commented 6 years ago

Have you slove it?

leventov commented 6 years ago

@Zhifeiyu FYI https://groups.google.com/d/msg/druid-development/FK9Tz4TtKeQ/e7wH516BBAAJ

Zhifeiyu commented 6 years ago

tks.