Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4488 | 04-05-2019 07:00 AM | |
8105 | 05-02-2018 12:42 PM | |
10592 | 05-02-2018 12:39 PM | |
4235 | 08-28-2017 07:55 AM | |
2421 | 05-31-2017 08:43 AM |
04-19-2024
01:13 PM
Setting up the following env variables worked for me: CORE-SITE.XML_hadoop.proxyuser.hue.groups=* CORE-SITE.XML_hadoop.proxyuser.hue.hosts=* These correspond to settings in core-site.xml
... View more
02-07-2023
04:47 AM
Indeed. There is no metadata tab. It is really annoying that it is nearly impossible to find your own queries in this. Also the filtering options are not great.
... View more
10-19-2022
05:36 AM
How do I put the sql connector jar in /var/lib/sqoop?
Thanks
... View more
02-21-2022
09:31 PM
Try running invalidate metadata; At end clearing browser cache worked for me.
... View more
02-18-2021
11:32 PM
Hi, I got the same error in hue 3.1.0. The sql works fine with beeline but will get same error with hue. And we're also using impala hive HA. Tried [Set use_get_log_api=true in the beeswax section ], and it's not working. Do you have any other solution?
... View more
12-30-2020
01:26 PM
i have similar situation. will say me the other commands thats checks all failed system? tahnk you
... View more
11-30-2020
09:14 AM
@Tim Armstrong any hints how to configure the JDBC connection to use impersonation? Assuming I use the recommended Cloudera drivers, can you send a code snippet that invokes a simple SQL query on behalf of some user Thanks!
... View more
10-12-2020
10:08 PM
I imported our existing v5.12 workflows via command-line loaddata. They show up in Hue 3 Oozie Editor, but not Hue 4. We are using CDH 5.16. I find the new "everything is document" paradigm confusing and misleading - Oozie workflows, Hive queries, Spark jobs etc. are not physical documents - in the Unix/HDFS sense that normal users would expect, with absolute paths that can be accessed and manipulated directly. The traditional-style Hue 3 UI lets one focus on working with the technology at hand, instead of imposing The Grand Unifying Design on the user.
... View more
10-29-2019
10:10 AM
Can you please let us know how to do for excel/csv file for the table Select * from test beeline -u jdbc:hive2://bla:10000 -n user -p password -f yourscript.q > yourresults.txt
... View more
09-03-2019
08:39 AM
Hi, For me it's happening while finding YARN logs using yarn logs command. The /tmp/logs directory is having below permissions. drwxrwxrwt - yarn yarn But inside logs directory, the directories are having permission as below. drwxrwxrwt - user/owner_of_directory yarn Your guidance will be helpful. Thanks,
... View more