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, self).__init__

Re: Writing Bolts in Python

2014-06-02 Thread Andrew Montalenti
development. --- Andrew Montalenti Co-Founder CTO http://parse.ly On Mon, Jun 2, 2014 at 12:37 PM, Ashu Goel a...@shopkick.com wrote: 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