class SaveBytesToHadoopMethods[K] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaveBytesToHadoopMethods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
saveToHadoop(keyToUri: (K) ⇒ String): Long
Saves to Hadoop FileSystem, returns a count of records saved.
Saves to Hadoop FileSystem, returns a count of records saved.
- keyToUri
A function from K (a key) to a Hadoop URI
-
def
setupSaveToHadoop(keyToUri: (K) ⇒ String): RDD[(K, Array[Byte])]
Sets up saving to Hadoop, but returns an RDD so that writes can be chained.
Sets up saving to Hadoop, but returns an RDD so that writes can be chained.
- keyToUri
A function from K (a key) to a Hadoop URI