[
https://issues.apache.org/jira/browse/HUDI-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460351#comment-17460351
]
sivabalan narayanan commented on HUDI-1420:
-------------------------------------------
Closing this since its already fixed in master.
> HoodieTableMetaClient.getMarkerFolderPath works incorrectly on windows client
> with hdfs server for wrong file seperator
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: HUDI-1420
> URL: https://issues.apache.org/jira/browse/HUDI-1420
> Project: Apache Hudi
> Issue Type: Bug
> Components: Common Core
> Reporter: Sean Zhang
> Assignee: 谢波
> Priority: Major
> Labels: core-flow-ds, pull-request-available, sev:critical
> Fix For: 0.11.0
>
>
> The method assembly market dir with {{File.separator}}, here {{File}}
> references {{java.io.File}}. But when a hudi app run on a windows system (for
> example, spark local app on windows jdk), the constant is "\", but if the
> hudi directory locates on HDFS, the seperator should be "/".
> It cause the market is generated under directories like
> {{.hdfs://localhost:29820/HUDO_BASE/HUDI_TABLE_DIR\\.hoodie\\.temp\\20201127161504}},
> here {{HUDI_TABLE_DIR\\.hoodie\\.temp\\20201127161504}} is a whole directory
> name. And hudi app report some out market directory exception.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)