Member since
11-02-2017
51
Posts
6
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
247 | 09-22-2022 04:16 AM | |
2044 | 03-09-2018 02:34 PM | |
10887 | 02-01-2018 06:15 AM | |
3858 | 11-13-2017 12:34 PM |
11-10-2022
02:45 AM
This is not working for spark on hive. no applicaiton id found when grep query id.
... View more
09-22-2022
04:16 AM
@yagoaparecidoti It looks like this particular user does not have permission to connect to HMS. You can add this user or put "*" under this configuration : CM->Hive->Configuration->Search "hive_proxy_user_groups_list" And then restart hive and then run "show databases" . Another possibility could be that it is not able to locate hive-site.xml on the node required to connect to Hive Metastore.
... View more
03-27-2018
04:47 PM
@pk reddy Can you send the below details from your cluster: "yarn.nodemanager.resource.memory-mb" # free -m By any chance are you using the sandbox ?
... View more
03-09-2018
03:28 PM
@Guillaume Roger Heap size should be 80% of tez container size and io sort mb should be 40% . Can you verify below configurations : set hive.tez.java.opts=-Xmx3276m; set tez.runtime.io.sort.mb=1638; Can you try disabling map side join before executing the query - set hive.auto.convert.join=false;
... View more
12-04-2017
04:00 PM
@Ajay Kumar Damarla Hive 0.14 version does not support adding or removing non last columns using Alter command . It only supports adding new columns at the last . java.lang.ArrayIndexOutOfBoundsException fixed in 0.13 was for new columns added in last . Hive 3.0 will have support for insertion , deletion of new columns in middle of the ORC table .
... View more