source: proiecte/HadoopJUnit/hadoop-0.20.1/src/contrib/failmon/conf/global.config @ 176

Last change on this file since 176 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1[Default]
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements.  See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership.  The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License.  You may obtain a copy of the License at
10#
11#      http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#
19# general settings
20
21# the username to use to connect to cluster nodes
22ssh.username = user
23# the maximum number of SSH connections to keep open at any time
24max.connections = 2
25# the directory in which FailMon lies
26failmon.dir = /home/user/hadoop-core-trunk/src/contrib/failmon
27# the maximum number of HDFS files to allow FailMon to create. After
28# this limit is surpassed, all HDFS files will be concatenated into
29# one file.
30hdfs.files.max = 100
31
32# iteration intervals
33log.hadoop.interval = 0
34log.system.interval = 0
35nics.interval = 10
36cpu.interval = 10
37disks.interval = 0
38sensors.interval = 0
39upload.interval = 20
Note: See TracBrowser for help on using the repository browser.