# etc/catalog/파일명.properties : "파일명"이 RDBMS의 schema 명이 된다.
connector.name=postgresql # 타겟의 종류
connectrion-url=jdbc:mariadb://mariadb.haedonggnet:3306 # JDBC로 연결하는 타겟 RDBMS의 경우
# hive.metastore.uri=thrift://hdfs.haedongg.net:9083 # Hive 메타스토어의 경우
connection-user=sa # 타겟 DBMS의 user
connection-password=mssql # 타겟 DBMS의 user의 Password
# ... 그 외 타겟에 따른 추가 설정
connector.name=iceberg
iceberg.catalog.type=jdbc
iceberg.jdbc-catalog.catalog-name=trino
iceberg.jdbc-catalog.driver-class=org.postgresql.Driver
iceberg.jdbc-catalog.connection-url=jdbc:postgresql://postgresql.server.host:5432/metastore
iceberg.jdbc-catalog.connection-user=trino
iceberg.jdbc-catalog.connection-password=trino_password
iceberg.jdbc-catalog.default-warehouse-dir=hdfs://trino/trino/warehouse
connector.name=mariadb
connection-url=jdbc:mariadb://mariadb.haedonggnet:3306
connection-user=root
connection-password=mysql
connector.name=hive
hive.metastore.uri=thrift://hdfs.haedongg.net:9083
hive.security=allow-all
fs.hadoop.enabled=true
# hdfs HA 설정이 돼 있을 경우 hdfs-site.xml, core-site.xml정보가 꼭 필요하다.
hive.config.resources=/etc/hadoop/conf/core-site.xml,/etc/hadoop/conf/hdfs-site.xml
connector.name=sqlserver
connection-url=jdbc:sqlserver://dbms.haedongg.net:1433;encrypt=false
connection-user=sa
connection-password=mssql
connector.name=iceberg
hive.metastore.uri=thrift://hive.metastore.address:9083
fs.hadoop.enabled=true
hive.config.resources=/etc/hadoop/conf/core-site.xml,/etc/hadoop/conf/hdfs-site.xml