Re: [DISCUSS] Updating Flink HBase Connectors

2022-11-23 Thread Martijn Visser
Hi Ferenc, The repository is there https://github.com/apache/flink-connector-hbase You know where to reach out to if you have any questions. Best regards, Martijn On Mon, Nov 21, 2022 at 12:42 PM Ferenc Csaky wrote: > Hi! > > Sure, thank you both for the input. If the repo is ready, I'll star

Re: [DISCUSS] Updating Flink HBase Connectors

2022-11-21 Thread Ferenc Csaky
Hi! Sure, thank you both for the input. If the repo is ready, I'll start the work. Best, F --- Original Message --- On Thursday, November 17th, 2022 at 09:39, Gabor Somogyi wrote: > > > Hi All, > > +1 to go. Since we are refurbishing the HBase area maybe we can move the > token p

Re: [DISCUSS] Updating Flink HBase Connectors

2022-11-17 Thread Gabor Somogyi
Hi All, +1 to go. Since we are refurbishing the HBase area maybe we can move the token provider into HBase base project. This would fit into the high level effort to extract everything into external connectors. If you do this and facing any issues just ping me :) BR, G On Thu, Nov 17, 2022 at 9

Re: [DISCUSS] Updating Flink HBase Connectors

2022-11-17 Thread Martijn Visser
Hi Ferenc, I think you're good to go, since no comments were there. Do let us know if you need any help :) Thanks, Martijn On Mon, Oct 24, 2022 at 7:47 PM Ferenc Csaky wrote: > Hi, > > just pinging this thread in case someone missed it and has any opinion > about the discussed actions. > > Be

Re: [DISCUSS] Updating Flink HBase Connectors

2022-10-24 Thread Ferenc Csaky
Hi, just pinging this thread in case someone missed it and has any opinion about the discussed actions. Best, F --- Original Message --- On Tuesday, October 11th, 2022 at 23:29, Ferenc Csaky wrote: > > > Hi Martijn, > > Thank you for your comment. About HBase 2.x, correct, tha

Re: [DISCUSS] Updating Flink HBase Connectors

2022-10-11 Thread Ferenc Csaky
Hi Martijn, Thank you for your comment. About HBase 2.x, correct, that is my thought process, but it has to be tested and verified. +1 from my side about merging these updates with the connector externalization. Best, F --- Original Message --- On Tuesday, October 11th, 2022 at 16:30,

Re: [DISCUSS] Updating Flink HBase Connectors

2022-10-11 Thread Martijn Visser
Hi Ferenc, Thanks for opening the discussion on this topic! +1 for dropping HBase 1.x. Regarding HBase 2.x, if I understand correctly it should be possible to connect to any 2.x cluster if you're using the 2.x client. Wouldn't it make more sense to always support the latest available version, so

[DISCUSS] Updating Flink HBase Connectors

2022-10-10 Thread Ferenc Csaky
Hi everyone, Now that the connector externalization effort ig going on, I think it is definitely work to revisit the currently supported HBase versions for the Flink connector. Currently, ther is an HBase 1.4 and HBase 2.2 connector versions, although both of those versions are kind of outdated