Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26232 | 03-03-2020 08:12 AM | |
| 16367 | 02-28-2020 10:43 AM | |
| 4703 | 12-16-2019 12:59 PM | |
| 4470 | 11-12-2019 03:28 PM | |
| 6648 | 11-01-2019 09:01 AM |
09-16-2016
08:14 AM
Hello, It may be that the configuration needs to be refreshed (so that the list of datanode hosts is up-to-date). Check the Cloudera Manager home page and see if you see a stale configuration icon. If so, you can click on that icon to update the configuration as Cloudera Manager knows it ineeds to do... for some more information on stale configurations, see: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_stale_configuration.html#xd_583c10bfdbd326ba--6eed2fb8-14349d04bee--7e53__section_asl_z5j_zm If that does not work, then let us know Ben
... View more
09-14-2016
11:39 AM
1 Kudo
check selinux: sestatus It can cause problems like this
... View more
09-13-2016
01:12 AM
No worries. We will likely remove that older URL from the parcels defaults at some point. For now, you can remove it from the Administration --> Settings --> Parcels configuration if preferred. Let us know if you have any more questions or issues. Thanks, Ben
... View more
09-12-2016
09:26 PM
OOPS! Misread and thought you were using CDH 5.4.8! The same basic documentation applies for CM/CDH 5.8: Spark Matrix: http://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#concept_yzh_1k4_hw Adding a Service via Cloudera Manager: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_add_service.html Regards, Ben
... View more
09-12-2016
09:23 PM
Hello, I am not sure if you are asking how to install Spark via packages or parcels as you mentioned "packing environment" and then refer to parcels. CDH 5.4.8 parcles include Spark. Please refer to the following matrix: http://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#concept_yzh_1k4_hw If you are using parcels, then you can add the service in Cloudera Manager with the following instructions: http://www.cloudera.com/documentation/enterprise/5-4-x/topics/cm_mc_add_service.html Regards, Ben
... View more
09-07-2016
08:01 AM
Hi Kumar, Glad that helped. To answer a few of your questions posed before you confirmed that the heap increase helped: (a) There are no dependencies; indeed, you can simply increase the heap value to increase the max heap (which actually sets min and max to the same value). Change the heap size and restart Navigator to have it apply. (b) No other changes, updates, etc. are needed. The heap size change is isolated to Navigator in this case. A restart of Navigator is required, though to create a new JVM with the new max heap value (c) Navigator extracts data from all your services based on your cluster configuration, so there is no need to change anything for this update. When you restart Navigator, it will run extraction to ingest the latest information. Cheers, Ben
... View more
09-02-2016
05:39 PM
2 Kudos
Hi, The behavior you describe usually indicates that Navigator is exiting and then Cloudera Manager is starting it again. Very commonly, the exit is due to a java.lang.OutOfMemoryError exception. You can verify this by (in Cloudera Manager) : - going to Cloudera Management Service --> Instances --> Navigator Metadata Server --> Processes - and then clicking on "stdout" in the bottom middle of the page. If you see lots of the OOMEs, then Navigator likely needs more heap to perform its operations. If you have enough RAM, you can double the size or start with maybe just 2GB more. To edit the configuration, go to: Cloudera Management Service --> Configuration Then, search for "Java Heap Size of Navigator Metadata Server in Bytes" If you don't see the heap issues in stdout, please let us know. Regards, Ben
... View more
09-02-2016
12:39 PM
The best thing to do here is to upgrade to Cloudera Manager 5.7.2 or higher since this is resolved. What do the alerts you see look like. You added an alert for Navigator that is not related to this issue and probably needs its own thread for investigation. It appears Navigator Metadata Server is crashing. Are you sure that the alerts every 5 minutes are from the error 302 event? Can you show us? Thanks, Ben
... View more
08-26-2016
07:54 AM
Glad you solved it. You might check the /var/log/cloudera-scm-server/cloudera-scm-server.log for clues about the root cause if you are curious. -Ben
... View more
08-24-2016
03:19 PM
1 Kudo
Hi, The "Failed request to SCM: 302" message occurs when the Host Monitor attempts to communicate to Cloudera Manager but the session has expired. The Host Monitor acts as a client that authenticates to SCM, so it is subject to session restrictions. The error can be ignored as the Host Monitor will re-authenticate and we do see that in your case that occurs. In fact, a code change to make the message an INFO message rather than ERROR is slated for Cloudera Manager 5.7.2 and 5.8.2.
... View more