Member since
01-17-2023
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
623 | 01-24-2023 01:38 PM |
01-24-2023
01:38 PM
Was able to solve it myself. While initialising Hbase connections, we were setting 'hbase.client.metrics.enable' property to true in hbase Config. This works with 1.x client, but not with 2.x. Setting this is to false worked, and we are not seeing any logging for 2.x client.
... View more