Interface Dataset
- All Superinterfaces:
- Output
- All Known Implementing Classes:
- Table
A type of 
Output that represents a materialized dataset in a DataflowGraph.- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn whether the storage location for thisOutputhas been normalized.scala.Option<String>Normalized storage location used for storing materializations for thisOutput.path()Return the normalized storage location for thisOutputand throw if the storage location has not been normalized.
- 
Method Details- 
normalizedboolean normalized()Return whether the storage location for thisOutputhas been normalized.
- 
normalizedPathscala.Option<String> normalizedPath()Normalized storage location used for storing materializations for thisOutput. If None, it means thisOutputhas not been normalized yet.- Returns:
- (undocumented)
 
- 
pathReturn the normalized storage location for thisOutputand throw if the storage location has not been normalized.- Returns:
- (undocumented)
- Throws:
- SparkException
 
 
-