pan3793 commented on PR #49986: URL: https://github.com/apache/spark/pull/49986#issuecomment-2662622310
the current approach works with `spark-submit` ``` spark-submit --conf spark.ml.allowNativeBlas=false ... ``` but does not work with creating embedded `SparkContext` in user code, unless the user modifies their Java command options. ``` java -Dspark.ml.allowNativeBlas=false ... ``` -- 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]
