Packages

p

org.apache.spark.api

resource

package resource

Type Members

  1. trait ResourceDiscoveryPlugin extends AnyRef

    :: DeveloperApi :: A plugin that can be dynamically loaded into a Spark application to control how custom resources are discovered.

    :: DeveloperApi :: A plugin that can be dynamically loaded into a Spark application to control how custom resources are discovered. Plugins can be chained to allow different plugins to handle different resource types.

    Plugins must implement the function discoveryResource.

    Since

    3.0.0

Ungrouped