Skip to content

Commit

Permalink
[FLINK-18042][tests] Log path of used distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jun 9, 2020
1 parent 603cd83 commit 5b7556b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class LocalStandaloneFlinkResource implements FlinkResource {
private FlinkDistribution distribution;

LocalStandaloneFlinkResource(Path distributionDirectory, @Nullable Path logBackupDirectory, FlinkResourceSetup setup) {
LOG.info("Using distribution {}.", distributionDirectory);
this.distributionDirectory = distributionDirectory;
this.logBackupDirectory = logBackupDirectory;
this.setup = setup;
Expand Down

0 comments on commit 5b7556b

Please sign in to comment.