Alexey Kudinkin created HUDI-4184:
-------------------------------------
Summary: Creating external table in Spark SQL modifies
"hoodie.properties"
Key: HUDI-4184
URL: https://issues.apache.org/jira/browse/HUDI-4184
Project: Apache Hudi
Issue Type: Bug
Reporter: Alexey Kudinkin
Assignee: Sagar Sumit
My setup was like following:
# There's a table existing in one AWS account
# I'm trying to access that table from Spark SQL from _another_ AWS account
that only has Read permissions to the bucket with the table.
# Now when issuing "CREATE TABLE" Spark SQL command it fails b/c Hudi tries to
modify "hoodie.properties" file for whatever reason, even though i'm not
modifying the table and just trying to create table in the catalog.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)