Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

hue hbase Api Error Connection reset by peer

avatar
Contributor

when trying to browse hbase tables 

hue 3.5

cdh5.2  hbase  

Receiving the following error

Api Error: [Errno 104] Connection reset by peer

 

 

1 ACCEPTED SOLUTION

avatar
Contributor

Solved - 

Cannot use Thrift2

Enable HBase Thrift Server Framed Transport hbase.regionserver.thrift.framed true

HBase Thrift Server Type hbase.regionserver.thrift.server.type must be TThreadPoolServer


cannot use THsHaServer or TNonblockingServer or framed transport

 

View solution in original post

1 REPLY 1

avatar
Contributor

Solved - 

Cannot use Thrift2

Enable HBase Thrift Server Framed Transport hbase.regionserver.thrift.framed true

HBase Thrift Server Type hbase.regionserver.thrift.server.type must be TThreadPoolServer


cannot use THsHaServer or TNonblockingServer or framed transport