Details
-
Question
-
Status: Resolved
-
Critical
-
Resolution: Invalid
-
3.2.0
-
None
-
None
Description
I wanted to join 2 hive tables which are stored in 2 different hive metastores.
I would like fetch the first table, create a tempview. Change hive metastore uri, connect to that metastore and fetch the second table , create a tempview and then use tempviews to do further.
I launched 2 different instances of hive on my local , individually i'm able to connect to both, but when i try to connect to them one after other, the second time the old URI's is getting used.
Any workaround this.
Please help out :\