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

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


The following commit(s) were added to refs/heads/master by this push:
     new d10310f4d9f3 fix: fixing hivesync tool in docker  (#13957)
d10310f4d9f3 is described below

commit d10310f4d9f3b7c3b9c8bed58b7e8a66b181d2a1
Author: Aditya Goenka <[email protected]>
AuthorDate: Tue Sep 23 10:38:25 2025 +0530

    fix: fixing hivesync tool in docker  (#13957)
    
    
    
    ---------
    
    Co-authored-by: deepakpanda93 <[email protected]>
---
 docker/hoodie/hadoop/sparkadhoc/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/hoodie/hadoop/sparkadhoc/Dockerfile 
b/docker/hoodie/hadoop/sparkadhoc/Dockerfile
index 963d1fee5ef6..23bfa1200944 100644
--- a/docker/hoodie/hadoop/sparkadhoc/Dockerfile
+++ b/docker/hoodie/hadoop/sparkadhoc/Dockerfile
@@ -50,4 +50,7 @@ RUN set -x \
     ## trino-cli
     && wget -q -O /usr/local/bin/trino 
${BASE_URL}/io/trino/trino-cli/${TRINO_VERSION}/trino-cli-${TRINO_VERSION}-executable.jar
 \
     && chmod +x /usr/local/bin/trino
+
+RUN cp /opt/hive/lib/calcite-core*.jar $HADOOP_HOME/share/hadoop/common/lib/
+RUN cp /opt/hive/lib/libfb*.jar $HADOOP_HOME/share/hadoop/common/lib/
 CMD ["/bin/bash", "/opt/spark/adhoc.sh"]

Reply via email to