Spark Integration Hub K8s

  • By Canonical Data Platform
Channel Revision Published Runs on
latest/edge 19 28 Aug 2024
Ubuntu 22.04
juju deploy spark-integration-hub-k8s --channel edge
Show information

Platform:

Learn about actions >

  • add-config

    Set a new configuration property to integration hub charm.

    Params
    • conf string

      The desired Spark configuration you want to add (e.g., spark.app.name=demo-spark-app-overrides).

    Required

    conf

  • clear-config

    Clear the specified user-specified Spark configurations.

  • list-config

    List all specified user-specified Spark configuration options.

  • remove-config

    Remove a Spark configuration option based on the specified key.

    Params
    • key string

      The key of the configuration option.

    Required

    key