Class MitigationConfig

Object
org.apache.spark.MitigationConfig

public class MitigationConfig extends Object
A spark config flag that can be used to mitigate a breaking change. param: key The spark config key. param: value The spark config value that mitigates the breaking change.
  • Constructor Details

    • MitigationConfig

      public MitigationConfig(String key, String value)
  • Method Details