| <?xml version="1.0"?> |
| <?xml-stylesheet type="text/xsl" href="nutch-conf.xsl"?> |
| |
| <!-- Put site-specific property overrides in this file. --> |
| |
| <configuration> |
| |
| |
| <property> |
| <name>chukwaAgent.tags</name> |
| <value>cluster="@TODO-CLUSTER-NAME@"</value> |
| <description>The cluster's name for this agent</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.control.port</name> |
| <value>9093</value> |
| <description>The socket port number the agent's control interface can be contacted at.</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.hostname</name> |
| <value>localhost</value> |
| <description>The hostname of the agent on this node. Usually localhost, this is used by the chukwa instrumentation agent-control interface library</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.checkpoint.name</name> |
| <value>chukwa_agent_checkpoint</value> |
| <description>the prefix to to prepend to the agent's checkpoint file(s)</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.checkpoint.dir</name> |
| <value>${CHUKWA_LOG_DIR}/</value> |
| <description>the location to put the agent's checkpoint file(s)</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.checkpoint.interval</name> |
| <value>5000</value> |
| <description>the frequency interval for the agent to do checkpoints, in milliseconds</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.sender.fastRetries</name> |
| <value>4</value> |
| <description>the number of post attempts to make to a single collector, before marking it failed</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.collector.retries</name> |
| <value>144000</value> |
| <description>the number of attempts to find a working collector</description> |
| </property> |
| |
| <property> |
| <name>chukwaAgent.collector.retryInterval</name> |
| <value>20000</value> |
| <description>the number of milliseconds to wait between searches for a collector</description> |
| </property> |
| </configuration> |