0 votes
in Spark Sql by
Write some function of Spark Context in Spark?

1 Answer

0 votes
by

Used to create Spark RDDs, accumulators, and broadcast variables, access all Spark services and run jobs also to get the status of spark application. Starting and cancelling of Job etc.

...