Simmyo commented on issue #2181:
URL: https://github.com/apache/iceberg/issues/2181#issuecomment-769736710


   > > `iceberg-flink` and `iceberg-hive-metastore` is unnecessary,you can 
remove it from pom, we only need `iceberg-flink-runtime-xxx.jar` and 
`flink-sql-connector-hive-2.3.6_2.11-1.11.0.jar`,see 
[doc](https://iceberg.apache.org/flink/)
   > 
   > I still get the same error after I remove it.
   
   remove `iceberg-hive-metastore` , unable to connect hive metastore.
   ```
    TableLoader hiveTableLoader = TableLoader.fromCatalog(
                   (CatalogLoader) () -> new HiveCatalog("hive", 
"thrift://xxx:9083",
                           "hdfs://xxx:8020/user/hive/warehouse", 3, 
hadoopConf),
                   TableIdentifier.of(dbName, tableName));
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to