zhengruifeng commented on code in PR #37002:
URL: https://github.com/apache/spark/pull/37002#discussion_r913320875
##########
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:
let me have a try with `-Xss4m`
--
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]