Member since
11-19-2018
3
Posts
1
Kudos Received
0
Solutions
12-06-2018
11:27 PM
Thanks. That solved some problems for me too. Been at it for a few days now. After changing the settings i no longers get the TTransport exceptions, but now Hue seems to not be able to authenticate with Hbase. Can you share your authentication settings? I have HBase Thrift Authentication set to none and all the groups, hosts, users settings are set to *. Hbase log: ERROR Failed to authenticate to HBase Thrift Server, check authentication configurations. Traceback (most recent call last): File "/opt/cloudera/parcels/CDH-6.0.1-1.cdh6.0.1.p0.590678/lib/hue/apps/hbase/src/hbase/conf.py", line 88, in config_validator api.getTableList(cluster_name) File "/opt/cloudera/parcels/CDH-6.0.1-1.cdh6.0.1.p0.590678/lib/hue/apps/hbase/src/hbase/api.py", line 142, in getTableList return [{'name': name, 'enabled': client.isTableEnabled(name, doas=self.user.username)} for name in client.getTableNames(doas=self.user.username)] File "/opt/cloudera/parcels/CDH-6.0.1-1.cdh6.0.1.p0.590678/lib/hue/desktop/core/src/desktop/lib/thrift_util.py", line 413, in wrapper raise StructuredException('THRIFTSOCKET', str(e), data=None, error_code=502) StructuredException: timed out (code THRIFTSOCKET): None Thank you!
... View more