Skip to content

Commit

Permalink
corrected path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Feb 13, 2020
1 parent 9eddd9d commit 0a45507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/qfs-master/start-qfs-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $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 &
$QFS_HOME/bin/tools/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
Expand Down

0 comments on commit 0a45507

Please sign in to comment.