[no subject]

2020-11-28 Thread
Unsubscribe

UNSUBSCRIBE

2018-04-22 Thread
UNSUBSCRIBE

Re: How to use Drools in the topology

2017-09-15 Thread
est target/libs/*.jar to storm/extlib also. The problem is solved.But why is that. I see the directory of the two jar, the *.xml file and *.drl files that Drools used are in the same position。 2017-09-15 9:39 GMT+08:00 张博 : > The Drools's version I depend on is 7.2.0.Final.The dep

Re: How to use Drools in the topology

2017-09-14 Thread
easier to help if you post the code you're using to > initialize Drools, as well as which Drools artifact and version you're > depending on. > > 2017-09-14 12:37 GMT+02:00 张博 : > >> I only use drools in bolt.I init it in prepare method.So,I think that it >> is not th

Re: How to use Drools in the topology

2017-09-14 Thread
leases/1.0.3/javadocs/org/ > apache/storm/topology/TopologyBuilder.html#addWorkerHook-org.apache. > storm.hooks.IWorkerHook-. > > 2017-09-13 15:30 GMT+02:00 zhangwenwei : > >> According to the log info, there have a NPE occur when call method >> kieContainer.newKieSession(). >> >&g

How to use Drools in the topology

2017-09-12 Thread
Hi! Now I want to use Drools in a blot,it works normal in the LocalCluster, but when I put it to the production cluster,it has error. The blot: public class DealLostBolt extends BaseRichBolt { private static final long serialVersionUID = 1L; private static final Logger LOGGER = LoggerFactory.

storm run topology used springboot has error

2017-09-11 Thread
Hi, I used springboot to develop a topology,but when I package it to a jar,and run the jar,it has error. The detail error :https://stackoverflow.com/questions/46168377/storm-run- springboot-development-topology-has-error Can you send a topology example that develops by springboot.The most import

Fwd: I need help to run a topology

2017-09-11 Thread
-- Forwarded message -- From: 张博 Date: 2017-09-12 13:29 GMT+08:00 Subject: I need help to run a topology To: user@storm.apache.org Hi, I used springboot to develop a topology,but when I package it to a jar,and run the jar,it has error. The detail error :https