Re: Integration between python and java in storm

2016-12-16 Thread Hugo Da Cruz Louro
Sam, You can take a look at the WordCountTopology example. The split sentence logic is in Python. This should be a good reference. Hugo On Dec 16, 2016, at 3:35 PM, sam

Re: Integration between python and java in storm

2016-12-16 Thread Li Wang
Storm has a shell bolt to process tuples in python. This might be what you need. Sent from my iPhone > On 17 Dec 2016, at 7:35 AM, sam mohel wrote: > > I have a project using storm written in JAVA . i want to exchange the > algorithm that the project used it to another

Integration between python and java in storm

2016-12-16 Thread sam mohel
I have a project using storm written in JAVA . i want to exchange the algorithm that the project used it to another BUT the other algorithm written in Python . Can i do this exchange ? or Should i re-write whole project with python ? Any Help will be appreciating .. Thanks