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

Select * from <VIEW> on federated metastore does not work. #62

Closed
pradeepbhadani opened this issue Apr 10, 2018 · 1 comment
Closed
Labels

Comments

@pradeepbhadani
Copy link
Contributor

If I have a View View1 over Table T1 and T2 under hive database db1 in federated metastore FM1. Following command fails with Table Not Found Exception

Select * from fm1_db1.view1 ;
This will fail with Table T1 & T2 Not Found.

Additional Info:

  • WD is running in prefixed mode.
@pradeepbhadani
Copy link
Contributor Author

Looks like WD is not able to add prefix to table T1 and T2 when it expands view to table level.

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

No branches or pull requests

2 participants