Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Manager] Hive sink table path config error #4040

Closed
2 tasks done
woofyzhao opened this issue Apr 29, 2022 · 1 comment
Closed
2 tasks done

[Bug][Manager] Hive sink table path config error #4040

woofyzhao opened this issue Apr 29, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@woofyzhao
Copy link
Contributor

woofyzhao commented Apr 29, 2022

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?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow
Copy link
Member

Not bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants