ramyadass

Results 3 comments of ramyadass

I get similar error when invoking with spark-shell. Tried below: a) Uploaded the jar to hdfs: hdfs:///home/hadoop/libraries/comet-spark-spark3.5_2.12-0.4.0.jar and then executed below spark-shell command: spark-shell --jars hdfs:///home/hadoop/libraries/comet-spark-spark3.5_2.12-0.4.0.jar b) Ran above command...

@nblagodarnyi , I've tried to use Comet with Spark using two different commands, but I'm encountering the same error in both cases. 1. Using local jar: spark-shell --jars /home/hadoop/.ivy2/jars/comet-spark-spark3.5_2.12-0.4.0.jar --conf...