Google News
logo
PySpark - Quiz(MCQ)
The active stage ids are returned by ____ in an array.
A)
getJobInfo(jobId)
B)
getActiveStageIds()
C)
getJobIdsForGroup(jobGroup = None)
D)
All of the above

Correct Answer :   getActiveStageIds()


Explanation : The active stage ids are returned by getActiveStageIds() in an array.

Advertisement