Packages

object ResourceProfile extends Logging with Serializable

Source
ResourceProfile.scala
Linear Supertypes
Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceProfile
  2. Serializable
  3. Serializable
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val CORES: String

    built-in executor resource: cores

  2. val CPUS: String

    built-in task resource: cpus

  3. val DEFAULT_RESOURCE_PROFILE_ID: Int
  4. val MEMORY: String

    built-in executor resource: cores

  5. val OFFHEAP_MEM: String

    built-in executor resource: offHeap

  6. val OVERHEAD_MEM: String

    built-in executor resource: memoryOverhead

  7. val PYSPARK_MEM: String

    built-in executor resource: pyspark.memory

  8. val UNKNOWN_RESOURCE_PROFILE_ID: Int
  9. def allSupportedExecutorResources: Array[String]

    Return all supported Spark built-in executor resources, custom resources like GPUs/FPGAs are excluded.