Closed bdwyer2 closed 6 years ago
Build triggered.
Build success. All unit tests passed.
@aloknsingh if the user sets master = local[3]
even though they have 8 cores available then defaultParallelism
will be 3 but we will assume that we have all 8 cores available.
I think at the very least we should use defaultParallelism
instead of parallel::detectCores()
.
Build triggered.
Build success. All unit tests passed.
Build triggered.
Build success. All unit tests passed.
Issue #44
We should use the Spark variable
spark.default.parallelism
instead of our custom functionr4ml.calc.num.partitions()
to calculate the number of partitions when converting adata.frame
tor4ml.frame
From the Spark documentation: