when I update the classpath in bin/spark-class by providing the dependency jar, everything works fine but when I try to provide the same jar through --jars option, it throws an error while running sql queries that it cannot find relevant serde class files. I guess this is ok for standalone mode (updating classpath in spark-class) but providing jar in spark-class will not work in cluster mode ? Any ideas, why it might be happening. I am providing jar like > $ spark-sql --jars ./reporting.jar to verify, I also run spark-sql with -verbose:class option and i don't see those classes getting loaded from the jar.
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/spark-sql-not-able-to-find-classes-with-jars-option-tp16839.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
