sparkRSQL.init {SparkR} | R Documentation |
This function creates a SparkContext from an existing JavaSparkContext and then uses it to initialize a new SQLContext
sparkRSQL.init(jsc = NULL)
jsc |
The existing JavaSparkContext created with SparkR.init() |
## Not run: sc <- sparkR.init() sqlContext <- sparkRSQL.init(sc) ## End(Not run)