Re: (iceberg testing) DDL parser error when create hive catalog

2020-10-22 Thread OpenInx
Hi I'm maintaining the flink sink connector from apache iceberg community, did your classpath include the correct iceberg-flink-runtime.jar ? Pls following the steps here: https://github.com/apache/iceberg/blob/master/site/docs/flink.md Thanks. On Wed, Oct 21, 2020 at 10:54 PM 18717838093 <187

(iceberg testing) DDL parser error when create hive catalog

2020-10-21 Thread 18717838093
Below is my error, thanks for help, I would like to know ,is it a bug ? I followed the website to carry on: https://github.com/apache/iceberg/pull/1464/files Flink SQL> CREATE CATALOG hive_catalog WITH ( > 'type'='iceberg', > 'catalog-type'='hive', > 'uri'='thrift://localhost:9083', >