zhengruifeng commented on code in PR #37002:
URL: https://github.com/apache/spark/pull/37002#discussion_r913302834
##########
python/run-tests.py:
##########
@@ -96,7 +96,8 @@ def run_individual_python_test(target_dir, test_name,
pyspark_python):
os.mkdir(metastore_dir)
# Also override the JVM's temp directory by setting driver and executor
options.
- java_options = "-Djava.io.tmpdir={0}
-Dio.netty.tryReflectionSetAccessible=true".format(tmp_dir)
+ java_options = "-Djava.io.tmpdir={0}".format(tmp_dir)
+ java_options = java_options + " -Dio.netty.tryReflectionSetAccessible=true
-Xss16M"
Review Comment:
yes, without this setting, pyspark and sparkr always failed.
I think it should be a new restriction in breeze, found such a commit in
breeze 2.0
https://github.com/scalanlp/breeze/commit/07c2d06dcb05928ac5c665d4312236cbcbd8a0aa
--
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]