Re: spark 1.1.1 Maven dependency

2014-12-09 Thread Sean Owen
Are you using the Commons libs in your app? then you need to depend on them directly, and not rely on them accidentally being provided by Spark. There is no trial and error; you must declare all the dependencies you use in your own code. Otherwise perhaps you are not actually running with the Spar

spark 1.1.1 Maven dependency

2014-12-09 Thread sivarani
Dear All, I am using spark streaming, It was working fine when i was using spark1.0.2, now i repeatedly getting few issue Like class not found, i am using the same pom.xml with the updated version for all spark modules i am using spark-core,streaming, streaming with kafka modules.. Its constant