Skip to content

Commit

Permalink
Log output path
Browse files Browse the repository at this point in the history
  • Loading branch information
psainics committed Oct 26, 2024
1 parent 98c5c12 commit 40fa8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void checkOutputSpecs(JobContext job) throws FileAlreadyExistsException,

// Get the output path.
Path outputPath = BigQueryOutputConfiguration.getGcsOutputPath(conf);
LOG.info("Using output path '%s'.", outputPath);
LOG.info("Using output path '{}'.", outputPath);

// Error if the output path already exists.
FileSystem outputFileSystem = outputPath.getFileSystem(conf);
Expand Down

0 comments on commit 40fa8e8

Please sign in to comment.