kyuubi/kyuubi-hive-jdbc
wforget 51b8e7b8eb [KYUUBI #6918] Cache client ipAddress in kyuubi jdbc connection
### Why are the changes needed?

add Utils.CLIENT_IP_ADDRESS to cache local ipAddress

closes #6918

### How was this patch tested?

minor fix

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #6919 from wForget/KYUUBI-6918.

Closes #6918

5b0efe722 [Cheng Pan] Update kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/Utils.java
b8660c83b [wforget] address comment
835dfb8ef [wforget] address comment
29dd13a2e [wforget] fix style
843b29fe8 [wforget] [KYUUBI #6918] Cache client ipAddress in kyuubi jdbc connection

Lead-authored-by: wforget <643348094@qq.com>
Co-authored-by: Cheng Pan <pan3793@gmail.com>
Signed-off-by: wforget <643348094@qq.com>
2025-02-14 20:52:17 +08:00
..
src [KYUUBI #6918] Cache client ipAddress in kyuubi jdbc connection 2025-02-14 20:52:17 +08:00
pom.xml [KYUUBI #6769] [RELEASE] Bump 1.11.0-SNAPSHOT 2024-10-23 17:10:56 +08:00
README.md [KYUUBI #4312] [DOCS] Include **/README.md in markdown style check 2023-02-14 02:23:32 +08:00

Kyuubi Hive JDBC Module

Aiming to make a better supported client for Kyuubi and Spark

  • Add catalog to getTables meta function for DataLakes (DONE, broken in v1.3.0-incubating, fixed in v1.3.1-incubating)
  • Deploy to maven central (DONE, available since v1.3.0-incubating)
  • Create shaded jar (DONE, available since v1.4.0-incubating)
  • Remove Hive dependencies (DONE, available since v1.6.0-incubating)