Hi, I am quite new to both Redis and STORM. I have a bolt running writing data to a redis map which works perfectly fine when running locally. When I deploy the code to the cluster, I get a class not found exception specifically telling me that redis client cannot be found ( Caused by: java.lang.ClassNotFoundException: redis.clients.jedis.Jedis). I copied the redis jar to the /storm-0.9.0.1/lib folder (which includes all jar in the path before the topology submission) just like I added other dependencies which BTW are not causing any such problems. Can anyone please help me out with this problem?
Best, Abhinav
