Packages

o

org.apache.spark

SparkFiles

object SparkFiles

Resolves paths to files added through SparkContext.addFile().

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

Value Members

  1. def get(filename: String): String

    Get the absolute path of a file added through SparkContext.addFile().

  2. def getRootDirectory(): String

    Get the root directory that contains files added through SparkContext.addFile().