package paths
- Alphabetic
- Public
- All
Type Members
-
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.