Writing Bolts in Python

2014-06-02 Thread Ashu Goel
Hi all, I am experimenting with writing bolts in Python and was wondering how the relationship between the Java and Python code works. For example, I have a Python bolt that looks like this: class ScanCountBolt(storm.BasicBolt): def __init__(self): #super(ScanCountBolt,

Re: Storm with Python

2014-05-30 Thread Ashu Goel
it actively and in an open manner. -Andrew Montalenti CTO, Parse.lyhttp://Parse.ly On May 29, 2014 6:35 PM, Ashu Goel a...@shopkick.commailto:a...@shopkick.com wrote: (the reason being is that we are still running Python 2.6 but Petrel is only compatible with 2.7) On May 29, 2014, at 2:48 PM

Re: Storm with Python

2014-05-29 Thread Ashu Goel
(the reason being is that we are still running Python 2.6 but Petrel is only compatible with 2.7) On May 29, 2014, at 2:48 PM, Ashu Goel a...@shopkick.commailto:a...@shopkick.com wrote: Awesome! I’m looking more into using the storm.thrift to define a non-JVM DSL… does anyone have any working

Storm with Python

2014-05-28 Thread Ashu Goel
Does anyone have a good example program/instructions of using Python with storm? I can’t seem to find anything concrete online. Thanks, Ashu Goel