~asanjar/charms/trusty/hdp-hadoop/test

« back to all changes in this revision

Viewing changes to hooks/test/hdp_scripts/hdp_manual_install_rpm_helper_files-2.1.1.385/configuration_files/core_hadoop/hadoop-metrics2.properties-GANGLIA

  • Committer: amir sanjar
  • Date: 2014-07-21 19:53:44 UTC
  • Revision ID: amir.sanjar@canonical.com-20140721195344-a23z0lrebqzhl167
namenode & data node initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2011, Hortonworks Inc.  All rights reserved.
2
 
3
 
# Licensed under the Apache License, Version 2.0 (the "License");
4
 
# you may not use this file except in compliance with the License.
5
 
# You may obtain a copy of the License at
6
 
#
7
 
# http://www.apache.org/licenses/LICENSE-2.0
8
 
#
9
 
# Unless required by applicable law or agreed to in writing, software
10
 
# distributed under the License is distributed on an "AS IS" BASIS,
11
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
 
# See the License for the specific language governing permissions and
13
 
# limitations under the License.
14
 
 
15
 
# syntax: [prefix].[source|sink|jmx].[instance].[options]
16
 
# See package.html for org.apache.hadoop.metrics2 for details
17
 
 
18
 
*.period=60
19
 
 
20
 
*.sink.ganglia.class=org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
21
 
*.sink.ganglia.period=10
22
 
 
23
 
# default for supportsparse is false
24
 
*.sink.ganglia.supportsparse=true
25
 
 
26
 
.sink.ganglia.slope=jvm.metrics.gcCount=zero,jvm.metrics.memHeapUsedM=both
27
 
.sink.ganglia.dmax=jvm.metrics.threadsBlocked=70,jvm.metrics.memHeapUsedM=40
28
 
 
29
 
# Hook up to the server
30
 
namenode.sink.ganglia.servers=TODO-GANGLIA-SERVER:8661
31
 
datanode.sink.ganglia.servers=TODO-GANGLIA-SERVER:8660
32
 
jobtracker.sink.ganglia.servers=TODO-GANGLIA-SERVER:8662
33
 
tasktracker.sink.ganglia.servers=TODO-GANGLIA-SERVER:8660
34
 
maptask.sink.ganglia.servers=TODO-GANGLIA-SERVER:8660
35
 
reducetask.sink.ganglia.servers=TODO-GANGLIA-SERVER:8660