Skip to content

Project to learn and experiment with the Apache Spark cluster computing system.

Notifications You must be signed in to change notification settings

wisnukurniawan/spark-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Playground

Project to learn and experiment with the Spark cluster computing system.

Setup

spark installed at ~/dev/spark-2.2.0-bin-hadoop2.7 and is part of PATH in .bash_profile

export SPARK_HOME=~/dev/spark-2.2.0-bin-hadoop2.7
export PATH=$SPARK_HOME/bin:$PATH

Running an example

$ spark-submit dataframes-and-sql-examples.py

Docker

$ docker run -i -t -P --name spark -v /Users/pfeilbr/Dropbox/mac01/Users/brianpfeil/projects/spark-playground:/src sequenceiq/spark:latest bash

Resources

About

Project to learn and experiment with the Apache Spark cluster computing system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • Scala 14.6%
  • Shell 2.3%