Member since
08-11-2015
11
Posts
2
Kudos Received
0
Solutions
09-10-2015
12:31 AM
Hi, Yes I done this yesterday after not finding any suggestion on the web. This has fixed the issue but I've no idea why what I assume to be the default configuration should cause the Event Server to fail. Cheers Steve
... View more
09-07-2015
07:20 AM
2 Kudos
Hi changed the location of these two directories (after looking for other things to delete to clear up my 98% disk usage). Re-started the Cloudera Manager. Checked that new directories are created in the new location (it was) and then just removed the /var/lib/cloudera-[host|service]-monitor directories. The result was amazing: [root]# df -kh Filesystem Size Used Avail Use% Mounted on /dev/sda1 19G 8.0G 9.9G 45% / Cheers Steve
... View more
09-03-2015
05:39 AM
This is what I've done: I’ve changed the location of the logging directory for all the services to use a partition with very little usage. The advantage of this is that you can simply do a “rm –rf” on this directory if and when you encounter the Cloudera Manager complaining about disk space (after stopping the cluster). Once restarting the cluster CDM even creates the relevant subdirectories. I’ve tested this already. To do this for each service select “Configuration” then select “Display All” on the bottom of the page and search for “/var/log/” and replace this with your preferred directory. e.g. /var/log/zookeeper to <new_path>/zookeeper. You’ll need the restart the service/cluster depending on the service.
... View more
09-02-2015
01:20 AM
I'm also seeing this on the stdout. Looks like its out of memory. Any idea how to assign it more memory? #
# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="/usr/lib64/cmf/service/common/killparent.sh"
# Executing /bin/sh -c "/usr/lib64/cmf/service/common/killparent.sh"...
Thu Aug 20 08:08:15 PDT 2015
JAVA_HOME=/usr/java/jdk1.7.0_67-cloudera
Executing: /usr/java/jdk1.7.0_67-cloudera/bin/java -server -XX:+UseConcMarkSweepGC -XX:-CMSConcurrentMTEnabled -XX:+UseParNewGC -Dmgmt.log.file=mgmt-cmf-mgmt-EVENTSERVER-sdlc6407.labs.teradata.com.log.out -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Xms52428800 -Xmx52428800 -XX:OnOutOfMemoryError=/usr/lib64/cmf/service/common/killparent.sh -cp /var/run/cloudera-scm-agent/process/352-cloudera-mgmt-EVENTSERVER:/usr/share/java/mysql-connector-java.jar:/usr/share/cmf/lib/postgresql-9.0-801.jdbc4.jar:/usr/share/java/oracle-connector-java.jar:/usr/share/cmf/lib/* com.cloudera.cmf.eventcatcher.server.EventCatcherService
#
... View more
09-02-2015
01:14 AM
Hi,
On both of our CDM5.4 & 5.3 installation the Event Server fails to start. Looking at the log I see the following:
2015-08-20 06:06:08,729 WARN com.cloudera.cmf.event.publish.EventStorePublisherWithRetry: Failed to publish event: SimpleEvent{attributes={ROLE_TYPE=[EVENTSERVER], CATEGORY=[LOG_MESSAGE], ROLE=[mgmt-EVENTSERVER-e1999db7de4fe4b7c2c57898304d3380], SEVERITY=[IMPORTANT], SERVICE=[mgmt], HOST_IDS=[96352548-2978-4364-9db5-8dc03ea649d9], SERVICE_TYPE=[MGMT], LOG_LEVEL=[WARN], HOSTS=[sdlc6407.labs.teradata.com], EVENTCODE=[EV_LOG_EVENT]}, content=Category SERVICE is not ROLE for input role type KMS-KMS., timestamp=1440075968044}
Is there something I've not done correctly in the installation of these two managers? I've looked on the forum and see no other topic that's similiar.
Any advice welcome
Steve
... View more
Labels:
- Labels:
-
Cloudera Manager
08-11-2015
04:26 AM
Hi, I'm having the same issue on CD 5.4. I don't seems to see the same option compared to CD4. Can anyone help as one of my nodes is at 98%! Cheers
... View more