Closed danzafar closed 4 years ago
@estern95 Here is a PR where we can discuss the sparkContext R4 implementation. I've submitted my POC test. If you pull this branch you should be able to run:
sc <- sparkContext$new() sc$sparkConf$get(<some_conf>)
and
sc$parallelize(list(1:10), 2)
I'm thinking we do this first, them maybe RDD API if we still like it :)
RDD
@estern95 Here is a PR where we can discuss the sparkContext R4 implementation. I've submitted my POC test. If you pull this branch you should be able to run:
and
I'm thinking we do this first, them maybe
RDD
API if we still like it :)