Querying an unbounded table ‘myhive.db1.datagen‘ in batch mode is not allowed
生活随笔
收集整理的這篇文章主要介紹了
Querying an unbounded table ‘myhive.db1.datagen‘ in batch mode is not allowed
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
使用Flink SQL Client出現(xiàn):
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.ValidationException: Querying an unbounded table 'myhive.db1.datagen' in batch mode is not allowed. The table source is unbounded.
解決方案:
$FLINK_HOME/conf/flink-hive.yaml中的
type: batch
改成
type: streaming
?
總結(jié)
以上是生活随笔為你收集整理的Querying an unbounded table ‘myhive.db1.datagen‘ in batch mode is not allowed的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Table options do not
- 下一篇: Configured default d