Skip to content

Commit 8c0669a

Browse files
committed
hive binaries
1 parent acfa178 commit 8c0669a

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
@@ -45,7 +45,7 @@ RUN cd /tmp \
4545
&& wget ${HIVE_URL}apache-hive-${HIVE_VERSION}-bin.tar.gz \
4646
&& tar xzf apache-hive-${HIVE_VERSION}-bin.tar.gz -C $HIVE_HOME --owner root --group root --no-same-owner --strip-components=1 \
4747
&& wget https://jdbc.postgresql.org/download/postgresql-42.2.18.jar \
48-
&& move postgresql-42.2.18.jar $HIVE_HOME/lib/postgresql-jdbc.jar \
48+
&& mv postgresql-42.2.18.jar $HIVE_HOME/lib/postgresql-jdbc.jar \
4949
&& rm $HIVE_HOME/lib/guava-19.0.jar \
5050
&& cp $HADOOP_HOME/share/hadoop/common/lib/guava-27.0-jre.jar $HIVE_HOME/lib/ \
5151
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)