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

Commit 1004271

Browse files
committed
add build instructions
1 parent 6a8dcf3 commit 1004271

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Spock
22

3-
An interface to [Apache Spark](https://spark.apache.org) for the [Julia](http://www.julia-lang.org) lanaguage.
3+
An interface to [Apache Spark](https://spark.apache.org) for the [Julia](http://www.julia-lang.org) language.
4+
5+
## Build Instructions
6+
7+
1. Create a symlink from your `spark-assembly` jar to `lib/spark.jar` (or copy it).
8+
9+
```
10+
mkdir lib
11+
ln -s ~/Downloads/spark-1.3.0-bin-hadoop2.4/lib/spark-assembly-1.3.0-hadoop2.4.0.jar lib/spark.jar
12+
```
13+
14+
2. Type `make` to build `spock.jar` and run the tests.
415

516
[![Build Status](https://travis-ci.org/jey/Spock.jl.svg?branch=master)](https://travis-ci.org/jey/Spock.jl)

0 commit comments

Comments
 (0)