Member since
12-30-2015
73
Posts
3
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1549 | 02-14-2020 11:38 PM | |
1576 | 02-13-2020 02:08 PM | |
2914 | 02-04-2020 10:14 PM | |
2278 | 01-26-2017 10:38 AM |
02-14-2020
11:38 PM
Wire compatibility ❏ Preserves compatibility with Hadoop 2 clients ❏ Distcp/WebHDFS compatibility preserved
... View more
02-13-2020
02:08 PM
@attilabukor Hi, Thank you for your comment. Yesterday, I got a comment from HaoHao about this issue. The issue not being able to create KUDU table on CDH 6.3.2 is related to remote HMS configuration in hive-site.xml KuduTable.java ( on CDH 6.3.2 ) has a logic validating if `hmsuris` is null or empty. If `hmsuris` is empty or null, it raises exception and fails. This has been fixed on master branch, but I'm not sure if this fix will be delivered with CDH 6.3.3 Can you confirm if the fix is shipped with CDH 6.3.3? Here is the bug report ticket. https://issues.apache.org/jira/browse/IMPALA-8974 Gatsby
... View more
02-06-2020
08:03 AM
Hi @anis016 ,
Glad to hear the issue got resolved after downgrading OpenJDK version. I have seen some other customers who experienced the issues with u242 version.
Cheers!
... View more
09-10-2019
02:55 AM
use below command to resolve this issue, it will create system link for that service. alternatives --config spark
... View more
04-24-2017
03:29 PM
Yeap, you're right
... View more
03-21-2017
12:08 AM
Alex, Thank you again. Subquery approach has been recommended to our team as a long term solution. However, for short-tem solution to avoid regression impact, using view with limited partitions has been selected. If I remember correctly, in MySQL `table A` data can be limited by `ON Clause` before joining so that cadidates for join can be reduced. Thank you for your valuable comment. Gatsby
... View more
02-02-2017
10:07 PM
@gaurang would you be open to sharing your CREATE TABLEs, CREATE VIEW and the query that has slow planning time? No need for the data, just that should be sufficient for us to understand better what's going on. Like Lars said, you are probably hitting IMPALA-4242 which explains the slow equivalence class computation, but I'd also like to understand the slow single-node planning time. Thanks!
... View more
02-02-2017
10:26 AM
1 Kudo
Sure thing, I'm glad you found the culprit. 🙂
... View more
01-31-2017
05:45 PM
@Tim Armstrong Thank you very much for your explanation. 🙂 Gatsby
... View more