zhuzhurk commented on code in PR #21780:
URL: https://github.com/apache/flink/pull/21780#discussion_r1090592875
##########
flink-end-to-end-tests/test-scripts/test_tpcds.sh:
##########
@@ -60,13 +60,12 @@ function run_test() {
set_config_key "jobmanager.scheduler" "${scheduler}"
set_config_key "taskmanager.memory.process.size" "4096m"
set_config_key "taskmanager.memory.network.fraction" "0.2"
+ set_config_key "parallelism.default" "4"
if [ "${scheduler}" == "Default" ]; then
set_config_key "taskmanager.numberOfTaskSlots" "4"
- set_config_key "parallelism.default" "4"
Review Comment:
Why removing this line?
--
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]