Re: Shell bolt issue

2015-07-10 Thread Hemanth Yamijala
Hi Dan, Thanks for your response. We will look at streamparse. Thanks hemanth On Thu, Jul 9, 2015 at 11:45 PM, Dan Blanchard wrote: > Hi hermanth, > > The Python multi-lang implementation provided with Storm is not really > production ready for exactly the reasons you outline. At Parse.ly, we

Re: Shell bolt issue

2015-07-09 Thread Dan Blanchard
Hi hermanth, The Python multi-lang implementation provided with Storm is not really production ready for exactly the reasons you outline. At Parse.ly, we use streamparse for our Python Bolts/Spouts. It has built in logging support and also takes over stdin/stdout to prevent you from inadvertent

Shell bolt issue

2015-06-25 Thread Hemanth Yamijala
Hi, We are using Storm 0.9.4 with python Shell bolts. A dependent internal library was printing a message inadvertently. I understand this will interfere with the multi-lang protocol and hence fail. But, instead of failing noisily, the result was silent failures of some messages in the topology wi