This is question i originally asked in Quora: http://qr.ae/6qjoI 
<http://qr.ae/6qjoI>

We have some code written in C++ and Python that does data enrichment to our 
data streams. If i use Storm, i could use those code with some small 
modifications using ShellBolt and IRichBolt. Since the functionalities is all 
about data enrichment, if the code has been in Scala, i could use it with 
rdd.map() function. So, is there any way to use non scala existing code in map 
with spark streaming in scala like Storm’s ShellBolt and IRichBolt?

Umanga Bista
Kathmandu, Nepal

Reply via email to