class SaveToS3Methods[K, V] extends MethodExtensions[RDD[(K, V)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaveToS3Methods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaveToS3Methods(self: RDD[(K, V)])
Value Members
-
def
saveToS3(keyToUri: (K) ⇒ String, putObjectModifier: (PutObjectRequest) ⇒ PutObjectRequest = p => p, runtime: ⇒ IORuntime = IORuntimeTransient.IORuntime)(implicit ev: (V) ⇒ Array[Byte]): Unit
Saves each RDD value to an S3 key.
Saves each RDD value to an S3 key.
- keyToUri
A function from K (a key) to an S3 URI
- putObjectModifier
Function that will be applied ot S3 PutObjectRequests, so that they can be modified (e.g. to change the ACL settings)
- runtime
A function to get IORuntime
-
val
self: RDD[(K, V)]
- Definition Classes
- SaveToS3Methods → MethodExtensions