We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832d6b1 commit 1c6d45dCopy full SHA for 1c6d45d
conf/spark-defaults.conf
@@ -1,6 +1,9 @@
1
# Default system properties included when running spark-submit.
2
# This is useful for setting default environmental settings.
3
4
+# SPARK-1294 workaround, needs to be removed for Core < 7.7.0
5
+spark.hadoop.streams.async.subscription.callback.enabled true
6
+
7
# Log effective Spark configuration at startup on INFO level
8
spark.logConf true
9
0 commit comments