Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 518 Bytes

Spock

An interface to Apache Spark for the Julia language.

Build Instructions

  1. Create a symlink from your spark-assembly jar to lib/spark.jar (or copy it).
mkdir lib
ln -s ~/Downloads/spark-1.3.0-bin-hadoop2.4/lib/spark-assembly-1.3.0-hadoop2.4.0.jar lib/spark.jar
  1. Type make to build spock.jar and run the tests.

Build Status