File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
4444Additionally, 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
4646folder 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments