emrlapply: Parallel lapply() function using Amazon's EMR service.

Description Usage Arguments Details Value

View source: R/emrlapply.R

Description

Parallel lapply() function using Amazon's EMR service.

Usage

1
emrlapply(clusterObject, X, FUN, taskTimeout=10, ...)

Arguments

X

list to which the function will be applied

FUN

function to apply

clusterObject

cluster on which to run the process

taskTimeout

maximum time a single unit of work can run (in minutes)

...

other params to pass to FUN

Details

Parallel lapply() function for applying a function to every item in a list using Amazon's EMR service.

Value

Output as a list


leeper/segue documentation built on May 21, 2019, 1:39 a.m.