- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 107字
- 2021-06-18 19:06:30
There's more...
Nowadays, there is an even simpler way to install PySpark on your machine, that is, by using pip.
pip is Python's package manager. If you installed Python 2.7.9 or Python 3.4 from http://python.org, then pip is already present on your machine (the same goes for our recommended Python distribution—Anaconda). If you do not have pip, you can easily install it from here: https://pip.pypa.io/en/stable/installing/.
To install PySpark via pip, just issue the following command in the Terminal:
pip install pyspark
Or, if you use Python 3.4+, you may also try:
pip3 install pyspark
You should see the following screen in your Terminal:

推薦閱讀
- Docker進(jìn)階與實(shí)戰(zhàn)
- React.js Essentials
- Java EE 8 Application Development
- Visual C#.NET Web應(yīng)用程序設(shè)計(jì)
- Python項(xiàng)目實(shí)戰(zhàn)從入門到精通
- iPhone應(yīng)用開發(fā)從入門到精通
- Fastdata Processing with Spark
- Professional JavaScript
- Java程序設(shè)計(jì)
- Roslyn Cookbook
- Java EE 程序設(shè)計(jì)
- Perl 6 Deep Dive
- VBA Automation for Excel 2019 Cookbook
- 代碼整潔之道:程序員的職業(yè)素養(yǎng)
- Learning VMware vCloud Air