Member since
05-29-2017
43
Posts
7
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4689 | 10-02-2017 08:40 AM | |
2719 | 10-02-2017 08:13 AM | |
5104 | 09-20-2017 09:24 AM | |
11764 | 09-18-2017 06:35 AM | |
22678 | 09-06-2017 04:52 AM |
02-14-2023
04:57 AM
@HN Hi guys, i had same issue so I got it fixed by following the step 3 (Configuration of the ODBC Driver) from this website (https://towardsdatascience.com/connecting-apache-hive-to-microsoft-power-bi-d460e2278720). It usually shows how to connect to Power BI but the configuration part is same for tableau as well. Hope it helps.😊
... View more
10-02-2017
10:55 AM
Dear zherczeg Thank you so much for your kind help! I believe your method will work perfectly. I will implement it tomorrow and report to you the result within this week due to that the admin team might want to observe several days. Your sincerely, Chao-Kang Chen
... View more
10-02-2017
08:40 AM
Hello Awisawe, In order for Hue to work over HTTPS, it needs a TLS certificate and a corresponding private key. These are configured via ssl_certificate, ssl_private_key, and ssl_password variables. We've documentation about setting up Hue as TLS/SSL server for Cloudera Enterprise, which you may be able to adapt to your distribution. Best regards, Zsolt
... View more
09-21-2017
07:41 AM
Thanks for your reply. I understand the issue you mentioned about HBase not knowing or caring about the Avro content. What I'm trying to learn is how to create Avro objects without having to use the Avro write/read functions. Basically I want to: * Load content into variables (var1 = schema + data) * HBase put table, var1, var2, etc. Thanks again
... View more
09-19-2017
06:11 AM
Hello Zsolt, thanks for the reply. The problem was, that I don't have the permissions to install python packages like pydoop. I was not sure if there is a native way, but I will ask the sysadmin to install some packages.
... View more
08-28-2017
07:37 AM
Hello, Receiving "Results Expired" error in Hue for Impala queries, is usually a symptom of having a misconfigured load-balancer in front of Impala. Impala has the assumption, that the query results will be downloaded from the same impalad where the query was issued. A load-balancer can break that assumption, if it sendis sequential connections of the same client to different impalad daemons. If Hue connects two a different impalads to run the query and download the results, the "Results Expired" error will appear. To avoid the above issue, it's required that the proxy routes subsequent connections of the same client to the same impalad. This proxy behavior is usually called sticky sessions. Our documentation has detailed information about impala load-balancer setup, includeing the above information as well: https://www.cloudera.com/documentation/enterprise/latest/topics/impala_proxy.html#proxy_overview
... View more
06-07-2017
07:41 AM
thanks, it was the http:// in the proxy server config
... View more