Re: [DISCUSS] Upgrade HBase connector to 2.2.x

2020-08-07 Thread Felipe Lolas
Hi all! Im new here; I have been using the flink connector for hbase 1.2, but recently opt to upgrading to hbase 2.1(basically because was bundled in CDH6) it would be nice to add support for hbase 2.x! I found that supporting hbase 1.4.3 and 2.1 needs minimal changes and keeping that in mind

Re: problem with build from source flink 1.11

2020-07-27 Thread Felipe Lolas
Seems fixed! I was replacing only flink-dist.jar. When replaced all the compiled jar's from flink-1.1.0-bin fixed the issue. Thanks! El 27 de julio de 2020 4:28, Felipe Lolas escribió: Hi!! Timo and Chesnay: Thanks for helping!!! Here is the full stack trace: 2020-07-27 05:27:38,661

Re: problem with build from source flink 1.11

2020-07-27 Thread Felipe Lolas
related to your JDK version. Maybe your task managers run a different version? Let me know if this helped. Regards, Timo On 27.07.20 12:09, Felipe Lolas wrote: Hi, Im Felipe, just started learning flink a few weeks ago(moving spark streaming workloads). Now, I currently testing some changes int

problem with build from source flink 1.11

2020-07-27 Thread Felipe Lolas
Hi, Im Felipe, just started learning flink a few weeks ago(moving spark streaming workloads). Now, I currently testing some changes into flink-yarn, but when using my builded flink-dist.jar, the Job in TaskManager fails because of: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)