You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/26 13:42:59 UTC

[GitHub] [flink] dmvk commented on a change in pull request #18522: [FLINK-25597][conf][docs] Clarify options for local directories

dmvk commented on a change in pull request #18522:
URL: https://github.com/apache/flink/pull/18522#discussion_r792649131



##########
File path: flink-core/src/main/java/org/apache/flink/configuration/BlobServerOptions.java
##########
@@ -33,7 +33,7 @@
             key("blob.storage.directory")
                     .noDefaultValue()

Review comment:
       I'm wondering whether we could introduce a new "data type" for the file based options. Something along the lines of...
   ```suggestion
                       .fileType(FileType.LOCAL)
   ```
   
   that would allow us to distinguish between local / flink filesystems and adjust the docs generator to work with that.
   
   WDYT?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org