I have set of databases in hive, some of the tables are Managed and some are External tables. Now, i want to know list of tables which are located in same path.
For example for different databases A, B and C, External tables for A are stored at /x/y/a Some tables for B are stored at /x/y/b, /x/y/d External tables for C are stored at /x/y/c
It is possible with some hive query or properties? Please help.
Thanks