Created 02-07-2016 03:40 AM
The following artifacts could not be resolved: org.apache.kafka:kafka_2.10:jar:0.8, org.apache.kafka:kafka-clients:jar:0.8: Could not find artifact org.apache.kafka:kafka_2.10:jar:0.8 in central (http://repo1.maven.org/maven2/) -> [Help 1] .
I'm trying to run storm-starter and I'm unable to solve this due to dependency issues.
Created 02-08-2016 04:37 PM
Artem . I made the changes to code in storm-kafka. It was a build success for mvn clean install -DskipTests=true && mvn package.
But, I'm getting this following error while I'm trying to execute :
storm jar storm-starter-2.0.0-SNAPSHOT.jar storm.starter.ExclamationTopology Exclamation -c nimbus.host=sandbox.hortonworks.com
Created 02-08-2016 04:40 PM
@keerthana gajarajakumar double check your class name in your code
Created 02-08-2016 07:01 PM
the class name is Exclamation Topology. I'm not sure what's the issue still.
Created 02-08-2016 07:02 PM
full classname including package name i.e. "com.mypackage.MyClass". Please refer to http://storm.apache.org/documentation/Running-topologies-on-a-production-cluster.html @keerthana gajarajakumar