Re: External table replication in Hive

2022-09-21 Thread Naveen Gangam
Typically, we do not introduce new features on maintenance branches. We would not have many cycles to test new features. Sorry. On Thu, Aug 25, 2022 at 10:36 AM Sungwoo Park wrote: > For 1, cherry-picking it to Hive 3 does not work. I tried to > backport HIVE-20911 to Hive 3, but it did not work

Re: External table replication in Hive

2022-08-25 Thread Sungwoo Park
For 1, cherry-picking it to Hive 3 does not work. I tried to backport HIVE-20911 to Hive 3, but it did not work because of so many dependencies :-( --- Sungwoo On Thu, Aug 25, 2022 at 2:15 AM Bharathkrishna G M wrote: > Hi, > > I want to replicate the Hive metastore to create a separate instanc

External table replication in Hive

2022-08-24 Thread Bharathkrishna G M
Hi, I want to replicate the Hive metastore to create a separate instance (for example, replicate the prod metadata to create a dev metastore). I'm using Hive version 3.1.2 and it only supports managed table replication and lacks external table replication. I want to try and get external tables a