Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Building storm-streaming 1.0-SNAPSHOT error

avatar
New Member

Hi, i'm running REALTIME EVENT PROCESSING IN HADOOP WITH NIFI, KAFKA AND STORM tutorial, and got an error. I try many way but couldn't save it. I've used another version of maven, try add two dependencies but it's didn't changed. I Here is my error:

[WARNING] The POM for org.apache.kafka:kafka_2.10:jar:0.10.0.2.5.1.0-9 is missing, no dependency information available [WARNING] The POM for org.apache.storm:storm-core:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available [WARNING] The POM for org.apache.storm:storm-kafka:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available [WARNING] The POM for org.apache.storm:storm-hdfs:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available [WARNING] The POM for org.apache.storm:storm-hbase:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available [WARNING] The POM for org.apache.hadoop:hadoop-client:jar:2.7.3.2.5.1.0-9 is missing, no dependency information available

..............................

[ERROR] Failed to execute goal on project storm-streaming: Could not resolve dependencies for project com.hortonworks:storm-streaming:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT, org.apache.kafka:kafka_2.10:jar:0.10.0.2.5.1.0-9, org.apache.storm:storm-core:jar:1.0.1.2.5.1.0-9, org.apache.storm:storm-kafka:jar:1.0.1.2.5.1.0-9, org.apache.storm:storm-hdfs:jar:1.0.1.2.5.1.0-9, org.apache.storm:storm-hbase:jar:1.0.1.2.5.1.0-9, org.apache.hadoop:hadoop-client:jar:2.7.3.2.5.1.0-9, org.apache.hbase:hbase-client:jar:1.1.2.2.5.1.0-9, org.apache.hive:hive-exec:jar:2.1.0.2.5.1.0-9, org.apache.hive.hcatalog:hive-hcatalog-streaming:jar:2.1.0.2.5.1.0-9, org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.1.0.2.5.1.0-9, org.apache.hive:hive-cli:jar:2.1.0.2.5.1.0-9: Could not find artifact poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT in clojars.org (http://clojars.org/repo) -> [Help 1]

Please help me. I'm using HDP 2.4. Many thanks!

1 ACCEPTED SOLUTION

avatar
Super Guru

@Davd Leh can you add following repository in the repositories section of pom.xml

<repository>            

<id>public</id>            

<url>http://nexus-private.hortonworks.com/nexus/content/groups/public</url>   

 </repository>

View solution in original post

11 REPLIES 11

avatar
New Member

Just use that pom.xml and change it as i changed. I will work.

avatar
New Member

Didn't work. Not sure why. This is actually the error

[ERROR] Failed to execute goal on project storm-streaming: Could not resolve dependencies for project com.hortonworks:storm-streaming:jar:1.0-SNAPSHOT: Could not find artifact poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT in clojars.org (http://clojars.org/repo) -> [Help 1]