Member since
12-27-2016
25
Posts
1
Kudos Received
0
Solutions
02-18-2019
05:36 AM
Hello, any update to this ? I see that issue is still open. So does it mean, that there is no way how to increase dashboard download limit at the moment?
... View more
06-11-2018
09:54 AM
@Abu I think you can downaload what the Hue can show so ... if your "download_row_limit" attribute = 100000 on hue.ini the result of your query will be truncated to 100000 and you can download this number of lines. You can change the attibute on hue.ini or using the Configuration Snippet on Cloudera Manager.
... View more
06-25-2017
03:32 PM
Hi Ravi They have this issue fixed in hive 3.0.0 , They have been able to add hive support for "Not NULL " & "UNIQUE" constraint . Check out this link https://issues.apache.org/jira/browse/HIVE-16575 Regards Vishnu Gupta
... View more
05-01-2017
07:25 AM
Thanks, I got it working.
... View more
03-30-2017
01:47 PM
Hi Ravi, This error is typical of a scenario where the proxy/Hue has been configured and has timed out the connection according to its own internal timeout settings before the destination server has been able to respond to a request. I would suggest reviewing the configuration to ensure that your timeout values are sufficient to allow the destination server to respond (or reach its own internal timeout). To determine whether increasing Hue's configured timeouts is appropriate check the follow: For older versions of Cloudera Manager this must be set as a safety valve: 1. From Cloudera Manager, click Hue service > Configuration 2. Enter: Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini in the search field. 3. Add the following: [impala]
query_timeout_s=600
[beeswax]
server_conn_timeout=600 For newer versions of Cloudera Manager, this can be configured using the configuration options for Hue in Cloudera Manager: Hue service > Configuration > HiveServer2 and Impala Thrift Connection Timeout
... View more
03-07-2017
12:51 AM
The above link shows the issue as still open with Unresolved status. Is this bug resolved? I am using Cloudera 5.9, Hue 3.10 & Solr 4.10.3. I am also facing the same issue. Please let me know how to resolve this.
... View more