Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Jul 21, 2014
1 parent 6dba705 commit 3292545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/templates/hadoop-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stopService() {
startService() {
BIN=$1
SERVICE=$2
echo @HADOOP_HOME@/bin/${BIN} ${SERVICE} &> "@PROJECT_HOME@/logs/${SERVICE}.log" &
echo "@HADOOP_HOME@/bin/${BIN} ${SERVICE} &> \"@PROJECT_HOME@/logs/${SERVICE}.log\""
@HADOOP_HOME@/bin/${BIN} ${SERVICE} &> "@PROJECT_HOME@/logs/${SERVICE}.log" &
}

Expand Down

0 comments on commit 3292545

Please sign in to comment.