Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3072 | 04-15-2022 09:39 AM | |
| 2474 | 03-16-2022 06:22 AM | |
| 6552 | 03-02-2022 09:44 PM | |
| 2907 | 03-02-2022 08:40 PM | |
| 1914 | 01-05-2022 07:01 AM |
09-23-2020
01:02 PM
@analytics-shek Please follow the solution given on below thread: https://community.cloudera.com/t5/Support-Questions/Error-setting-up-hive-on-HDP-2-6-5-timezone-on-mysql/m-p/185370/highlight/true#M147477
... View more
09-23-2020
07:40 AM
2 Kudos
@Tak567 There are some free courses available on same page which you can access for example: https://www.cloudera.com/about/training/courses/introduction-to-cloudera-manager.html So you have to register and then you can avail this training similar for some other free courses as well. You can check below some free courses: https://www.cloudera.com/about/training.html#?fq=training%3Acomplimentary%2Ffree There are also some videos on Youtube from Cloudera and Cloudera Blog is also something you can take a look. At last the Cloudera Community is open to answers the question and you can find some articles here as well. You can also purchase some courses, the same page will give you that details as well.
... View more
09-21-2020
01:33 AM
2 Kudos
@vijaypabothu You can resolve this using below steps. This seems somehow the directory is not exists which is causing the issue. # hdfs dfs -mkdir -p /user/spark/applicationHistory
// make sure it is owned by spark user/group
# hdfs dfs -chown -R spark:spark /user/spark/
// set 777 access rights and sticky bit
# hdfs dfs -chmod 1777 /user/spark/applicationHistory
// restart the SHS process to test. CM > Spark > Instances > (select Spark History Server) > Actions > Restart
... View more
09-19-2020
03:13 AM
1 Kudo
@vijaypabothu Supervisor returned FATAL means the process is in hung state or something which is causing not come up the DN/NN. I would suggest you to try hards stopping/starting agent or if you are okay then reboot the node itself. This should resolve the issue.
... View more
09-19-2020
01:58 AM
Unfortunately I don’t have windows machine to test this out but this works flawlessly in Linux system. I am assuming kernel dump/system logs can give you guys some more insight. If someone have highly configured Win machine then we might isolate the memory issue if that’s the cause as suspected above. The image Ideally need 8-10GB RAM dedicated for this particular VM only.
... View more
09-18-2020
01:30 AM
1 Kudo
@wert_1311 Cloudera Software will not adjust /etc/hosts entries. You have to manually fix that entries and all you need is to fulfil the network Requirements in below doc: https://docs.cloudera.com/documentation/enterprise/latest/topics/configure_network_names.html Also you can refer this doc for changing IPs/Hostname. https://docs.cloudera.com/documentation/enterprise/5-13-x/topics/cm_ag_change_hostnames.html
... View more
09-17-2020
02:29 AM
1 Kudo
@Amn_468 This doc will give you good start on how you can change IPs and hostname. https://docs.cloudera.com/documentation/enterprise/5-13-x/topics/cm_ag_change_hostnames.html
... View more
09-15-2020
03:47 PM
@JeanM This is most probably the issue is with the repo which you are using, means you have to make sure that CM host is able to make connections to the internal/external repo.
... View more
09-15-2020
11:04 AM
@vijaypabothu Those warnings messages are expected, you might need to update the full trace.
... View more
09-14-2020
04:23 PM
@adarshv The Patch of Security vulnerabilities depends on few things. 1. The urgency or impact. 2. Fix availability. 3. Subscription and use case based. If the product is EOL and the vulnerability is fixed in next versions than you will have to upgrade. If there is a Patch (Old) available then you might can apply that. If you are a customer and you can not upgrade and Patch is only way then you can discuss with Cloudera Support or Sales team to explore the opportunities on that. Generally the upgrade is most conventional method as this gives some more bug fixes as well as features which will make our experience better.
... View more