0 votes
in PySpark by
What is PySpark SparkJobinfo?

1 Answer

0 votes
by

The PySpark SparkJobinfo is used to get information about the SparkJobs that are in execution.

Following is the code for using the SparkJobInfo:

class SparkJobInfo(namedtuple("SparkJobInfo", "jobId stageIds status ")):   

Related questions

0 votes
asked Mar 13, 2022 in PySpark by rajeshsharma
0 votes
asked Mar 13, 2022 in PySpark by rajeshsharma
...