Skip to content

Commit ab1fb71

Browse files
committed
New release version v2.0.1
1 parent 6f7ae98 commit ab1fb71

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ and YDB Java SDK. That artifact is available in the Maven Global repository and
3838
(requires network connection).
3939

4040
```bash
41-
./bin/spark-shell --packages tech.ydb.spark:ydb-spark-connector-shaded:2.0.0
41+
./bin/spark-shell --packages tech.ydb.spark:ydb-spark-connector:2.0.1
4242
```
4343

4444
Additionally, for greater convenience, the connector artifact can be downloaded from the
4545
[releases section](https://github.com/ydb-platform/ydb-spark-connector/releases) and used locally by placing to the jars
4646
folder in the Spark distribution or passing it as the --jars argument.
4747
```bash
48-
./bin/spark-shell --jars ydb-spark-connector-shaded-2.0.0.jar
48+
./bin/spark-shell --jars ydb-spark-connector-shaded-2.0.1.jar
4949
```
5050

5151
## Connector usage

connector-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tech.ydb.spark</groupId>
88
<artifactId>ydb-spark-parent</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.0.1</version>
1010
</parent>
1111

1212
<packaging>jar</packaging>

connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.ydb.spark</groupId>
77
<artifactId>ydb-spark-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

1111
<artifactId>ydb-spark-connector</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>tech.ydb.spark</groupId>
66
<artifactId>ydb-spark-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</version>
88

99
<name>YDB Spark Project</name>
1010
<description>Apache Spark Connector for YDB</description>

0 commit comments

Comments
 (0)