Re: Trying to connect to HBase from FlinkSql

2024-11-13 Thread Guillermo
Thank you for your answer. I put the lib in that directory. I could say that it's right because if I choose a wrong type of source I get the next message: Flink SQL> select * from blacklist; [ERROR] Could not execute SQL statement. Reason: org.apache.flink.table.api.ValidationException: Could not

Re: Trying to connect to HBase from FlinkSql

2024-11-12 Thread Shengkai Fang
Hi. You should put the hbase jar into the ${FLINK-HOMe}/lib directory. Best, Shengkai Guillermo 于2024年11月12日周二 19:28写道: > I'm using Flink 1.20 because I need some features from this version, I > have seen that there're not available the HBase connector in this version, > I don't know if this i

Re: Trying to connect to HBase from FlinkSql

2024-11-12 Thread Guillermo
I'm using Flink 1.20 because I need some features from this version, I have seen that there're not available the HBase connector in this version, I don't know if this is the problem or it could be compatible. El mar, 12 nov 2024 a las 11:56, Guillermo () escribió: > I'm trying to connect HBase 1.

Trying to connect to HBase from FlinkSql

2024-11-12 Thread Guillermo
I'm trying to connect HBase 1.2 with FlinkSQL, (I have tried with HBase 2.2 and the flink connector 2.2 with the same result). Test is done with docker-compose and hbase. Do I have to do something else? I have checked that table it's okay in HBase. root@70e2d4767504:/opt/flink/lib# ls flink-cep-1.