By "an Hbase Connection", are you referring to https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Connection.java ?
As far as I know, there is no support for User Agent there. FYI On Fri, May 5, 2017 at 6:26 AM, Lindsay Smith < [email protected]> wrote: > Hello, > > When constructing an Hbase Connection, is there a standard configuration > property that should be used to set a User Agent string? > > I appreciate that not all connection backends might support a user agent, > but if I add support into a connection implementation, I'd rather use a > standard configuration property rather than a custom one. Does such a > property exist? > > Thanks > > Lindsay >
