Re: Error in setBolt("cassandra", new CassandraWriterBolt());

2016-07-14 Thread Anirudh Chhangani
Thanks a lot guys, wasn't aware of the API changes. On Thu, Jul 14, 2016 at 2:39 PM, Xin Wang wrote: > recommend upgrading both storm-core and storm-cassandra to 1.0.1. and > refer to the NOTE in 1.0.1 release docs: > http://storm.apache.org/releases/1.0.1/index.html > > 2016-07-14 16:42 GMT+08:

Re: Error in setBolt("cassandra", new CassandraWriterBolt());

2016-07-14 Thread Xin Wang
recommend upgrading both storm-core and storm-cassandra to 1.0.1. and refer to the NOTE in 1.0.1 release docs: http://storm.apache.org/releases/1.0.1/index.html 2016-07-14 16:42 GMT+08:00 Jungtaek Lim : > Sorry forgot to paste: backtype.storm -> org.apache.storm > > 2016년 7월 14일 (목) 오후 5:41, Jung

Re: Error in setBolt("cassandra", new CassandraWriterBolt());

2016-07-14 Thread Jungtaek Lim
Sorry forgot to paste: backtype.storm -> org.apache.storm 2016년 7월 14일 (목) 오후 5:41, Jungtaek Lim 님이 작성: > Hi Anirudh, > > Storm 1.x is not backward compatible with Storm 0.x since package name is > changed from "backtype.storm" to " across whole classes. > Storm 1.x provides tool (like a hack) to

Re: Error in setBolt("cassandra", new CassandraWriterBolt());

2016-07-14 Thread Jungtaek Lim
Hi Anirudh, Storm 1.x is not backward compatible with Storm 0.x since package name is changed from "backtype.storm" to " across whole classes. Storm 1.x provides tool (like a hack) to play with topology which are compiled with Storm 0.x, but not opposite way. You need to upgrade your Storm cluste

Re: Error in setBolt("cassandra", new CassandraWriterBolt());

2016-07-14 Thread Satish Duggana
Hi, Can you try storm-core and storm-cassandra with the same versions? Thanks, Satish. On Thu, Jul 14, 2016 at 12:58 PM, Anirudh Chhangani wrote: > Hi, > > I am relatively new to storm and wanted to ask a very trivial question, I > am facing issues while setting CassandraWriterBolt in my topol

Error in setBolt("cassandra", new CassandraWriterBolt());

2016-07-14 Thread Anirudh Chhangani
Hi, I am relatively new to storm and wanted to ask a very trivial question, I am facing issues while setting CassandraWriterBolt in my topology. Code : CassandraWriterBolt Historybolt = new CassandraWriterBolt(async(simpleQuery(getEventHistoryQuery()).with( all() ))); builder.setBolt("cassandra"