I have been trying to run the example code for storm-state MapExample<https://github.com/stormprocessor/storm-state/tree/master/src/jvm/storm/state/example>.(which is a contrib project). Now I have changed the code only in the part where I need to give my hdfs location. Pastebin link of my code http://pastebin.com/wKjcR5Je. Which is in the main() method.
I am running hadoop which seems too be running fine but when I submit my topology I find the errors in my logs. Link to log: http://pastebin.com/YtMnQP8E. Basically I am getting a NullPointerException it seems there's some issue with the way I am providing hdfs path in the main() of the code. Hoping for some response. Thanks in advance.
