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-05-2016 12:41 AM
Yes Artem I noticed this. Now I want my program to spit out spout and bolt to stdout so if I customize this code to do that how can I run it on the shell? Am I clear or is my question confusing Artem?
Created 02-05-2016 11:44 AM
@keerthana gajarajakumar you need to have a tool like putty or cygwin and then use SCP tool to upload jar. scp -P 2222 -r file root@127.0.0.1:
Your file will then be in /root directory
Created 02-05-2016 04:41 PM
Oh ya. Didn't think about that option. Thanks!
Created 02-05-2016 04:56 PM
@keerthana gajarajakumar can you accept the best answer and any possible consecutive problem can be addressed in a new question?
Created 02-05-2016 05:14 PM
gotcha.. makes sense:)