Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzai committed Dec 17, 2018
1 parent 9211eec commit 00bccd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Spark Typeclass

## Cats typeclass instances for Apache Spark
Currently only contains algebraic (`Semigroup` / `Monoid`) and order typeclass instances for `Column` DataFrame` and `Dataset`.
Currently only contains algebraic (`Semigroup` / `Monoid`) and order typeclass instances for `Column` `DataFrame` and `Dataset`.
For `RDD` typeclass instances, you may wish refer to [Frameless](https://github.com/typelevel/frameless/).
(We could include them in this project in the future as well.)

This project has been compile with Spark 2.4.0 but it should compatible with any Spark 2.x on Scala 2.11.x or 2.12.x.

### SBT Setup
```scala
libraryDependencies += "io.github.yangzai" %% "spark-typeclass" % "0.1.0-SNAPSHOT"
libraryDependencies += "io.github.yangzai" %% "spark-typeclass" % "0.1.0"
```

### Example
Expand Down

0 comments on commit 00bccd8

Please sign in to comment.