Skip to content

Commit

Permalink
Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Aug 16, 2018
1 parent b0f73ec commit 475a3f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ Run [spark](https://spark.apache.org/) calculations from [Ammonite](http://ammon

## Quick start

Start Ammonite >= [`1.1.2-17-7d454d7`](https://github.com/lihaoyi/Ammonite/releases/download/1.1.2/2.11-1.1.2-17-7d454d7), with the `--class-based` option. Either follow [the instructions](http://ammonite.io/#Ammonite-REPL) on its website, then do
Start Ammonite >= [`1.1.2-21-df41270`](https://github.com/lihaoyi/Ammonite/releases/download/1.1.2/2.11-1.1.2-21-df41270), with the `--class-based` option. Either follow [the instructions](http://ammonite.io/#Ammonite-REPL) on its website, then do
```
$ amm --class-based
```
or use [coursier](https://github.com/coursier/coursier),
```
$ coursier launch com.lihaoyi:ammonite_2.11.12:1.1.2-17-7d454d7 -M ammonite.Main -- --class-based
$ coursier launch com.lihaoyi:ammonite_2.11.12:1.1.2-21-df41270 -M ammonite.Main -- --class-based
```
In both cases, ensure you are using scala 2.11.x.

At the Ammonite prompt, load the Spark 2.x version of your choice, along with ammonite-spark,
```scala
@ import $ivy.`org.apache.spark::spark-sql:2.3.1`
@ import $ivy.`sh.almond::ammonite-spark:0.1.0`
@ import $ivy.`sh.almond::ammonite-spark:0.1.1`
```

Then create a `SparkSession` using the builder provided by *ammonite-spark*
Expand Down

0 comments on commit 475a3f0

Please sign in to comment.