Skip to content

Commit

Permalink
Add compatibility section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Mar 22, 2019
1 parent 38d4337 commit 4316afa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Run [spark](https://spark.apache.org/) calculations from [Ammonite](http://ammon
3. [Using with standalone cluster](#using-with-standalone-cluster)
4. [Using with YARN cluster](#using-with-yarn-cluster)
5. [Troubleshooting](#troubleshooting)
6. [Missing](#missing)
6. [Compatibility](#compatibility)
7. [Missing](#missing)



Expand Down Expand Up @@ -120,6 +121,20 @@ ds: Dataset[Foo] = [id: string, value: int]

(This should likely be added automatically in the future.)

## Compatibility

ammonite-spark relies on the API of Ammonite, which undergoes
non backward compatible changes from time to time. The following table lists
which versions of Ammonite ammonite-spark is built against - so is compatible
with for sure.

| ammonite-spark | Ammonite |
|------------------|----------|
| `0.1.2`, `0.1.3` | `1.3.2` |
| `0.2.0` | `1.5.0` |
| `0.3.0` | `1.6.3` |
| `0.4.0` | `1.6.5` |

## Missing

Local clusters, Mesos, and Kubernetes, aren't supported yet.
Expand Down

0 comments on commit 4316afa

Please sign in to comment.