You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter this issue, although the table exists in the database: Exception in thread "main" org.apache.spark.sql.streaming.StreamingQueryException: Cannot find destination table in metastore, please create table mytable at first
and Caused by: org.apache.spark.sql.catalyst.analysis.NoSuchTableException: Table or view 'mytable' not found in database 'default';
And I am sure that, the given config properties are good, because they work while using HiveWarehouseConenctor.
I encounter this issue, although the table exists in the database:
Exception in thread "main" org.apache.spark.sql.streaming.StreamingQueryException: Cannot find destination table in metastore, please create table mytable at first
and
Caused by: org.apache.spark.sql.catalyst.analysis.NoSuchTableException: Table or view 'mytable' not found in database 'default';
And I am sure that, the given config properties are good, because they work while using HiveWarehouseConenctor.
I am trying to use this repo, because HWC cannot handle writing to Hive, when Hive column contains
struct
. It fills thestruct
fields withnull
.The text was updated successfully, but these errors were encountered: