Skip to content

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghmargoor authored Aug 18, 2020
1 parent 8195d0f commit 59677f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Change configuration in `$SPARK_HOME/conf/hive-site.xml` to point to already con

There are a few ways to use the library while running spark-shell

`spark-shell --packages qubole:spark-acid:0.5.0-s_2.11
`spark-shell --packages qubole:spark-acid:0.6.0-s_2.11

2. If you built the jar yourself, copy the `spark-acid-assembly-0.5.0.jar` jar into `$SPARK_HOME/assembly/target/scala.2_11/jars` and run
2. If you built the jar yourself, copy the `spark-acid-assembly-0.6.0.jar` jar into `$SPARK_HOME/assembly/target/scala.2_11/jars` and run

spark-shell

Expand Down Expand Up @@ -332,7 +332,7 @@ _NB: Hive ACID V2 is supported in Hive 3.0.0 onwards and for that hive Metastore

sbt assembly

This will create the `spark-acid-assembly-0.5.0.jar` which can be now used in your application.
This will create the `spark-acid-assembly-0.6.0.jar` which can be now used in your application.

### Test
Tests are run against a standalone docker setup. Please refer to [Docker setup] (docker/README.md) to build and start a container.
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 := "0.5.0"
version in ThisBuild := "0.6.0"

0 comments on commit 59677f3

Please sign in to comment.