The notes below relate specifically to the MapR Converged Data Platform.
| Version | The MEP 3.0.0 release contains the following monitoring component versions:
|
| Release Date | April 2017 |
| MapR Version Interoperability | MEP Components and OS Support |
| Package Names | Package Names for Ecosystem Packs (MEPs) |
MapR Monitoring - MEP 3.0.0 release introduces the following enhancements:
None
Workaround:
<Include "/opt/mapr/collectd/conf/">
Filter "*.conf"
</Include>maprcli node services -name collectd -nodes <space separated list of collectd nodes> -action restart
<TIMESTAMP>: ERROR: Failed to configure ssl for kibanaThis
error appears in both the configure.sh console output and in the log file
(/opt/mapr/logs/configure.log). Workaround:
CLUSTERNAME=$(cat /opt/mapr/conf/mapr-clusters.conf | awk '{print $1} | head -n 1')CLUSTERNAME=$(cat /opt/mapr/conf/mapr-clusters.conf | awk '{print $1}' | head -n 1) Notice
that the location of the second backtick is different in this line./opt/mapr/conf, create the following files: mapr
user:chown mapr:mapr jmxremote.access
chown mapr:mapr jmxremote.passwordchmod 400 jmxremote.access
chmod 400 jmxremote.passwordmapr mapr
root mapr
mapr readonly#Enable JMX for MaprMonitoring section of the yarn file
(/opt/mapr/hadoop/hadoop-2.x.x/bin/yarn), update the JMX_OPTS
parameter to the following:
JMX_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.password.file=/opt/mapr/conf/jmxremote.password
-Dcom.sun.management.jmxremote.access.file=/opt/mapr/conf/jmxremote.access
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port"
<Connection>
user "mapr"
password "mapr"
ServiceURL "service:jmx:rmi:///jndi/rmi://mfs82.qa.lab:8025/jmxrmi"
#IncludePortInHostname true
Collect "QueueMetrics"
ttl 120
</Connection>
<Connection>
user "mapr"
password "mapr"
ServiceURL "service:jmx:rmi:///jndi/rmi://mfs82.qa.lab:8027/jmxrmi"
#IncludePortInHostname true
Collect "NodeManagerMetrics"
ttl 120
</Connection>