- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 53字
- 2021-06-18 19:06:35
Getting ready
We require a working installation of Spark. This means that you would have followed the steps outlined in the previous chapter. As a reminder, to start PySpark shell for your local Spark cluster, you can run this command:
./bin/pyspark --master local[n]
Where n is the number of cores.
推薦閱讀
- JavaScript百煉成仙
- 數(shù)字媒體應(yīng)用教程
- Building a RESTful Web Service with Spring
- Learning RxJava
- Responsive Web Design with HTML5 and CSS3
- “笨辦法”學(xué)C語言
- Raspberry Pi Robotic Projects(Third Edition)
- HTML5+CSS3+JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- Vue.js光速入門及企業(yè)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Apache Solr PHP Integration
- MongoDB Cookbook
- MongoDB Administrator’s Guide
- Android 5從入門到精通
- Backbone.js Patterns and Best Practices
- Android從入門到精通