deniskuzZ commented on code in PR #6215:
URL: https://github.com/apache/hive/pull/6215#discussion_r2566271358


##########
standalone-metastore/packaging/src/docker/Dockerfile:
##########
@@ -42,22 +42,46 @@ RUN echo ${BUILD_ENV}
 ARG HADOOP_VERSION
 ARG HIVE_VERSION
 
-RUN tar -xzvf /opt/hadoop-$HADOOP_VERSION.tar.gz -C /opt/ && \
-    rm -rf /opt/hadoop-$HADOOP_VERSION/share/doc/* && \
+RUN apt-get update && \
+    apt-get install -y wget
+
+RUN tar -xzv \

Review Comment:
   @ayushtkn anything else we could cut?
   ````
   du -h /opt/hadoop
   481M
   ````
   sh-5.1$ ls ./share/hadoop/common/
   hadoop-common-3.4.1.jar  hadoop-kms-3.4.1.jar  hadoop-nfs-3.4.1.jar  
hadoop-registry-3.4.1.jar       lib
   
   418M ./share/hadoop/common/lib
   423M ./share/hadoop/common



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to