Skip to content

Commit

Permalink
minor tweaks, QFS 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Nov 2, 2019
1 parent cf503db commit e3bdcca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/qfs-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM worker-node:latest
# need python 2 for webserver

RUN apt-get update \
&& apt-get install -y python2.7 less wget vim \
&& apt-get install -y python2.7 less wget vim openssh-client \
&& ln -s /usr/bin/python2.7 /usr/bin/python2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 0 additions & 1 deletion spark-qfs-swarm/qfs-master/qfs-conf/Metaserver.prp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
metaServer.clientPort = 20000
metaServer.chunkServerPort = 30000
metaServer.createEmptyFs = 1
metaServer.logDir = /data/qfs/logs
metaServer.cpDir = /data/qfs/checkpoint
metaServer.recoveryInterval = 30
Expand Down
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# QFS
ENV QFS_VERSION 2.1.2
ENV QFS_VERSION 2.1.3
ENV HADOOP_VERSION 2.7.2
ENV QFS_PACKAGE qfs-debian-9-${QFS_VERSION}-x86_64
ENV QFS_HOME /usr/qfs-${QFS_VERSION}
Expand Down

0 comments on commit e3bdcca

Please sign in to comment.