--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/3ed67b42-db5f-4458-8aaa-c735186d6eb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<repositories>
<repository>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<version>0.8.2.0-cp</version>
</dependency>
</dependencies>
http://packages.confluent.io/maven/ via browser, I get empty file.-EwenRajasekar,Can you describe what you're trying to do that isn't working? The repository is working fine from various projects for me, including the quickstart instructions.
On Tue, Jun 23, 2015 at 12:14 PM, Rajasekar Elango <e.raj...@gmail.com> wrote:
The maven repo url http://packages.confluent.io/maven/ documented in installation guide seem to be empty and invalid. Can you provide correct maven repo url for importing confluent artifacts via maven?
Thanks,
Raja.
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/3ed67b42-db5f-4458-8aaa-c735186d6eb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Thanks,
Ewen
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/3ed67b42-db5f-4458-8aaa-c735186d6eb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--Thanks,
Ewen
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/5abe4eae-2ee7-47f3-ba73-fda460e133bf%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Confluent Platform" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/confluent-platform/efHQvLFKRKk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/CAE1jLMOFN2YqSeUYzd5QVcK-OXndbEDbhpaPFf8S78dpamO_5w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/CACcs26%3D2YHhVfsi7dAjVj6cFnT%2BjUTfLCrrPWvv_cSLbopO-Fg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/CAE1jLMOW0ouTfBHfZhpRnc1b2faU8AK9%3D5dzTZnX7ZPuMoSRAA%40mail.gmail.com.
Thanks,
Ewen
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/5abe4eae-2ee7-47f3-ba73-fda460e133bf%40googlegroups.com.
----
--Thanks,
Ewen
--Thanks,
Ewen
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/bf5d621f-b25c-43e3-a21e-ee0beff27e8d%40googlegroups.com.
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "1.6.1" % "provided",
"org.apache.spark" %% "spark-streaming" % "1.6.1",
"org.apache.spark" %% "spark-streaming-kafka" % "1.6.1",
"org.apache.spark" %% "spark-sql" % "1.6.1",
"io.confluent" % "kafka-avro-serializer" % "1.0",
"org.scalactic" %% "scalactic" % "2.2.6",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)
resolvers ++= Seq(
Resolver.sonatypeRepo("public"),
Resolver.url("confluent", url("http://packages.confluent.io/maven/"))
)
[error] (spark/*:update) sbt.ResolveException: unresolved dependency: io.confluent#kafka-avro-serializer;3.0.0: not found [error] (spark/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: io.confluent#kafka-avro-serializer;3.0.0: not found [error] Total time: 10 s, completed Jun 27, 2016 10:27:38 AM
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "1.6.1" % "provided",
"org.apache.spark" %% "spark-streaming" % "1.6.1",
"org.apache.spark" %% "spark-streaming-kafka" % "1.6.1",
"io.confluent" % "kafka-avro-serializer" % "3.0.0",
"org.scalactic" %% "scalactic" % "2.2.6",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)
resolvers ++= Seq(
Resolver.sonatypeRepo("public"),
"Confluent Maven Repo" at "http://packages.confluent.io/maven/"
)
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/e2e1d4ca-0990-40b8-95f3-f197db4d3712%40googlegroups.com.
FYI: At the moment we are not publishing any snapshot artifacts (like 3.1.0-SNAPSHOT) to our public Confluent maven repository, hence the "Could not resolve" errors when attempting to use 3.1.0-SNAPSHOT.And yes, as others have mentioned in this thread, the Confluent maven repository happens to be not browsable.
On Wed, Nov 9, 2016 at 3:23 AM, Yancy Yue <yue....@gmail.com> wrote:
I met the same problem when I compiling io.confluent.streams-example, Eclipse can not download some jars from confluent maven repository.
Could not resolve dependencies for project io.confluent:streams-examples:jar:3.1.0-SNAPSHOT: The following artifacts could not be resolved: io.confluent:kafka-avro-serializer:jar:3.1.0-SNAPSHOT, io.confluent:kafka-schema-registry-client:jar:3.1.0-SNAPSHOT, org.apache.kafka:kafka-clients:jar:0.10.1.0-SNAPSHOT, org.apache.kafka:kafka-streams:jar:0.10.1.0-SNAPSHOT, org.apache.kafka:kafka_2.11:jar:0.10.1.0-SNAPSHOT, org.apache.kafka:kafka_2.11:jar:test:0.10.1.0-SNAPSHOT, org.apache.kafka:kafka-clients:jar:test:0.10.1.0-SNAPSHOT, io.confluent:kafka-schema-registry:jar:3.1.0-SNAPSHOT, io.confluent:kafka-schema-registry:jar:tests:3.1.0-SNAPSHOT: Could not find artifact io.confluent:kafka-avro-serializer:jar:3.1.0-SNAPSHOT in confluent (http://packages.confluent.io/maven/) -> [Help 1]
And when I visit http://packages.confluent.io/maven, It return Wrong Key.
But when I remove the suffix “-SNAPSHOT” in the pom file, everything is ok.
It seems that the webservice of confluent maven repo is ok, it only wont list the files.
在 2015年6月24日星期三 UTC+8上午3:14:52,Rajasekar Elango写道:The maven repo url http://packages.confluent.io/maven/ documented in installation guide seem to be empty and invalid. Can you provide correct maven repo url for importing confluent artifacts via maven?
Thanks,
Raja.
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.