manuzhang commented on code in PR #15232:
URL: https://github.com/apache/iceberg/pull/15232#discussion_r2804717245
##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/TestBase.java:
##########
@@ -65,6 +65,13 @@ public abstract class TestBase extends SparkTestHelperBase {
protected static SparkSession spark = null;
protected static JavaSparkContext sparkContext = null;
protected static HiveCatalog catalog = null;
+ // Disable Spark UI and MetricsServlet to avoid dependency conflicts with
Spark's Jetty 11
+ public static final Map<String, Object> DISABLE_UI_CONFIGS =
Review Comment:
Otherwise, I have to copy and paste these configs wherever a SparkSession is
created.
--
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]