Created 02-04-2016 09:09 PM
I'm new to Storm so, please suggest me where to start typing this piece of code and methods to save and execute it on the hortonworks shell. Any suggestions to get started will be helpful. Thanks in advance for your time.
Created 02-04-2016 11:58 PM
this is how I started learning Storm. Link. Feel free to try it and report any issues. Michael Noll's blog is an excellent resource on Storm and now Kafka. I built my first Hadoop cluster thanks to his site. He has some beginner posts Here
Created 02-04-2016 09:12 PM
You can use the above for smoke test.
Created 02-04-2016 09:15 PM
thanks @Neeraj Sabharwal -- are u suggesting that I can modify this code on the hortonworks shell?
Created 02-04-2016 09:16 PM
@keerthana gajarajakumar You can run smoke test to just test.
Created 02-04-2016 09:19 PM
ok. Is there a way for me to code a program from scratch using the shell?
Created 02-04-2016 09:44 PM
@Artem Ervits -- Hi Artem.. Can you help me out with this question?
Created 02-04-2016 09:57 PM
@keerthana gajarajakumar You can follow this turotrial step by step
http://hortonworks.com/hadoop-tutorial/ingesting-processing-real-time-events-apache-storm/
Created 02-05-2016 01:18 AM
Thanks Neeraj.
Created 02-05-2016 06:15 PM
@keerthana gajarajakumar That tutorial has java code and end to end integration. You can replicate in your environment.
Created 02-05-2016 07:52 PM
Hi Neeraj -- Thanks. Below listed is a modified version of the code that I guess would print out spout and bolt to stdout on execution. Now this jar file is within my root dir .. But I'm getting errors while executing it on the shell.. Can you suggest how I can overcome this?
storm jar StormTest.jar ExclamationTopology
Error: Could not find or load main class ExclamationTopology