withSpark
Helper function to enter Spark scope from sc like
withSpark(sc) { // this: KSparkSession
}
Content copied to clipboard
Helper function to enter Spark scope from a provided like when using the foreachRDD
function.
withSpark(rdd) { // this: KSparkSession
}
Content copied to clipboard
Helper function to enter Spark scope from sscForConf like
withSpark(ssc) { // this: KSparkSession
}
Content copied to clipboard