onebox-li commented on code in PR #2005:
URL:
https://github.com/apache/incubator-celeborn/pull/2005#discussion_r1366950942
##########
tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/RetryReviveTest.scala:
##########
@@ -51,7 +51,7 @@ class RetryReviveTest extends AnyFunSuite
.config(updateSparkConf(sparkConf, ShuffleMode.HASH))
.getOrCreate()
val result = ss.sparkContext.parallelize(1 to 1000, 2)
- .map { i => (i, Range(1, 1000).mkString(",")) }.groupByKey(16).collect()
+ .map { i => (i, Range(1, 1000).mkString(",")) }.groupByKey(4).collect()
Review Comment:
Here changing the groupByKey param is to decrease some logs produced by the
UT. It doesn't matters.
--
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]