Skip to content

Commit b7c7598

Browse files
committed
Merge branch 'master' of https://www.github.com/OHNLP/Backbone
2 parents de03f66 + 35e21dc commit b7c7598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_pipeline_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ -f "$BACKBONE_PACKAGED_FILE" ]; then
7575
$FLINK_DIR/start-cluster.sh
7676
echo "Flink Cluster Started - Job Progress Can be Seen via Configured WebUI Port (Default: localhost:8081)"
7777
echo "Submitting Job..."
78-
$FLINK_DIR/flink run -c org.ohnlp.backbone.core.BackboneRunner bin/Backbone-Core-Flink-Packaged.jar --runner=FlinkRunner --config=$BACKBONE_CONFIG
78+
$FLINK_DIR/flink run -c org.ohnlp.backbone.core.BackboneRunner bin/Backbone-Core-Flink-Packaged.jar --runner=FlinkRunner --config=$BACKBONE_CONFIG --reIterableGroupByKeyResult
7979
read -p "Job Complete, Press [ENTER] to Shut Down Embedded Flink Cluster"
8080
$FLINK_DIR/stop-cluster.sh
8181
else

0 commit comments

Comments
 (0)