Package

org.apache

spark

Permalink

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Logging extends AnyRef

    Permalink

    Utility trait for classes that want to log data.

    Utility trait for classes that want to log data. Creates an SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.

Value Members

  1. val SPARK_BRANCH: String

    Permalink
  2. val SPARK_BUILD_DATE: String

    Permalink
  3. val SPARK_BUILD_USER: String

    Permalink
  4. val SPARK_REPO_URL: String

    Permalink
  5. val SPARK_REVISION: String

    Permalink
  6. val SPARK_VERSION: String

    Permalink
  7. package sql

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped