GitHub user vanphuoc3012 added a comment to the discussion: Connect to Iceberg
table on GCS
when create catalog, in hive-site.xml, add gs implement config. Here is my
hive-site.xml:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<property>
<name>fs.gs.impl</name>
<value>com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem</value>
</property>
<property>
<name>fs.AbstractFileSystem.gs.impl</name>
<value>com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS</value>
</property>
<property>
<name>fs.gs.status.parallel.enable</name>
<value>false</value>
</property>
<property>
<name>fs.gs.max.requests.per.batch</name>
<value>30</value>
</property>
<property>
<name>fs.gs.batch.threads</name>
<value>30</value>
</property>
<property>
<name>fs.gs.list.max.items.per.call</name>
<value>50000</value>
</property>
<property>
<name>fs.gs.implicit.dir.repair.enable</name>
<value>false</value>
</property>
</configuration>
GitHub link:
https://github.com/apache/amoro/discussions/3135#discussioncomment-15389431
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]