pan3793 commented on PR #49986: URL: https://github.com/apache/spark/pull/49986#issuecomment-2666058013
Find some issues during work on this PR: 1) `spark.executor.extraJavaOptions` forbids shipping value contains `-Dspark`, this also affects SPARK-47383 (https://github.com/apache/spark/pull/45504#issuecomment-2665957194). To fix that, we can either give an exception to `spark.ml.allowNativeBlas` when checking `spark.executor.extraJavaOptions` or choose a different prefix, e.g. `netlib.allowNativeBlas` 2) - mllib/src/main/scala/org/apache/spark/mllib/linalg/LAPACK.scala -- 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]
