linghengqian opened a new pull request, #32552:
URL: https://github.com/apache/shardingsphere/pull/32552
For #31526.
Changes proposed in this pull request:
- Fixes the issue where `HiveMetaDataLoader` creates an additional
embedded HiveServer2 when using embedded Hive Metastore Server. The current PR
was split from #31526.
- Bump HiveServer2 used in tests to 4.0.0 .
- As part of my research to simplify HiveServer2 JDBC Driver dependency
management, I created a third-party build of HiveServer2 JDBC Driver's Thin JAR
at https://github.com/linghengqian/hive-server2-jdbc-driver . The related
project fixed the dependency conflict on HiveServer2 JDBC Driver's Skinny JAR
by processing pom.xml across thousands of lines. It also fixed the class
conflict of HiveServer2 JDBC Driver's Uber JAR. For more external
investigations, refer to the following issue.
- https://issues.apache.org/jira/browse/HIVE-28295
- https://issues.apache.org/jira/browse/HIVE-28308
- https://issues.apache.org/jira/browse/HIVE-28316
- https://issues.apache.org/jira/browse/HIVE-28317
- https://issues.apache.org/jira/browse/HIVE-28322
- https://issues.apache.org/jira/browse/HIVE-28417
- https://issues.apache.org/jira/browse/HIVE-28418
- https://issues.apache.org/jira/browse/HIVE-28420
- https://issues.apache.org/jira/browse/HIVE-28423
- https://issues.apache.org/jira/browse/HIVE-28424
- https://issues.apache.org/jira/browse/HIVE-28429
- https://issues.apache.org/jira/browse/HIVE-28430
- https://issues.apache.org/jira/browse/HIVE-28432
- https://issues.apache.org/jira/browse/HIVE-28437
- https://issues.apache.org/jira/browse/HIVE-28444
- https://issues.apache.org/jira/browse/HIVE-28445
- https://github.com/apache/spark/pull/30250
- https://github.com/dbeaver/dbeaver/issues/22777
- https://github.com/apache/logging-log4j2/issues/1539
- https://github.com/grpc/grpc-java/issues/10601
- https://github.com/oracle/graalvm-reachability-metadata/issues/377
- https://github.com/apache/hive/pull/5313
- https://github.com/apache/hive/pull/5187
- https://github.com/apache/logging-log4j2/issues/2794
- https://github.com/apache/logging-log4j2/issues/2791
---
Before committing this PR, I'm sure that I have checked the following
options:
- [x] My code follows the [code of
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/)
of this project.
- [x] I have self-reviewed the commit code.
- [x] I have (or in comment I request) added corresponding labels for the
pull request.
- [x] I have passed maven check locally : `./mvnw clean install -B -T1C
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
- [x] I have made corresponding changes to the documentation.
- [ ] I have added corresponding unit tests for my changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]