Iskander14yo commented on issue #864:
URL: 
https://github.com/apache/datafusion-comet/issues/864#issuecomment-3016021200

   For anyone wondering (seems like HDFS issue?):
   Set the _full path_ to the jar (with `hdfs://`) for `spark.jars` param and 
just _the name of jar_ for both `spark.driver.extraClassPath` and 
`spark.executor.extraClassPath` params. It will look like:
   
   ```python
       .set("spark.jars", 
"hdfs://my-full-path/comet-spark-spark3.5_2.12-0.6.0.jar")
       .set("spark.driver.extraClassPath", 
"comet-spark-spark3.5_2.12-0.6.0.jar")
       .set("spark.executor.extraClassPath", 
"comet-spark-spark3.5_2.12-0.6.0.jar")
   ```
   
   At least that worked for me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to