Skip to content

Commit

Permalink
- fixed bug in pact-run.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hueske committed Mar 28, 2011
1 parent c972391 commit c5e704b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ log_setting="-Dlog.file="$log" -Dlog4j.configuration=file:https://"$NEPHELE_CONF_DIR"/
export NEPHELE_CONF_DIR

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

0 comments on commit c5e704b

Please sign in to comment.