apache / incubator-stormcrawler

A scalable, mature and versatile web crawler based on Apache Storm
https://stormcrawler.apache.org/
Apache License 2.0
887 stars 262 forks source link

Running under apache storm v 2.10 #795

Closed ravi-b-m closed 4 years ago

ravi-b-m commented 4 years ago

I have installed the latest version of storm 2.1.0 and trying to run my topology under local mode in the local storm cluster.. I get the following exception

17:14:21.987 [main] INFO  o.a.s.m.StormMetricsRegistry - Started statistics report plugin...
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.storm.LocalCluster.submitTopology(Ljava/lang/String;Ljava/util/Map;Lorg/apache/storm/generated/StormTopology;)V
    at com.digitalpebble.stormcrawler.ConfigurableTopology.submit(ConfigurableTopology.java:76)
    at abbvie.ir.pikm.CrawlTopology.run(CrawlTopology.java:119)
    at com.digitalpebble.stormcrawler.ConfigurableTopology.start(ConfigurableTopology.java:50)
    at abbvie.ir.pikm.CrawlTopology.main(CrawlTopology.java:46)

Is the latest version of storm supported ??

sebastian-nagel commented 4 years ago

There is a development branch to run storm-crawler on Storm 2.x. However, be aware of STORM-3582.