Hi all, Is it possible to create a Spark Context (i.e. the driver program) from a servlet deployed on some application server ? I am able to run spark Java driver successfully via maven / standalone (after specifying the classpath), but when I bundle spark libraries in a JAR, along with my servlet (using maven shade plugin), it gives me security exception. Any suggestions?
Thanks and regards, Kapil Malik
