Reader small image

You're reading from  Jupyter Cookbook

Product typeBook
Published inApr 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788839440
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Dan Toomey
Dan Toomey
author image
Dan Toomey

Dan Toomey has been developing application software for over 20 years. He has worked in a variety of industries and companies, in roles from sole contributor to VP/CTO-level. For the last few years, he has been contracting for companies in the eastern Massachusetts area. Dan has been contracting under Dan Toomey Software Corp. Dan has also written R for Data Science, Jupyter for Data Sciences, and the Jupyter Cookbook, all with Packt.
Read more about Dan Toomey

Right arrow

Adding the Spark engine


Spark is an Apache project that provides an open source computing framework specially geared toward cluster computing. For our purposes, it provides a language called Spark that can be used to access Hadoop information sets.

How to do it...

We install the Spark engine and execute a Spark Jupyter script to show its working, as follows.

Installing the Spark engine

Generally, installing Spark involves two steps:

  • Installing Spark (for your environment)
  • Connecting Spark to your environment (whether standalone or clustered)

The Spark installations are environment specific. I've included the steps to install Spark (in connection with Jupyter) for a Windows environment here. There are different instructions for other environments.

Similarly, Spark relies on a base language to work from. This can be Scala or Python. We automatically have Python as part of the Jupyter installations, so we will rely on Python as the basis. In other words, we will code a Python Notebook, where Python...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Jupyter Cookbook
Published in: Apr 2018Publisher: PacktISBN-13: 9781788839440

Author (1)

author image
Dan Toomey

Dan Toomey has been developing application software for over 20 years. He has worked in a variety of industries and companies, in roles from sole contributor to VP/CTO-level. For the last few years, he has been contracting for companies in the eastern Massachusetts area. Dan has been contracting under Dan Toomey Software Corp. Dan has also written R for Data Science, Jupyter for Data Sciences, and the Jupyter Cookbook, all with Packt.
Read more about Dan Toomey