Home »
MCQs »
PySpark MCQs
With ____, we can obtain the working directory path
53. With ____, we can obtain the working directory path.
- SparkFiles.get
- SparkFiles.fetch
- SparkFiles.set
- SparkFiles.go
Answer: A) SparkFiles.get
Explanation:
With SparkFiles.get, we can obtain the working directory path.