Skip to content

Commit

Permalink
- PACT CLI client output goes to std-out
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hueske committed Feb 27, 2011
1 parent 49e699d commit 506b150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stratosphere-dist/src/main/stratosphere-bin/bin/pact-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ fi
JVM_ARGS="$JVM_ARGS -Xmx512m"

log=$NEPHELE_LOG_DIR/nephele-$NEPHELE_IDENT_STRING-pact-run-$HOSTNAME.log
out=$NEPHELE_LOG_DIR/nephele-$NEPHELE_IDENT_STRING-pact-run-$HOSTNAME.out
log_setting="-Dlog.file="$log" -Dlog4j.configuration=file:https://"$NEPHELE_CONF_DIR"/log4j.properties"

export NEPHELE_CONF_DIR

echo starting PACT Job
$JAVA_HOME/bin/java $JVM_ARGS $log_setting -classpath $CLASSPATH eu.stratosphere.pact.client.CliFrontend $* > "$out"
$JAVA_HOME/bin/java $JVM_ARGS $log_setting -classpath $CLASSPATH eu.stratosphere.pact.client.CliFrontend $*

0 comments on commit 506b150

Please sign in to comment.