是的,embedded模式需要添加额外的jar包,容易导致依赖冲突。而且生产环境中embedded模式也比较少见,所以在1.11中HiveCatalog已经不允许embedded模式了。
On Thu, Jun 18, 2020 at 4:53 PM Leonard Xu <[email protected]> wrote: > > Hi > > > 在 2020年6月18日,16:45,Sun.Zhu <[email protected]> 写道: > > > > Caused by: java.lang.IllegalArgumentException: Embedded metastore is not > allowed. Make sure you have set a valid value for hive.metastore.uris > > 错误的原因应该是这个,flink 集成 hive 时 不支持embedded metastore的,你的 hive 需要起一个hive > metastore 并在conf文件配置 hive.metastore.uris > > Best, > Leonard Xu -- Best regards! Rui Li
