Relative Content

Tag Archive for rusthbasethrift

Is there a way to access HBase with Thrift and Kerberos in Rust?

I successfully implemented a Rust sample app that accesses an HBase server without authentication using the hbase-thrift crate. Now, I need to access HBase with Kerberos authentication. Since the HBase Thrift does not have a SASL Transport layer implementation, I implemented the code to acquire a service ticket separately using the libgssapi crate.