Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
a function to transform the resource into what will be used in op
the operation to apply to each value. The operation takes a resource and value and returns the transformed value
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
a function to transform the resource into what will be used in op
the operation to apply to each value. The operation takes a resource and value and returns the transformed value
the number of partitions for shuffling
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
a function to transform the resource into what will be used in op
the operation to apply to each value. The operation takes a resource and value and returns the transformed value
the partitioner for shuffling
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
The operation to apply to each value. The operation takes a resource and returns a function, which will then be applied to each value.
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
The operation to apply to each value. The operation takes a resource and returns a function, which will then be applied to each value.
the number of partitions for shuffling
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
The operation to apply to each value. The operation takes a resource and returns a function, which will then be applied to each value.
the partitioner for shuffling
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
the operation to apply to each value. Takes a resource and value and returns the transformed value
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
the operation to apply to each value. Takes a resource and value and returns the transformed value
the number of partitions for shuffling
PairRDD of values transformed by applying the operation with the appropriate resource
Applies op to every value with some resource, where values and resources share the same key.
Applies op to every value with some resource, where values and resources share the same key. This allows you to send data to executors based on key, so that: (1) the entire set of resources are not held in memory on all executors; and, (2) a specific resource is not duplicated; it is reused for all corresponding data values One example usage might be when conducting a geospatial operation. If the keys indicate a geographic area, and the value contains geospatial resources in that geographic area, one can apply a method using geospatially local resources to all values while reducing data duplication and shuffling.
the type of resources being used
the type returned by applying the operation with the resource to each value
a PairRDD of keys and resources, where keys are used to determine what data the resource is associated with for the operation. There must be exactly one resource for each key in the RDD this method is applied to
the operation to apply to each value. Takes a resource and value and returns the transformed value
the partitioner for shuffling
PairRDD of values transformed by applying the operation with the appropriate resource
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
the result type of the folding operation
an RDD of start values by key
the binary operation for folding
PairRDD with keys and values, where values are the result of applying foldLeft across the sorted values
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
the result type of the folding operation
an RDD of start values by key
the binary operation for folding
PairRDD with keys and values, where values are the result of applying foldLeft across the sorted values
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
the result type of the folding operation
an RDD of start values by key
the binary operation for folding
PairRDD with keys and values, where values are the result of applying foldLeft across the sorted values
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
the result type of the folding operation
the start value for the fold
the binary operation for folding
PairRDD with keys and values, where values are the result of applying foldLeft across the sorted values
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
the result type of the folding operation
the start value for the fold
the binary operation for folding
the number of partitions for shuffling
PairRDD with keys and values, where values are the result of applying foldLeft across the sorted values
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
Groups by key and applies a binary operation using foldLeft over the values sorted by some implicit ordering
the result type of the folding operation
the start value for the fold
the binary operation for folding
the partitioner for shuffling
PairRDD with keys and values, where values are the result of applying foldLeft across the sorted values
Groups by key and sorts the values by some implicit ordering
Groups by key and sorts the values by some implicit ordering
a PairRDD of keys and sorted values
Groups by key and sorts the values by some implicit ordering
Groups by key and sorts the values by some implicit ordering
the number of partitions for shuffling
PairRDD of keys and sorted values
Groups by key and sorts the values by some implicit ordering
Groups by key and sorts the values by some implicit ordering
the partitioner for shuffling
PairRDD of keys and sorted values