I have a Spark application which using Spark 2.0 new API with SparkSession. I am building this application on top of the another application which is using
SparkSession
Apparently there is no way how to initialize SparkSession from existing SparkContext.
SparkContext