Google News
logo
PySpark - Quiz(MCQ)
class pyspark.BasicProfiler(ctx) implements ____ as a default profiler.
A)
cProfile
B)
Accumulator
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Both (A) and (B)


Explanation : class pyspark.BasicProfiler(ctx) implements cProfile and Accumulator as a default profiler.

Advertisement