Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 10-15-2016 04:46 PM
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!
Created 10-15-2016 04:50 PM
@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>
Created 10-15-2016 04:50 PM
@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>
Created 10-15-2016 05:05 PM
this is already exist in my file. Here's my pom.xml in Storm streaming:
Created 10-15-2016 05:37 PM
Created 10-16-2016 01:44 AM
Hi @Rajkumar Singh, i used your pom.xml and now i get another error The POM for org.apache.hadoop:hadoop-client:jar:2.7.3.2.5.1.0-59 is missing, no dependency information available. Numbers of missing dependency is reduced. But this is remain.
Created 10-16-2016 02:14 AM
Finally i'm done, i used your file, and i edited the line <hadoop.version>2.7.3.2.5.1.0-59</hadoop.version> to <hadoop.version>2.7.3.2.5.1.0-58</hadoop.version>. it works!. Thank you!
Created 10-16-2016 05:14 AM
@Davd Leh good to hear that it helped, could you accept a best answer here so that other user can get benefit of it.thanks
Created 10-15-2016 06:10 PM
Try building with the -Phortonworks profile, or adding
http://repo.hortonworks.com/content/repositories/releases/
to the list of repositories in the POM
Created 10-16-2016 01:12 AM
Thank you, this solution is not applicable.
Created 10-16-2016 11:15 PM
The "Best Answer" still does not work for me. I cannot resolve
<dependency>
<groupId>poc.hortonworks.domain</groupId> <artifactId>transport-domain</artifactId>
<version>${truck.topology.domain.version}</version>
</dependency>... [WARNING] The POM for poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT is missing, no dependency information available ...
Any other suggestions?