gaborgsomogyi commented on a change in pull request #30427:
URL: https://github.com/apache/spark/pull/30427#discussion_r527541032
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/ui/UISeleniumSuite.scala
##########
@@ -51,6 +53,7 @@ class UISeleniumSuite extends SparkFunSuite with WebBrowser
with Matchers with B
val conf = new SparkConf()
.setMaster(master)
.setAppName("ui-test")
+ .set(SHUFFLE_PARTITIONS, 5)
Review comment:
Has similar problem before, just wanted to double check. Thanks!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]