c

geotrellis.spark.store.hadoop.Implicits

withSaveBytesToHadoopMethods

implicit class withSaveBytesToHadoopMethods[K] extends SaveBytesToHadoopMethods[K]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSaveBytesToHadoopMethods
  2. SaveBytesToHadoopMethods
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSaveBytesToHadoopMethods(rdd: RDD[(K, Array[Byte])])

Value Members

  1. 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

    Definition Classes
    SaveBytesToHadoopMethods
  2. 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

    Definition Classes
    SaveBytesToHadoopMethods