Skip to content

Commit

Permalink
release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikovi committed Apr 21, 2017
1 parent 9d9da96 commit b7e8399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A library for reading NetFlow files from [Spark SQL](http://spark.apache.org/doc
| 1.4.x | [1.3.0](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 1.5.x | [1.3.0](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 1.6.x | [1.3.0](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 2.0.x | [2.0.0](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 2.1.x | [2.0.0](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 2.0.x | [2.0.1](http://spark-packages.org/package/sadikovi/spark-netflow) |
| 2.1.x | [2.0.1](http://spark-packages.org/package/sadikovi/spark-netflow) |

> Documentation reflects changes in master branch, for documentation on a specific version, please
> select corresponding version tag or branch.
Expand All @@ -20,9 +20,9 @@ A library for reading NetFlow files from [Spark SQL](http://spark.apache.org/doc
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 com.github.sadikovi:spark-netflow_2.11:2.0.0
$SPARK_HOME/bin/spark-shell --packages com.github.sadikovi:spark-netflow_2.11:2.0.1
```
Change to `com.github.sadikovi:spark-netflow_2.10:2.0.0` for Scala 2.10.x
Change to `com.github.sadikovi:spark-netflow_2.10:2.0.1` for Scala 2.10.x

## Features
- Column pruning
Expand Down Expand Up @@ -106,7 +106,7 @@ Run `sbt test` from project root.
Run `sbt package` to package project, next run `spark-submit` with following options:
```shell
$ spark-submit --class com.github.sadikovi.spark.benchmark.NetFlowReadBenchmark \
target/scala-2.11/spark-netflow_2.11-2.0.0.jar \
target/scala-2.11/spark-netflow_2.11-2.0.1.jar \
--iterations 5 \
--files 'file:/Users/sadikovi/developer/spark-netflow/temp/ftn/0[1,2,3]/ft*' \
--version 5
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.1.0-SNAPSHOT"
version in ThisBuild := "2.0.1"

0 comments on commit b7e8399

Please sign in to comment.