Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5096 | 04-05-2019 07:00 AM | |
9238 | 05-02-2018 12:42 PM | |
12105 | 05-02-2018 12:39 PM | |
4968 | 08-28-2017 07:55 AM | |
2933 | 05-31-2017 08:43 AM |
10-14-2016
07:38 AM
This is the way of doing http://gethue.com/exporting-and-importing-oozie-workflows/ There is no more xml export, just json exports.
... View more
10-02-2016
01:15 PM
If you restart Hue, HiveServer2 will indeed close the user sessions as the connections get dropped.
... View more
10-02-2016
12:19 PM
1 Kudo
If you can't see anything when logging in as the 'hive' user in Hue, it means your Sentry setup is incorrect. It would recommend to look at the Sentry and Cloudera Manager forums.
... View more
09-29-2016
06:02 AM
If you use CM, could you check in the Hue configuration that there is nothing in the "safety valve for hue.ini'? Could you also confirm the error you are seeing in Hue logs (on the /logs page)?
... View more
09-27-2016
06:52 PM
Do this workflow have some dependencies that are changing? Do you have some logs of the error? (from /logs page on Hue) Are these workflows shared and used by some other users than the owner?
... View more
09-18-2016
04:15 PM
You can read about Hive/beeline in http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_ig_hive_doc.html#topic_18_14 or for the Hue SQL Editor here http://gethue.com/sql-editor/ Romain
... View more
09-14-2016
09:15 AM
Not giving not much help there, but maybe diff your Hive with the one shipped from CDH as we did not see this problem so far in Hue.
... View more
09-07-2016
05:51 AM
Hue will blindly call [hadoop] [[hdfs_clusters]] [[[default]]] webhdfs_url=http://localhost:50070/webhdfs/v1 So, how about you put localhost there?
... View more
09-07-2016
05:44 AM
Are you using the Hive from CDH or somewhere else? (we never saw this problem so far)
... View more
08-24-2016
12:47 AM
On AWS make sure " Then configure the security group like below. We allow everything between the instances (the first row, don’t forget it on multi machine cluster!) and open up Cloudera Manager and Hue ports to the outside. All TCP TCP 0 – 65535 sg-e2db7777 (hue-demo) SSH TCP 22 0.0.0.0/0 Custom TCP Rule TCP 7180 0.0.0.0/0 Custom TCP Rule TCP 8888 0.0.0.0/0 Custom ICMP Rule Echo Reply N/A 0.0.0.0/0 " http://gethue.com/hadoop-tutorial-how-to-create-a-real-hadoop-cluster-in-10-minutes/
... View more