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
The hive table hdfs path written by sort job does not match with the created table location.
For example the hive table created by manager is /user/hive/warehouse/{db_name}.db/{table_name}.
But the sort job writes to /user/hive/warehouse/{table_name} so query in hive doesn't work.
What you expected to happen
Correct sort sink path so that data can be correctly retrieved by hive.
What happened
The hive table hdfs path written by sort job does not match with the created table location.
For example the hive table created by manager is /user/hive/warehouse/{db_name}.db/{table_name}.
But the sort job writes to /user/hive/warehouse/{table_name} so query in hive doesn't work.
What you expected to happen
Correct sort sink path so that data can be correctly retrieved by hive.
How to reproduce
Configure a hive sink group and run the stream.
Environment
MacOs
InLong version
master
InLong Component
InLong Manager
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: