diff --git a/README.md b/README.md index b5fd183f..d256d591 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ An open and introductory book for the Python API of Apache Spark. The book "Introduction to pyspark" provides a quick introduction for the `pyspark` Python package, which is the Python API of Apache Spark. Read the book at: . + You can buy a copy of the book through Amazon: . + Publication page: . With `pyspark` you are able to use the Python language to write Spark applications and run them on a Spark cluster in a scalable and elegant way. This book focus on teaching the fundamentals of `pyspark`, and how to use it for big data analysis.