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 2018/07/30 11:59:24 UTC

[GitHub] sampathBhat commented on issue #6452: [FLINK-9739] Regression in supported filesystems for RocksDB

sampathBhat commented on issue #6452: [FLINK-9739] Regression in supported filesystems for RocksDB
URL: https://github.com/apache/flink/pull/6452#issuecomment-408839099
 
 
   hi @zentol.  splitting based on : was added to support multiple file paths.
   In windows File.pathSepertor= ";" where as in unix its File.pathSepertor= ":". 
   The reference you pointed https://github.com/apache/flink/pull/2482 is correct but in that code base the implementation of setDbStoragePaths() is different from current code base. That is the change in API from org.apache.flink.core.fs.Path to java.io.File and the introduction of an extra File.isAbsolute() check.
   Due to the above changes in setDbStoragePaths() its not possible to provide the configuration like this-
   state.backend.rocksdb.localdir = file:///some/file/path. If I'm not wrong this is valid way of providing config. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services