Re: using updated abase-client jar with older version

2022-06-28 Thread Duo Zhang
0.98.x has been EOL for years, please at least upgrade the server to 1.7.x and try again. IIRC, although HBase does not guarantee the compatibility between higher client and lower server, but the 2.x client and 1.x server can community when you just use basic read/write/scan operations. Thanks.

Re: using updated abase-client jar with older version

2022-06-27 Thread Tamas Penzes
Can you update the server? HBase Client and Server versions should be in sync or only differ in bugfix versions. Two major version differences are far too much... -- Tamaas On Thu, Jun 23, 2022 at 10:01 PM Jignesh Patel wrote: > We are on the version 0.98.7 and hbase and we are trying to use >

using updated abase-client jar with older version

2022-06-23 Thread Jignesh Patel
We are on the version 0.98.7 and hbase and we are trying to use hbase-client 2.3.3 and it crashes hregion server. Since we are upgrading from JDK 8 to JDK 17 we can't use our old library of hbase-client -0.98.7. We are trying to use the filters. Any guidance on this challenge is highly appreciated