Skip to content

Commit

Permalink
Merge pull request #12 from letusfly85/master
Browse files Browse the repository at this point in the history
update from 0.7.2 to 1.2
  • Loading branch information
Richard Doktorics committed Feb 15, 2016
2 parents 00366c9 + b25102e commit 03f9fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM sequenceiq/ambari:1.7.0
MAINTAINER SequenceIQ

RUN curl -sL https://kylin.incubator.apache.org/download/kylin-0.7.2-incubating.tar.gz | tar -xz -C /usr/local/
RUN cd /usr/local && ln -s ./kylin-0.7.2-incubating kylin
RUN curl -sL https://archive.apache.org/dist/kylin/apache-kylin-1.2/apache-kylin-1.2-bin.tar.gz | tar -xz -C /usr/local
RUN cd /usr/local && ln -s ./kylin-1.2-incubating kylin
ENV KYLIN_HOME=/usr/local/kylin

RUN yum install -y pig hbase tez hadoop snappy snappy-devel hadoop-libhdfs ambari-log4j hive hive-hcatalog hive-webhcat webhcat-tar-hive webhcat-tar-pig mysql-connector-java mysql-server
Expand Down

0 comments on commit 03f9fa7

Please sign in to comment.