Packages

o

org.apache.spark.util

SparkEnvUtils

object SparkEnvUtils extends SparkEnvUtils

Source
SparkEnvUtils.scala
Linear Supertypes
SparkEnvUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkEnvUtils
  2. SparkEnvUtils
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def isTesting: Boolean

    Indicates whether Spark is currently running unit tests.

    Indicates whether Spark is currently running unit tests.

    Definition Classes
    SparkEnvUtils