Skip to content

Commit

Permalink
prepared 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikovi committed Mar 15, 2016
1 parent a28ac51 commit d2f67fe
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
Expand Up @@ -7,13 +7,13 @@ A library for reading NetFlow files from [Spark SQL](http://spark.apache.org/doc
## Requirements
| Spark version | spark-netflow latest version |
|---------------|------------------------------|
| 1.4+ | [0.2.0](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 1.4+ | [0.2.1](http://spark-packages.org/package/sadikovi/spark-netflow) |

## Linking
The spark-netflow library can be added to Spark by using the `--packages` command line option. For
example, run this to include it when starting the spark shell:
```shell
$SPARK_HOME/bin/spark-shell --packages sadikovi:spark-netflow:0.2.0-s_2.10
$SPARK_HOME/bin/spark-shell --packages sadikovi:spark-netflow:0.2.1-s_2.10
```

## Features
Expand Down

0 comments on commit d2f67fe

Please sign in to comment.