Re: HBase Backup and Restore

2022-07-16 Thread anup ahire
Okay, thanks for the clarification. On Sat, Jul 16, 2022 at 10:40 AM Sean Busbey wrote: > These questions are more appropriate for the dev@HBase list because you > are > asking how to make use of things that have note been sanctioned by the > project for downstream use yet. > > If you’d like to

Re: HBase Backup and Restore

2022-07-16 Thread Sean Busbey
These questions are more appropriate for the dev@HBase list because you are asking how to make use of things that have note been sanctioned by the project for downstream use yet. If you’d like to see a particular timeline or want to see the feature available in active releases it would be more eff

Re: HBase Backup and Restore

2022-07-14 Thread anup ahire
Any particular timeline that we are expecting for 2.x backup ? We are wondering if we should wait for official support or backport ourselves. Is it possible for you to guide us on which PRs to backport? Thanks for your help. Really appreciate it. On Tue, Jul 12, 2022 at 6:14 PM Mallikarjun wrot

Re: HBase Backup and Restore

2022-07-13 Thread anup ahire
Thanks for the information. On Tue, Jul 12, 2022 at 6:14 PM Mallikarjun wrote: > Backport is possible. We have backported to 2.1.x and using it. > > Waiting for some PRs to merge so that I can put some effort in getting the > backport available for active 2.x releases. > > On Tue, Jul 12, 2022,

Re: HBase Backup and Restore

2022-07-12 Thread Mallikarjun
Backport is possible. We have backported to 2.1.x and using it. Waiting for some PRs to merge so that I can put some effort in getting the backport available for active 2.x releases. On Tue, Jul 12, 2022, 10:42 PM anup ahire wrote: > Thanks Mallikarjun. Will it be possible to backport this to 2

Re: HBase Backup and Restore

2022-07-12 Thread anup ahire
Thanks Mallikarjun. Will it be possible to backport this to 2.x ? trying to understand if there are any hard dependencies on 3.0.0. On Tue, Jul 12, 2022 at 10:01 AM Mallikarjun wrote: > 3.0.0 should be the first release to include Backup and Restore. So far > there are no releases. > > On Tue, J

Re: HBase Backup and Restore

2022-07-12 Thread Mallikarjun
3.0.0 should be the first release to include Backup and Restore. So far there are no releases. On Tue, Jul 12, 2022, 10:26 PM anup ahire wrote: > Hello, > > I am trying to understand, why is > https://github.com/apache/hbase/tree/master/hbase-backup part of master > but > getting left out from r

HBase Backup and Restore

2022-07-12 Thread anup ahire
Hello, I am trying to understand, why is https://github.com/apache/hbase/tree/master/hbase-backup part of master but getting left out from release tags ? Also, What is the minimum required version of the HBase to use Backup and Restore ? I am on 2.2.6 Thanks, Anup