Skip to content

Commit

Permalink
Bump to Hadoop 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fletcher committed Feb 1, 2018
1 parent 655ac49 commit 298ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -sL --retry 3 --insecure \
&& rm -rf $JAVA_HOME/man

# HADOOP
ENV HADOOP_VERSION 2.7.3
ENV HADOOP_VERSION 3.0.0
ENV HADOOP_HOME /usr/hadoop-$HADOOP_VERSION
ENV HADOOP_CONF_DIR=$HADOOP_HOME/etc/hadoop
ENV PATH $PATH:$HADOOP_HOME/bin
Expand Down

0 comments on commit 298ca32

Please sign in to comment.