Created on 10-30-2014 11:05 AM - edited 09-16-2022 02:11 AM
After enabling hbase
Created 10-31-2014 11:25 AM
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
Created 02-19-2015 02:15 PM
That's odd that it's throwing that error. It's true that only image files can be attached, but you can try to place the contents of the files you're trying to send us inside a "Code" block. There's a little button on the rich text editor for inserting code. This should not try to render your file contents as HTML and let you proceed.
Created 06-19-2015 02:03 AM
I'm facing same error as well when I add this configuration to Hue's hue_safety_valve.ini via CM:
~~~
[hbase]
hbase_clusters=(Cluster|some-hbase-thrift-server:9090)
~~~~
* I've verified that the 'Enable HBase Thrift Server Framed Transport' is unchecked
* thrift_transport is set to 'buffered' in Hue
Is there a way to download the hbase-site.xml via CM?
Please let me know if there is any other config to update.
Thanks!
Created 06-19-2015 04:46 PM