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

dengzh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new a7aee1bad30 HIVE-29303: Fix the 'DnsjavaInetAddressResolverProvider 
not found' exception in Java-based Beeline (#6164)
a7aee1bad30 is described below

commit a7aee1bad302d84aa7337dc311cedbad7b283203
Author: Butao Zhang <[email protected]>
AuthorDate: Wed Nov 5 10:45:54 2025 +0800

    HIVE-29303: Fix the 'DnsjavaInetAddressResolverProvider not found' 
exception in Java-based Beeline (#6164)
---
 packaging/src/main/assembly/beeline.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/src/main/assembly/beeline.xml 
b/packaging/src/main/assembly/beeline.xml
index 00663762c1e..62f49137612 100644
--- a/packaging/src/main/assembly/beeline.xml
+++ b/packaging/src/main/assembly/beeline.xml
@@ -52,6 +52,7 @@
                 <include>org.apache.thrift:libthrift:jar</include>
                 <include>org.slf4j:slf4j-api:jar</include>
                 <include>net.sf.supercsv:super-csv:jar</include>
+                <include>dnsjava:dnsjava:jar</include>
             </includes>
             <excludes>
                 <exclude>org.apache.hive:hive-jdbc:*:standalone</exclude>

Reply via email to