Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.71 KB

File metadata and controls

34 lines (28 loc) · 1.71 KB

Deployment Settings for Dangerous Join Watchdog

Spark SQL Extensions

spark.sql.extensions=org.apache.kyuubi.sql.KyuubiSparkSQLExtension,org.apache.kyuubi.sql.watchdog.KyuubiDangerousJoinExtension

Dangerous Join Configurations

Name Default Description
kyuubi.watchdog.dangerousJoin.enabled true Enable dangerous join watchdog
kyuubi.watchdog.dangerousJoin.broadcastRatio 0.8 Broadcast threshold coefficient
kyuubi.watchdog.dangerousJoin.action WARN WARN only logs diagnostics, REJECT throws error 41101

For detailed rules and examples, see Dangerous Join Watchdog.