annubalu opened a new issue, #13601: URL: https://github.com/apache/hudi/issues/13601
I am using hive connector and configured as local file system. My hive.properties specified as below: connector.name=hive #hive.metastore=thrift hive.metastore.uri=thrift://localhost:9083 #hive.metastore.catalog.dir=/opt/iaf/trino/warehouse #fs.local.enabled=true fs.native-local.enabled=true #local.location=/opt/data2/vz1 #hive.column-naming=STANDARD #hive.metastore.authentication.type=NONE hive.non-managed-table-writes-enabled=true #hive.allow-drop-table=true hive.recursive-directories=true I created external table pointing to my local location from hive. I could read data from hive CLI. But from trino CLI ia m getting 0 records If i add property : local.location=local:///opt/data2/vz1, trino server failing to start. If i give property : local.location=/opt/data2/vz1, trino server starting, but query from trino cli failing to access data with the error "Query 20250723_163348_00004_9b3na failed: Partition location does not exist: file:/opt/data2/vz1/csv_test" Can you help me what i am missing here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
