Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to configure GeoMesa Jupyter Kernels, we need to install Spark on the server running Jupyter.

Step-by-step guide

  1. Install Python 2.7 or 3.x for you Linux distribution.
  2. Download Spark.
  3. Unpack Spark and set up environment variables.

Note: Install Python before proceeding. Jupyter requires 2.7 or 3.x. Instructions for upgrading Python

Code Block
languagebash
titleDownload and extract the binary files
wget http://d3kbcqa49mib13.cloudfront.net/spark-1.6.2-bin-hadoop2.6.tgz
tar xvf spark-1.6.2.tgz

...

Add these to .bashrc as well.

Info

Filter by label (Content by label)
showLabelsfalse
max5
spacesGEOMESA
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("spark","jupyter") and type = "page" and space = "GEOMESA"
labelsspark jupyter

...