Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

creat hbase table using hue

avatar

helllo

 

i cann't create or list tabled in Hbase via hue

kerberos is enabled and configerd in my cluster

 

any one can hellp me ?

1 ACCEPTED SOLUTION

avatar
Super Guru
This is actually a warning: https://issues.cloudera.org/browse/HUE-2198

Yesterday we got this info:
"Look at the HBase service configuration and check to see if the “Enable
HBase Thrift Server Framed Transport” property is enabled. If it is, try
unchecking it (recommended) or set ‘thrift_transport=framed’ in the [hbase]
section of the hue.ini."

?

Romain

View solution in original post

4 REPLIES 4

avatar
Super Guru
You should have more info about the problems in the Hue logs on the /logs
page

avatar

sorry  ,

 

i found this error in hue error log file

 

also attachet photo for hue page hue error.png

 

#tail -f /var/log/hue/error.log

 

[09/Feb/2015 08:27:48 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 08:28:18 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 08:28:48 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 08:29:18 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 08:29:48 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 08:30:18 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 08:30:48 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 21:29:38 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 21:30:06 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 21:30:37 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 21:31:07 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response
[09/Feb/2015 21:31:37 -0800] kerberos_    ERROR    handle_other(): Mutual authentication unavailable on 200 response

avatar
Super Guru
This is actually a warning: https://issues.cloudera.org/browse/HUE-2198

Yesterday we got this info:
"Look at the HBase service configuration and check to see if the “Enable
HBase Thrift Server Framed Transport” property is enabled. If it is, try
unchecking it (recommended) or set ‘thrift_transport=framed’ in the [hbase]
section of the hue.ini."

?

Romain

avatar

its work

 

thank you