Member since
07-17-2017
143
Posts
16
Kudos Received
17
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1625 | 07-03-2019 02:49 AM | |
1816 | 04-22-2019 03:13 PM | |
1473 | 01-30-2019 10:21 AM | |
8412 | 07-25-2018 09:45 AM | |
7791 | 05-31-2018 10:21 AM |
04-20-2018
01:27 PM
Thinks for bringing this up @AcharkiMed. I've seen this type of thing happen on other communities as well. While the view count is nice I also consider things like number of kudos and replies when guaging the popularity of a post. I'm assuming your concern is people thinking their post is popular when it could be them, or others, checking on it to see if there are updates. Am I correct?
If the reason for refreshing the page is to see if there is a new reply, I would suggest checking your subscription settings. I have mine set to notify me immediately of new activity plus I look often at the notification count on most pages.
... View more
04-19-2018
04:27 AM
Take a look to this: http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow-from-a/m-p/61152#M3751 Good luck.
... View more
04-18-2018
01:13 AM
Thank you all, I added.. PARTITIONED BY (`date` STRING, hour INT) ..to the CREATE External TABLE sentence and then.. ALTER TABLE processed_data_p ADD PARTITION (`date`="2015-08-19", hour=20) LOCATION '/user/myuser/spark/proyecto1/date=2015-08-19/hour=20'; One option to avoid adding all partitions manually is: alter table processed_data_p recover partitions;
... View more
04-17-2018
04:08 PM
Sorry for the delay. Hmm, now I have doubt in your backend application! can you share the code used for read and browse your select query results..
... View more
04-09-2018
08:51 AM
Hi @Harsh J, thank you for even more thorough answer, placement policy is clear now. I didn't see the risk of rogue Yarn apps before, it's very helpful. Many thanks!
... View more
03-31-2018
07:01 AM
Thanks, that of course makes sense. I think I see what the issue was, the download page actually had 2.5.5 at the top (so I mistakenly thought it was the latest). Now when I checked 2.5.5 is second from the last so it's obvious it's older. Perhaps it was a glitch with the download page that day, all fine now.
... View more
03-16-2018
12:34 PM
Hi, This looks like a different flavor of something we encountered while testing Sentry in 5.13 (that we didn't resolve). I pinged a few folks internally. FWIW I tried just spinning up a secure CM5.14.1 + CDH5.12.2 cluster with all the services and my HMS came up just fine without that config. Can you describe more how you upgraded CM, if any other configs were changed before/after the upgrade, and if you added any services before or after? As an aside, the Impala forum is probably not the best place to get help for this issue. Thanks, J-D
... View more
02-27-2018
10:51 AM
1 Kudo
Hi @kundansonuj I think it(s almost same issue reported in this Apache JIRA ticket: https://issues.apache.org/jira/browse/IMPALA-5399 Any way check my answer (https://issues.apache.org/jira/browse/IMPALA-5399#comment-16166044) I have already use it and it's work.. Good luck.
... View more
02-27-2018
08:06 AM
1 Kudo
Kudu has the capability to evaluate simple filters natively, e.g. using the primary index of a table, so Impala will push such filters directly to Kudu. More complex filters (e.g. those involving UDFs) are evaluated by Impala after receiving rows from Kudu. Impala clearly distinguishes the filters evaluated by Kudu and those by Impala in the explain plan.
... View more
- « Previous
- Next »