Cheng Pan
6da0e62baf
[KYUUBI #7036 ] [DOCS] Improve docs for kyuubi-extension-spark-jdbc-dialect
...
### Why are the changes needed?
This PR removes the page https://kyuubi.readthedocs.io/en/v1.10.1/client/python/pyspark.html and merges the most content into https://kyuubi.readthedocs.io/en/v1.10.1/extensions/engines/spark/jdbc-dialect.html , some original content of the latter is also modified.
The current docs are misleading, I got asked several times by users why they follow the [Kyuubi PySpark docs](https://kyuubi.readthedocs.io/en/v1.10.1/client/python/pyspark.html ) to access data stored in Hive warehouse is too slow.
Actually, accessing HiveServer2/STS from Spark JDBC data source is discouraged by the Spark community, see [SPARK-47482](https://github.com/apache/spark/pull/45609 ), even though it's technical feasible.
### How was this patch tested?
It's a docs-only change, review is required.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7036 from pan3793/jdbc-ds-docs.
Closes #7036
c00ce0706 [Cheng Pan] style
f2676bd23 [Cheng Pan] [DOCS] Improve docs for kyuubi-extension-spark-jdbc-dialect
Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2025-04-23 11:09:29 +08:00
pengqli
bbc3fdf5e5
[KYUUBI #5094 ] Add Python JayDeBeApi doc
...
### _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
- [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests ) locally before make a pull request
Closes #5094 from dev-lpq/add_python_doc.
Closes #5094
c7d50d75a [pengqli] upgrade Python-JayDeBeApi doc
41f96fc1b [pengqli] upgrade Python-JayDeBeApi doc
dd0f91bd6 [pengqli] upgrade Python-JayDeBeApi doc
ae1b7bc63 [pengqli] upgrade Python-JayDeBeApi doc
189d7c835 [pengqli] upgrade Python-JayDeBeApi doc
2e1e7b418 [pengqli] upgrade Python-JayDeBeApi doc
362a43296 [pengqli] add Python-JayDeBeApi doc
Authored-by: pengqli <pengqli@cisco.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-07-26 18:10:27 +08:00
Bowen Liang
f1c49bb75c
[KYUUBI #3406 ] [Subtask] [Doc] Add PySpark client docs
...
### _Why are the changes needed?_
close #3406 .
Add PySpark client docs.
### _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 #3407 from bowenliang123/3406-pyspark-docs.
Closes #3406
a181a5ba [Bowen Liang] nit
fb0cfcdf [Bowen Liang] nit
378ca025 [Bowen Liang] nit
70b007a8 [Bowen Liang] update docs of including jdbc jars
170a3b4b [liangbowen] nit
ebb56e14 [liangbowen] add pyspark link to python page
76bef457 [liangbowen] add start shell docs for adding jars
65d8dbf9 [liangbowen] add docs
c55d3ae2 [Bowen Liang] update jdbc usage sample
692197e0 [Bowen Liang] init pyspark client docs
Lead-authored-by: Bowen Liang <liangbowen@gf.com.cn>
Co-authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-09-24 23:37:30 +08:00
Kent Yao
9060bf2284
[KYUUBI #3040 ] [Subtask][ #3039 ] Build the skeleton of client side documentation
...
### _Why are the changes needed?_
As a subtask of #3039 , this PR aims to build the skeleton of client side documentation
### _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


- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests ) locally before make a pull request
Closes #3041 from yaooqinn/3040.
Closes #3040
754d8a07 [Kent Yao] [KYUUBI #3040 ] [Subtask][#3039 ] Build the skeleton of client side documentation
b574e10d [Kent Yao] [KYUUBI #3040 ] [Subtask][#3039 ] Build the skeleton of client side documentation
721e00c5 [Kent Yao] [KYUUBI #3040 ] [Subtask][#3039 ] Build the skeleton of client side documentation
93fe8c42 [Kent Yao] [KYUUBI #3040 ] [Subtask][#3039 ] Build the skeleton of client side documentation
b9606c94 [Kent Yao] [KYUUBI #3040 ] [Subtask][#3039 ] Build the skeleton of client side documentation
Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
2022-07-12 11:03:44 +08:00