Member since
11-20-2018
19
Posts
0
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
25102 | 01-20-2019 02:59 AM | |
2193 | 01-16-2019 09:07 PM | |
18071 | 01-16-2019 04:49 PM | |
6218 | 01-11-2019 04:06 AM | |
2881 | 11-20-2018 05:11 PM |
01-24-2022
02:48 AM
Hi, could you pleases tell me how to reducing container size. But, I executed query successfully but sometimes it got fails. please suggest it is very urgent issue going on.
... View more
01-20-2019
02:59 AM
After trail and error basis, I am able to resolve this issue after removing JSON Serde on ORC table.
... View more
01-16-2019
09:07 PM
Since it is weird behavior, I have rechecked all the memory usage and configuration and noticed that it was due to TEZ memory set to Yarn Max memory. After reducing the TEZ memory, this is fixed.
... View more
01-18-2019
08:53 PM
As per my analysis, I understand that org.apache.hive.hcatalog.data.JsonSerDe doesn't support the JSON which starts with square bracket "[". [{ "id":1, "nm":"Edward the Elder", "cty":"United Kingdom", "hse":"House of Wessex", "yrs":"899925" }, { "id":2, "nm":"Edward the Elder", "cty":"United Kingdom", "hse":"House of Wessex", "yrs":"899925" }]
... View more
11-20-2018
05:11 PM
Resolved this issue! it worked with Hive2 action with Cluster configuration - Local cluster instead of custom.
... View more