Commit Graph

21 Commits

Author SHA1 Message Date
Tianlin Liao
8e8d8be8d2
[KYUUBI #4020] remove incubating from kyuubi source code
### _Why are the changes needed?_

### _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 #4069 from lightning-L/kyuubi-4020.

Closes #4020

97406ca0 [Tianlin Liao] [KYUUBI #4020] remove incubating from kyuubi source code

Authored-by: Tianlin Liao <tiliao@ebay.com>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
2023-01-04 09:43:20 +08:00
Yikf
612a82e00c
[KYUUBI #3531] [FOLLOWUP] Fix malforme format in hive connector doc
### _Why are the changes needed?_

This pr aims to fix malforme format in hive connector doc.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3587 from Yikf/doc-follow.

Closes #3531

e6238f6f [Yikf] fix

Authored-by: Yikf <yikaifei1@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-10-02 23:49:01 +08:00
Luning Wang
94d2649a86
[KYUUBI #3083][DOC] Add a doc of Iceberg for Hive SQL engine
### _Why are the changes needed?_

Add a doc of Iceberg for Hive SQL engine

### _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

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3580 from deadwind4/iceberg-hive-doc.

Closes #3083

505b84ea [Luning Wang] [KYUUBI #3083][DOC] Add a doc of Iceberg for Hive SQL engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-09-30 15:38:36 +08:00
yikf
97a50acb18
[KYUUBI #3531] [DOC] Add documentation for Hive connector
### _Why are the changes needed?_

Fix https://github.com/apache/incubator-kyuubi/issues/3531

This pr aims to add documentation for Hive connector

### _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 #3532 from Yikf/hive-doc.

Closes #3531

e10a98b2 [yikf] Add documentation for Hive connector

Authored-by: yikf <yikaifei1@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-09-26 16:18:51 +08:00
sychen
ecda418897
[KYUUBI #3252] Fix the problem that |release| in the document was not replaced correctly
### _Why are the changes needed?_
Fix the problem that `|release|` in the document was not replaced correctly.

Current

<img width="1062" alt="image" src="https://user-images.githubusercontent.com/3898450/185038285-de195262-b911-43dd-b06f-da2a91710f56.png">

Fix

<img width="808" alt="image" src="https://user-images.githubusercontent.com/3898450/185038329-0bf9a437-cedf-42d0-8811-3ead3380a20e.png">

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3252 from cxzl25/docs_release_var.

Closes #3252

96fbc98b [sychen] docs release var

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-17 13:44:40 +08:00
Cheng Pan
5ed671c842
[KYUUBI #3228] [Subtask] Connectors for Spark SQL Query Engine -> TPC-DS
### _Why are the changes needed?_

Document Kyuubi Spark TPC-DS connector

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate
<img width="819" alt="image" src="https://user-images.githubusercontent.com/26535726/184519770-f2abcc0a-70af-4dd6-b592-3510db9c1bec.png">

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3228 from pan3793/tpcds-doc.

Closes #3228

0cafdf88 [Cheng Pan] [Subtask] Connectors for Spark SQL Query Engine -> TPC-DS

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-15 21:14:45 +08:00
Luning Wang
06d43cb3d3
[KYUUBI #3072][DOC] Add a doc of Flink Table Store for Flink SQL engine
### _Why are the changes needed?_

### _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 #3234 from deadwind4/fts-flink-doc.

Closes #3072

f389629c [Luning Wang] [KYUUBI #3072][DOC] Add a doc of Flink Table Store for Flink SQL engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-15 15:11:11 +08:00
Cheng Pan
9bdff9ba3e
[KYUUBI #3227] SparkConfParser supports parse bytes and time
### _Why are the changes needed?_

SparkConfParser supports parse bytes and time for better user experience.

### _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

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3227 from pan3793/tpc.

Closes #3227

a2d88470 [Cheng Pan] style
87e54f58 [Cheng Pan] review
381316eb [Cheng Pan] nit
5a23f0e4 [Cheng Pan] fix
48dfe335 [Cheng Pan] nit
c7c85f75 [Cheng Pan] SparkConfParser support parse bytes and time

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-15 11:44:25 +08:00
Luning Wang
e847ab3566
[KYUUBI #3080][DOC] Add a doc of the Flink Table Store for the Trino SQL Engine
### _Why are the changes needed?_

 Add a doc of the Flink Table Store for the Trino SQL Engine

### _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 #3215 from deadwind4/fts-trino-doc.

Closes #3080

fdf1770b [Luning Wang] Fix url and add config path prefix
6cce215a [Luning Wang] [KYUUBI #3080][DOC] Add a doc of the Flink Table Store for the Trino SQL Engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-08-12 11:48:25 +08:00
Cheng Pan
f36508b5c2
[KYUUBI #3211] [Subtask] Connectors for Spark SQL Query Engine -> TPC-H
### _Why are the changes needed?_

Supply document for Kyuubi Spark TPC-H Connector

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

<img width="816" alt="image" src="https://user-images.githubusercontent.com/26535726/184071817-5795a1de-5491-4ffc-a37d-074afee06500.png">

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3211 from pan3793/doc-tpch.

Closes #3211

f2f8a249 [Cheng Pan] nit
d9c85798 [Cheng Pan] nit
7a2ec5d7 [Cheng Pan] review
96a18b98 [Cheng Pan] review
b95b30f6 [Cheng Pan] fix
b2c7474d [Cheng Pan] review
d4e73f48 [Cheng Pan] review
a7e6dc36 [Cheng Pan] [Subtask] Connectors for Spark SQL Query Engine -> TPC-H

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-11 16:34:40 +08:00
Cheng Pan
b8162f159c
[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

6a9c6dc5 [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>
2022-08-09 10:46:53 +08:00
Luning Wang
c64b7648de
[KYUUBI #3198] [DOCS] Fix index of Hudi Flink connector
### _Why are the changes needed?_

### _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 #3198 from deadwind4/flink-hudi-doc-index.

Closes #3198

70484b0c [Luning Wang] [hotfix] Fix doc index of Hudi Flink connector

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-08 20:10:55 +08:00
Luning Wang
38c7c16025
[KYUUBI #3070][DOC] Add a doc of the Hudi connector for the Flink SQL Engine
### _Why are the changes needed?_

Add a doc of the Hudi connector for the Flink SQL Engine

### _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 #3140 from deadwind4/hudi-flink-doc.

Closes #3070

69a2ac4d [Luning Wang] Rename dependencies
d1a01fad [Luning Wang] [KYUUBI #3070][DOC] Add a doc of the Hudi connector for the Flink SQL Engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-07-29 18:12:33 +08:00
zhouyifan279
3729a9982c
[KYUUBI #3160][DOCS] Dependencies links in Connectors for Spark SQL Query Engine pages jump to wrong place #3160 (#3161)
Signed-off-by: zhaomin1423 <zhaomin1423@163.com>
2022-07-29 12:33:55 +08:00
zhouyifan279
da87ca55ca
[KYUUBI #3154][Subtask] Connectors for Spark SQL Query Engine -> TiDB/TiKV
### _Why are the changes needed?_
Close #3154

### _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 #3155 from zhouyifan279/3154.

Closes #3154

682aaf58 [zhouyifan279] [KYUUBI #3154][Subtask] Connectors for Spark SQL Query Engine -> TiDB
4301ca44 [zhouyifan279] [KYUUBI #3154][Subtask] Connectors for Spark SQL Query Engine -> TiDB
65acabe6 [zhouyifan279] [KYUUBI #3154][Subtask] Connectors for Spark SQL Query Engine -> TiSpark

Authored-by: zhouyifan279 <zhouyifan279@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-28 14:21:25 +08:00
Luning Wang
60cb4bd09f
[KYUUBI #3082] Add iceberg connector doc for Trino SQL Engine
### _Why are the changes needed?_

Add iceberg connector doc for Trino SQL Engine.

### _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 #3130 from deadwind4/iceberg-trino-doc.

Closes #3082

2f11524c [Luning Wang] [KYUUBI #3082] Add iceberg connector doc for Trino SQL Engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-27 17:05:39 +08:00
Luning Wang
0f21aa94d5
[KYUUBI #3071][DOC] Add iceberg connector for Flink SQL Engine
### _Why are the changes needed?_

Add iceberg connector for Flink SQL Engine

### _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 #3118 from deadwind4/iceberg-flink-doc.

Closes #3071

bf9d158b [Luning Wang] [KYUUBI #3071][DOC] Add iceberg connector for Flink SQL Engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-27 17:02:26 +08:00
guanhua.lgh
91a2534903
[KYUUBI #3067][DOC] Add Flink Table Store connector doc for Spark SQL Engine
### _Why are the changes needed?_

Add Flink Table Store connector doc for Spark SQL Engine

### _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 #3151 from huage1994/3067.

Closes #3067

b2bc67d1 [guanhua.lgh] [KYUUBI #3067][DOC] Add Flink Table Store connector doc for Spark SQL Engine

Authored-by: guanhua.lgh <guanhua.lgh@alibaba-inc.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-27 14:55:40 +08:00
Luning Wang
5c1ea6e5da
[KYUUBI #3069][DOC] Add Iceberg connector doc for Spark SQL Engine
### _Why are the changes needed?_

Add Iceberg connector doc for Spark SQL Engine

### _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 #3115 from deadwind4/iceberg-spark-doc.

Closes #3069

4c9adeb0 [Luning Wang] Add merge into
119be819 [Luning Wang] update mulit engine support
eb4180d6 [Luning Wang] [KYUUBI #3069][DOC] Add Iceberg connector doc for Spark SQL Engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-07-22 18:05:15 +08:00
Luning Wang
f1312ea439
[KYUUBI #3068][DOC] Add the Hudi connector doc for Spark SQL Query Engine
### _Why are the changes needed?_

Add the Hudi connector doc for Spark SQL Query Engine

### _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 #3099 from deadwind4/hudi-spark-doc.

Closes #3068

fcd2cf6a [Luning Wang] update doc
0ee870d9 [Luning Wang] [KYUUBI #3068][DOC] Add the Hudi connector doc for Spark SQL Query Engine

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-21 16:04:47 +08:00
Kent Yao
4864762342
[KYUUBI #3060] [Subtask][#3059] Build content of the connector document section
### _Why are the changes needed?_

Build content of the connector document section

#### Main changes proposed in this PR

- the `integration` section is renamed to `connector` and lifted up
- connectors are separated by engines
- the usage guide is broken into 2 section: Admin Guide and User Guide

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

![image](https://user-images.githubusercontent.com/8326978/178718216-fd28ce00-2f39-47f8-bee0-57b3ea784917.png)

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3061 from yaooqinn/3060.

Closes #3060

6932cbb8 [Kent Yao] [KYUUBI #3060] [Subtask][#3059] Build the content of connector document section

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-14 14:19:13 +08:00