Skip to content

Commit acfa178

Browse files
committed
hive binaries
1 parent ae04789 commit acfa178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN cd /tmp \
4747
&& wget https://jdbc.postgresql.org/download/postgresql-42.2.18.jar \
4848
&& move postgresql-42.2.18.jar $HIVE_HOME/lib/postgresql-jdbc.jar \
4949
&& rm $HIVE_HOME/lib/guava-19.0.jar \
50-
&& cp $HADOOP_HOME/share/hadoop/common/lib/guava-27.0-jre.jar $HIVE_HOME/lib/
50+
&& cp $HADOOP_HOME/share/hadoop/common/lib/guava-27.0-jre.jar $HIVE_HOME/lib/ \
5151
&& rm -rf /tmp/*
5252

5353
RUN pip install s3fs hvac boto3 pyarrow

0 commit comments

Comments
 (0)