Sam, You can take a look at the WordCountTopology<https://github.com/apache/storm/blob/master/examples/storm-starter/src/jvm/org/apache/storm/starter/WordCountTopology.java> example. The split sentence logic is in Python. This should be a good reference.
Hugo On Dec 16, 2016, at 3:35 PM, sam mohel <[email protected]<mailto:[email protected]>> wrote: 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
