Skip to content

Commit 1c6d45d

Browse files
committed
MapR [SPARK-1294] DStream doesn't start on Spark 3.5.1 and Core 7.8.0 combination (apache#1204)
1 parent 832d6b1 commit 1c6d45d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf/spark-defaults.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Default system properties included when running spark-submit.
22
# This is useful for setting default environmental settings.
33

4+
# SPARK-1294 workaround, needs to be removed for Core < 7.7.0
5+
spark.hadoop.streams.async.subscription.callback.enabled true
6+
47
# Log effective Spark configuration at startup on INFO level
58
spark.logConf true
69

0 commit comments

Comments
 (0)