Packages

package paths

 
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1.  case class SparkPath extends Product with Serializable

    A canonical representation of a file path.

    A canonical representation of a file path. This class is intended to provide type-safety to the way that Spark handles Paths. Paths can be represented as Strings in multiple ways, which are not always compatible. Spark regularly uses two ways: 1. hadoop Path.toString and java URI.toString.

Value Members

  1.  object SparkPath extends Serializable

Ungrouped