zhangminglei opened a new pull request #1659:
URL: https://github.com/apache/iceberg/pull/1659


   Refine loading `hive-site.xml` which won't be found either in the classpath 
(Flink loads hadoop's environment variables by default, not hive) or 
`hive-conf-dir` in ddl key. The user just needs to configure `HIVE_HOME` in 
system env is enough.
   
   And make the following ddl works fine with this patch.
   
   ```
   CREATE CATALOG hive_catalog WITH (
     'type'='iceberg',
     'catalog-type'='hive',
     'uri'='thrift://localhost:9083',
     'clients'='5',
     'property-version'='1',
     'warehouse'='hdfs://nn:8020/warehouse/path'
   );
   ```


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