Skip to content

Commit

Permalink
delete .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwenlau committed Jun 12, 2016
1 parent 11edaf3 commit 1d3dd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN wget https://github.com/kiwenlau/compile-hadoop/releases/download/2.7.2/hado
mv hadoop-2.7.2 /usr/local/hadoop && \
rm hadoop-2.7.2.tar.gz

ENV JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 PATH=$PATH:/usr/lib/jvm/java-7-openjdk-amd64/bin

ENV HADOOP_HOME=/usr/local/hadoop PATH=$PATH:/usr/local/hadoop/bin:/usr/local/hadoop/sbin

# ssh without key
Expand All @@ -26,7 +28,6 @@ RUN mkdir -p ~/hdfs/namenode && \
COPY config/* /tmp/

RUN mv /tmp/ssh_config ~/.ssh/config && \
mv /tmp/.bashrc ~/.bashrc && \
mv /tmp/hadoop-env.sh /usr/local/hadoop/etc/hadoop/hadoop-env.sh && \
mv /tmp/hdfs-site.xml $HADOOP_HOME/etc/hadoop/hdfs-site.xml && \
mv /tmp/core-site.xml $HADOOP_HOME/etc/hadoop/core-site.xml && \
Expand Down
19 changes: 0 additions & 19 deletions config/.bashrc

This file was deleted.

0 comments on commit 1d3dd0d

Please sign in to comment.