You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by cz...@apache.org on 2023/01/13 02:11:49 UTC

[flink-table-store] branch master updated: [FLINK-30646] Table Store Hive catalog throws ClassNotFoundException when custom hive-site.xml is presented

This is an automated email from the ASF dual-hosted git repository.

czweng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 072640a7 [FLINK-30646] Table Store Hive catalog throws ClassNotFoundException when custom hive-site.xml is presented
072640a7 is described below

commit 072640a72fe18bf3c0439cd4f0ec7602e0b0ff80
Author: tsreaper <ts...@gmail.com>
AuthorDate: Fri Jan 13 10:11:43 2023 +0800

    [FLINK-30646] Table Store Hive catalog throws ClassNotFoundException when custom hive-site.xml is presented
    
    This closes #481.
---
 flink-table-store-hive/flink-table-store-hive-catalog/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml b/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
index 0af1dcad..06a70b77 100644
--- a/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
+++ b/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
@@ -552,10 +552,6 @@ under the License.
                                     <pattern>com.google.common</pattern>
                                     <shadedPattern>org.apache.flink.table.store.shaded.com.google.common</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.hadoop.hive</pattern>
-                                    <shadedPattern>org.apache.flink.table.store.shaded.org.apache.hadoop.hive</shadedPattern>
-                                </relocation>
                                 <relocation>
                                     <pattern>org.apache.hadoop.fs.ProxyLocalFileSystem</pattern>
                                     <shadedPattern>org.apache.flink.table.store.shaded.org.apache.hadoop.fs.ProxyLocalFileSystem</shadedPattern>
@@ -576,10 +572,6 @@ under the License.
                                     <pattern>org.apache.hadoop.security.token.delegation.HiveDelegationTokenSupport</pattern>
                                     <shadedPattern>org.apache.flink.table.store.shaded.org.apache.hadoop.security.token.delegation.HiveDelegationTokenSupport</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.hive</pattern>
-                                    <shadedPattern>org.apache.flink.table.store.shaded.org.apache.hive</shadedPattern>
-                                </relocation>
                                 <relocation>
                                     <pattern>org.apache.thrift</pattern>
                                     <shadedPattern>org.apache.flink.table.store.shaded.org.apache.thrift</shadedPattern>