Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5207 | 04-05-2019 07:00 AM | |
| 9398 | 05-02-2018 12:42 PM | |
| 12351 | 05-02-2018 12:39 PM | |
| 5089 | 08-28-2017 07:55 AM | |
| 3024 | 05-31-2017 08:43 AM |
03-05-2015
06:56 PM
*Note:* To override a value in Cloudera Manager, you need to enter verbatim each mini section from below into the Hue Safety Valve : Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/ Romain
... View more
03-04-2015
10:12 PM
There is not support for kerberos in this app. However, a better app is coming soon, and security is targeted for mid year, Romain
... View more
02-23-2015
07:40 PM
2 Kudos
In the Hue safety valve: [desktop] [[session]] ttl=900 http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/ *Note:* To override a value in Cloudera Manager, you need to enter verbatim each mini section from below into the Hue Safety Valve : Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini Romain
... View more
02-11-2015
05:43 PM
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 more
02-11-2015
10:37 AM
1 Kudo
Good to know! 'framed' should work be it would need to be set in the Hue config too: [hbase] ... # 'buffered' is the default of the HBase Thrift Server and supports security. # 'framed' can be used to chunk up responses, # which is useful when used in conjunction with the nonblocking server in Thrift. ## thrift_transport=buffered Romain
... View more
02-09-2015
08:32 AM
You should have more info about the problems in the Hue logs on the /logs page
... View more
01-28-2015
02:49 PM
Hue has the option to save the results to HDFS and it is very scalable as Hive is doing the writing to HDFS and then downloading from HDFS does not require much computation from Hue. But it indeed re-executes the SQL with the INSERT INTO /... or CREATE TABLE AS SELECT ... Hive or Impala does not offer a way to do both show the data in the Hue screen and make it easy to download. In the next version we should have some optimizations that should make more stable to download or bump the limit. In Hue 4 which is a big version we will tackle this as it would require a new twin server. So for now we recommend downloading directly from HDFS by redoing the query for large resultsets and not bumping the 'download_row_limit' limit. Romain
... View more