You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2023/03/30 02:21:00 UTC

[jira] [Updated] (HUDI-5333) Ignore file system type of basePath when using RocksDbBasedFileSystemView

     [ https://issues.apache.org/jira/browse/HUDI-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sivabalan narayanan updated HUDI-5333:
--------------------------------------
    Fix Version/s: 0.12.3

> Ignore file system type of basePath when using RocksDbBasedFileSystemView
> -------------------------------------------------------------------------
>
>                 Key: HUDI-5333
>                 URL: https://issues.apache.org/jira/browse/HUDI-5333
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: timeline-server
>            Reporter: chenzhiming
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.3
>
>
> In RocksDbBasedFileSystemView, the rocksDBBasePath is base on table basePath , because of special characters ":" , it will fail to run under Windows system.
>  * exception:
> {code:java}
> Caused by: java.io.IOException: Unable to create :\tmp\hoodie_timeline_rocksdb\file:_D:_data_warehouse_tb_test\f6b39e9e-f00c-400a-897e-ca2f72c244ba at org.apache.hudi.common.util.FileIOUtils.mkdir(FileIOUtils.java:70) at org.apache.hudi.common.util.collection.RocksDBDAO.init(RocksDBDAO.java:107){code}
> {{ }} * table options:
> {code:java}
> 'hoodie.filesystem.view.type' = 'EMBEDDED_KV_STORE',
> 'path' = 'file:///D:/data/warehouse/tb_test'{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)