Skip to content

Commit

Permalink
edit download path
Browse files Browse the repository at this point in the history
  • Loading branch information
bhlx3lyx7 committed Aug 26, 2016
1 parent 0b70581 commit 0b4863b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/bark-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yum install -y wget
RUN mkdir /apache

#install hive 1.2.1 and set environment variables
RUN cd /apache && wget http://ftp.wayne.edu/apache/hive/hive-1.2.1/apache-hive-1.2.1-bin.tar.gz && tar -xvf apache-hive-1.2.1-bin.tar.gz
RUN cd /apache && wget https://www.apache.org/dist/hive/hive-1.2.1/apache-hive-1.2.1-bin.tar.gz && tar -xvf apache-hive-1.2.1-bin.tar.gz
ENV HIVE_HOME /apache/apache-hive-1.2.1-bin
ENV PATH $HIVE_HOME/bin:$PATH

Expand All @@ -21,7 +21,7 @@ ENV HADOOP_USER_CLASSPATH_FIRST true
RUN rm /usr/local/hadoop-2.6.0/share/hadoop/yarn/lib/jline-0.9.94.jar

#install tomcat 7
RUN cd /apache && wget http://apache.spinellicreations.com/tomcat/tomcat-7/v7.0.70/bin/apache-tomcat-7.0.70.tar.gz && tar -xvf apache-tomcat-7.0.70.tar.gz
RUN cd /apache && wget https://www.apache.org/dist/tomcat/tomcat-7/v7.0.70/bin/apache-tomcat-7.0.70.tar.gz && tar -xvf apache-tomcat-7.0.70.tar.gz
ADD config/tomcat /etc/init.d/
RUN chmod 775 /etc/init.d/tomcat

Expand Down

0 comments on commit 0b4863b

Please sign in to comment.