Skip to content

Commit b8162f1

Browse files
committed
[KYUUBI #3191] [DOCS] Add missing binary scala version in engine jar name
### _Why are the changes needed?_ Minor doc fix. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3191 from pan3793/doc-jar. Closes #3191 6a9c6dc [Cheng Pan] [DOCS] Add missing binary scala version in engine jar name Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 9d4d294 commit b8162f1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/connector/flink/hudi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Dependencies
4242

4343
The **classpath** of kyuubi flink sql engine with Hudi supported consists of
4444

45-
1. kyuubi-flink-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
45+
1. kyuubi-flink-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
4646
2. a copy of flink distribution
4747
3. hudi-flink<flink.version>-bundle_<scala.version>-<hudi.version>.jar (example: hudi-flink1.14-bundle_2.12-0.11.1.jar), which can be found in the `Maven Central`_
4848

docs/connector/flink/iceberg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Dependencies
4343

4444
The **classpath** of kyuubi flink sql engine with Iceberg supported consists of
4545

46-
1. kyuubi-flink-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
46+
1. kyuubi-flink-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
4747
2. a copy of flink distribution
4848
3. iceberg-flink-runtime-<flink.version>-<iceberg.version>.jar (example: iceberg-flink-runtime-1.14-0.14.0.jar), which can be found in the `Maven Central`_
4949

docs/connector/spark/delta_lake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Dependencies
4646

4747
The **classpath** of kyuubi spark sql engine with delta lake supported consists of
4848

49-
1. kyuubi-spark-sql-engine-|release|.jar, the engine jar deployed with kyuubi distributions
49+
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with kyuubi distributions
5050
2. a copy of spark distribution
5151
3. delta-core & delta-storage, which can be found in the `Maven Central`_
5252

docs/connector/spark/flink_table_store.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Dependencies
4444

4545
The **classpath** of kyuubi spark sql engine with Flink Table Store supported consists of
4646

47-
1. kyuubi-spark-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
47+
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
4848
2. a copy of spark distribution
4949
3. flink-table-store-spark-<version>.jar (example: flink-table-store-spark-0.2.jar), which can be found in the `Maven Central`_
5050

docs/connector/spark/hudi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Dependencies
4343

4444
The **classpath** of kyuubi spark sql engine with Hudi supported consists of
4545

46-
1. kyuubi-spark-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
46+
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
4747
2. a copy of spark distribution
4848
3. hudi-spark<spark.version>-bundle_<scala.version>-<hudi.version>.jar (example: hudi-spark3.2-bundle_2.12-0.11.1.jar), which can be found in the `Maven Central`_
4949

docs/connector/spark/iceberg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Dependencies
4545

4646
The **classpath** of kyuubi spark sql engine with Iceberg supported consists of
4747

48-
1. kyuubi-spark-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
48+
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
4949
2. a copy of spark distribution
5050
3. iceberg-spark-runtime-<spark.version>_<scala.version>-<iceberg.version>.jar (example: iceberg-spark-runtime-3.2_2.12-0.14.0.jar), which can be found in the `Maven Central`_
5151

docs/connector/spark/tidb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Dependencies
4747
************
4848
The classpath of kyuubi spark sql engine with TiDB supported consists of
4949

50-
1. kyuubi-spark-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
50+
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
5151
2. a copy of spark distribution
5252
3. tispark-assembly-<spark.version>_<scala.version>-<tispark.version>.jar (example: tispark-assembly-3.2_2.12-3.0.1.jar), which can be found in the `Maven Central`_
5353

0 commit comments

Comments
 (0)