From the course: Introduction to Spark SQL and DataFrames

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Install PySpark

Install PySpark

From the course: Introduction to Spark SQL and DataFrames

Start my 1-month free trial

Install PySpark

- [Instructor] Now, I've opened a terminal window here. And our next step is to install PySpark. This is fairly simple. We're just going to use pip, which is the Python installer program. And I'm going to say, install pyspark. This may take several minutes to download. And following the download, there'll be a build process that, again, can take a few minutes. And now we have PySpark installed.

Contents