Hi All,
I have a simple usecase where I want to check if a table exists in hive. If table exists, I am running a query. If not, I am creating the table and running the query.
I have defined the Hive DB connection, but I am not able to get the table names (screenshot attached for the same). I already have created the table in Hive and so I think, it should show it. Could some one help me out here.
P.s: I have the Hive connection properly defined and in other transformations, I am able to run queries on these tables.
Thanks in advance,
Raghu


Reply With Quote