Back
Can anyone tell me how to check the Spark version in PySpark?
You can simply write the following command to know the current Spark version in PySpark, assuming the Spark Context variable to be 'sc':
sc.version
If you are looking for an online course to learn Spark, I recommend this Spark Course by Intellipaat.
31k questions
32.8k answers
501 comments
693 users