viirya commented on a change in pull request #33623:
URL: https://github.com/apache/spark/pull/33623#discussion_r681931379
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -174,8 +174,9 @@ jobs:
run: |
# Hive "other tests" test needs larger metaspace size based on
experiment.
if [[ "$MODULES_TO_TEST" == "hive" ]] && [[ "$EXCLUDED_TAGS" ==
"org.apache.spark.tags.SlowHiveTest" ]]; then export METASPACE_SIZE=2g; fi
Review comment:
Other tests don't need higher METASPACE_SIZE, so I keep smaller
METASPACE_SIZE for others, only high METASPACE_SIZE for Hive test.
--
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]