[ 
https://issues.apache.org/jira/browse/HUDI-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091042#comment-17091042
 ] 

Yanjia Gary Li commented on HUDI-773:
-------------------------------------

Hello [~sasikumar.venkat], could you try the following:

mount your storage account to Databricks
{code:java}
dbutils.fs.mount(
source = "abfss://[email protected]",
mountPoint = "/mountpoint",
extraConfigs = configs)
{code}
When writing to Hudi, use the abfss URL
{code:java}
save("abfss://<<storage-account>>.dfs.core.windows.net/hudi-tables/customer"){code}
When read Hudi data, use the mount point
{code:java}
load("/mountpoint/hudi-tables/customer")
{code}
I believe this error could be related to Databricks internal setup

> Hudi On Azure Data Lake Storage V2
> ----------------------------------
>
>                 Key: HUDI-773
>                 URL: https://issues.apache.org/jira/browse/HUDI-773
>             Project: Apache Hudi (incubating)
>          Issue Type: New Feature
>          Components: Usability
>            Reporter: Yanjia Gary Li
>            Assignee: Yanjia Gary Li
>            Priority: Minor
>             Fix For: 0.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to