nblagodarnyi commented on issue #872:
URL: 
https://github.com/apache/datafusion-comet/issues/872#issuecomment-2315690274

   I faced the same issue when tried to set hdfs locations for extra classpaths 
like 
   `spark.[driver|executor].extraClassPath=hdfs:///foo/bar/comet.jar`
   AFAIU it only supports local files and spark-submit silently ignores errors 
(like missing jars or comma-separated list instead of semicolon-separated) in 
mentioned config. 
   Also note that this config overrides settings in conf/spark-defaults. This 
is a possible cause of issue with FSDataInputStream. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to