Skip to content

Commit

Permalink
added qfs trash emptier process
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Feb 9, 2020
1 parent 86ee08b commit 9eddd9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spark-qfs-swarm/qfs-master/start-qfs-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ $QFS_HOME/bin/metaserver $QFS_HOME/conf/Metaserver.prp &> $QFS_LOGS_DIR/metaserv

python2 $QFS_HOME/webui/qfsstatus.py $QFS_HOME/conf/webUI.cfg &> $QFS_LOGS_DIR/webui.log &

$QFS_HOME/bin/qfs -fs qfs://qfs-master:20000 -D fs.trash.minPathDepth=2 -runEmptier &

# now do nothing and do not exit
while true; do sleep 3600; done

0 comments on commit 9eddd9d

Please sign in to comment.