Skip to content

Commit

Permalink
removed hardcoding of version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthj committed Nov 14, 2014
1 parent 129be6b commit 055da60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive-0.14/Dockerfile
Expand Up @@ -18,7 +18,7 @@ USER root

# download hive and set environment
ENV HIVE_VERSION 0.14.0
RUN curl -s http://www.us.apache.org/dist/hive/hive-${HIVE_VERSION}/apache-hive-0.14.0-bin.tar.gz | tar -xz -C /usr/local
RUN curl -s http://www.us.apache.org/dist/hive/hive-${HIVE_VERSION}/apache-hive-${HIVE_VERSION}-bin.tar.gz | tar -xz -C /usr/local
RUN cd /usr/local && ln -s apache-hive-${HIVE_VERSION}-bin hive
ENV HIVE_HOME /usr/local/hive
ENV HIVE_CONF $HIVE_HOME/conf
Expand Down

0 comments on commit 055da60

Please sign in to comment.