srowen commented on code in PR #37002:
URL: https://github.com/apache/spark/pull/37002#discussion_r913150261
##########
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:
The -Xss16m seems OK, just wondering if we think that breeze 2.0 is going to
cause stack overflows more readily without this setting? could be an issue
--
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]