powered by
This function creates a SparkContext from an existing JavaSparkContext and then uses it to initialize a new SQLContext
sparkRSQL.init(jsc = NULL)
The existing JavaSparkContext created with SparkR.init()
Starting SparkR 2.0, a SparkSession is initialized and returned instead. This API is deprecated and kept for backward compatibility only.
sparkR.session
# NOT RUN { sc <- sparkR.init() sqlContext <- sparkRSQL.init(sc) # }
Run the code above in your browser using DataLab