-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the issue that ShardingSphere cannot connect to HiveServer2 using…
… remote Hive Metastore Server (#33837)
- Loading branch information
1 parent
5e6e453
commit a12eb27
Showing
19 changed files
with
482 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...resources/META-INF/native-image/org.apache.hadoop/hadoop-common/3.3.6/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"condition":{"typeReachable":"org.apache.hadoop.security.UserGroupInformation"}, | ||
"name":"org.apache.hadoop.security.UserGroupInformation$UgiMetrics", | ||
"allDeclaredFields": true, | ||
"allDeclaredMethods": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
.../main/resources/META-INF/native-image/org.apache.hive/hive-jdbc/4.0.1/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"condition":{"typeReachable":"org.apache.hadoop.hive.metastore.HiveMetaStoreClient"}, | ||
"name":"org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl", | ||
"methods":[{"name":"<init>","parameterTypes":["org.apache.hadoop.conf.Configuration"] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"org.apache.hadoop.hive.metastore.conf.MetastoreConf"}, | ||
"name":"org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.