Member since
11-11-2019
634
Posts
33
Kudos Received
27
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 258 | 10-09-2025 12:29 AM | |
| 4767 | 02-19-2025 09:43 PM | |
| 2123 | 02-28-2023 09:32 PM | |
| 4000 | 02-27-2023 03:33 AM | |
| 26005 | 12-24-2022 05:56 AM |
10-20-2020
01:10 AM
You can check the explain plan . It provided the order of the execution. It is not a rule that certain reucers would start after all the mapper phase. The ceratin mapper phase depends on the results from the reducers too. You can check the explain plan . If you want map join then you can set property map.auto.conevrt.join =true
... View more
10-08-2020
05:29 AM
She meant to say for non managed HDP/CDH.
... View more
10-08-2020
04:26 AM
It wont work in CDH or HDP managed cluster. You need to try in independent not managed by CDH or HDP as per Sindhu's comment
... View more
10-08-2020
03:10 AM
Does this hiveserver2 managed by CDH cluster or independent of CDH ?
... View more
09-08-2020
10:53 PM
Please share the updated logs.I want to check the error
... View more
09-08-2020
01:04 AM
COuld you adjust the value bit more than 6518628 and check?
... View more
09-07-2020
02:17 AM
Can you provide the output from MySQL show variables like 'max_allowed_packet'; Please also increase the variable in MySQL: https://dev.mysql.com/doc/refman/8.0/en/packet-too-large.html
... View more
08-13-2020
09:45 AM
The serde class is no more supported in HDP 3.0. It's replaced with 'AbstractSerDe'.
... View more
08-12-2020
02:01 AM
1. Follow below document to run Oozie in time basis (weekly/daily/hourly) https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/admin_oozie_cron.html 2. Follow below document for Oozie email action http://oozie.apache.org/docs/5.2.0/DG_EmailActionExtension.html
... View more
08-11-2020
10:11 AM
Derby only allows single connection (process) to access the database at a give time, hence only one user can access the Hive. Upgrade your hive metastore to either MySQL, PostgreSQL to support multiple concurrent connections to Hive.
... View more