zip_rdd: Zip rdds together

Description Usage Arguments Details Value

Description

For rdds a, b, ... of the same length n this creates an rddlist of length n where the ith element has the value list(a[[i]], b[[i]], ... )

Usage

1
zip_rdd(..., cache = TRUE)

Arguments

...

rddlists of the same length

cache

logical - Should the resulting RDD be cached in Spark's memory?

Details

It always returns a nested list.

Value

rddlist A Spark Java Object representing the resulting rddlist


clarkfitzg/rddlist documentation built on May 13, 2019, 7:35 p.m.