Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3057 | 04-15-2022 09:39 AM | |
| 2466 | 03-16-2022 06:22 AM | |
| 6533 | 03-02-2022 09:44 PM | |
| 2896 | 03-02-2022 08:40 PM | |
| 1905 | 01-05-2022 07:01 AM |
11-16-2021
10:38 AM
@Mik87 Please follow this guide for Trial installation. https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/installation/topics/cdpdc-trial-installation.html
... View more
11-10-2021
05:38 AM
Yes, I will start a new thread for this issue. Just an update though...the issue was due to Windows 10 Home version. Upgrading to Pro should let me disable the WSL option.
... View more
10-13-2021
05:23 AM
Hi, I can use this machine to my magister work? I need licence and I don't know if this source is legal.
... View more
10-11-2021
11:31 PM
1 Kudo
@GangWar Can you describe more about this. I don't understand this step. "There may be a chance the The property "tez.history.logging.proto-base-dir" is pointing to wrong HDFS path location so check that once and correct if needed." I have same issue with this topic and I do all step that provide but Hiveserver2 still down.
... View more
10-03-2021
10:38 PM
@reca, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-01-2021
03:11 AM
@Sam2020 Logically this is a maintenance upgrade so no much trouble and extra steps needed. Your steps looks good till "c" i.e once you upgrade Cloudera Manager server to 7.4.4 there is a very simple steps you need, means just activate the Parcels or 7.1.7 that’s it. In layman’s term these steps will look like this. I am assuming you have the parcels for 7.1.7 available (credentials and repo details). Then follow below steps. 1.) Please stop the cluster services 2.) Navigate to CM -> hosts -> parcels -> Parcel Repository & Network Settings and include the 7.1.7 parcel "Remote Parcel Repository URLs" 3.) Take the back up of the required service databases following the steps below https://docs.cloudera.com/cdp-private-cloud/latest/upgrade-cdp/topics/ug_cdh_upgrade_backup.html 4.) Download, distribute and activate patch parcel 5.) Start the services. You are all set.
... View more
09-28-2021
02:52 AM
Hi @GangWar Thanks for your suggestion. I've try your suggestion before, still same error show up 'spark content' , any other suggestion? Thanks n Regards MRM
... View more
09-25-2021
05:53 AM
1 Kudo
@GangWar Hello, This problem has been solved because the atlas service has been deleted, but there are dependencies in other service configurations that have not been cleared. This can also be seen from the log: ERROR Staleness-Detector-1: com.cloudera.cmf.service.config.components.ProcessStalenessDetector: Failed to check staleness for service client configs : DbService{id=75,name=atlas} After adding the deleted atlas service back, I succeeded in generating the missing Kerberos credentials again. In short, thank you very much for your reply and wish you a happy life!
... View more
09-20-2021
07:06 AM
That fine. can you try below? sparkSession.builder() <--------------should work? then .config( config prop) .appName().getOrCreate() Also most important thing this could be a red herring you have to see if the session is running and you job succeed. We have seen this issue in past seems.
... View more
09-20-2021
06:07 AM
@engerej The issue could lies with JNDI and the fact that it does not handle a group with a leading space. So check if your groups having space in the name.
... View more