Skip to content

Commit c00ce07

Browse files
committed
style
1 parent f2676bd commit c00ce07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/extensions/engines/spark/jdbc-dialect.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Notes: this is an inefficient way to access data stored in Hive warehouse, you c
4343

4444
Prepare JDBC driver jar file. Supported Hive compatible JDBC Driver as below:
4545

46-
| Driver | Driver Class Name | Remarks |
46+
| Driver | Driver Class Name | Remarks |
4747
|-----------------------------------------------------------|-----------------------------------------|----------------------------------------------------------------------------------------------------------|
4848
| Kyuubi Hive JDBC Driver ([doc](../jdbc/kyuubi_jdbc.html)) | org.apache.kyuubi.jdbc.KyuubiHiveDriver | Use v1.6.1 or later versions, which includes [KYUUBI #3484](https://github.com/apache/kyuubi/pull/3485). |
4949
| Hive JDBC Driver ([doc](../jdbc/hive_jdbc.html)) | org.apache.hive.jdbc.HiveDriver | The Hive JDBC driver is already included in official Spark binary distribution. |
@@ -69,6 +69,7 @@ Or, compile the extension by executing
6969
```
7070
build/mvn clean package -pl :kyuubi-extension-spark-jdbc-dialect_2.12 -DskipTests
7171
```
72+
7273
then get the extension jar under `extensions/spark/kyuubi-extension-spark-jdbc-dialect/target`.
7374

7475
If you like, you can compile the extension jar with the corresponding Maven's profile on you compile command,
@@ -141,3 +142,4 @@ INSERT OVERWRITE kyuubi_table SELECT ...
141142
-- write data in append mode
142143
INSERT INTO kyuubi_table SELECT ...
143144
```
145+

0 commit comments

Comments
 (0)