| <?xml version="1.0" encoding="ISO-8859-1"?> |
| |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <project name="Chukwa"> |
| <bannerLeft> |
| <name>Chukwa</name> |
| <src>images/chukwa_logo_small.jpg</src> |
| <href>http://incubator.apache.org/chukwa</href> |
| </bannerLeft> |
| <bannerRight> |
| <name>Chukwa</name> |
| <src>images/apache-incubator-logo.png</src> |
| <href>http://incubator.apache.org/</href> |
| </bannerRight> |
| <skin> |
| <groupId>org.apache.maven.skins</groupId> |
| <artifactId>maven-fluido-skin</artifactId> |
| <version>1.0</version> |
| </skin> |
| <body> |
| <links> |
| <item name="Apache" href="http://www.apache.org/" /> |
| <item name="Hadoop" href="http://hadoop.apache.org/"/> |
| <item name="HBase" href="http://hbase.apache.org/"/> |
| <item name="Hive" href="http://hive.apache.org/"/> |
| <item name="Pig" href="http://pig.apache.org/"/> |
| <item name="HCatalog" href="http://incubator.apache.org/hcatalog/"/> |
| <item name="Zookeeper" href="http://zookeeper.apache.org/"/> |
| </links> |
| |
| <menu name="Chukwa 0.5"> |
| <item name="Overview" href="index.html"/> |
| <item name="Quick Start Guide" href="Quick_Start_Guide.html"/> |
| <item name="HICC User Guide" href="hicc.html"/> |
| <item name="Administration Guide" href="admin.html"> |
| <item name="Agent" href="agent.html"/> |
| <item name="Collector" href="collector.html"/> |
| </item> |
| <item name="Architecture" href="design.html"/> |
| <item name="Chukwa Storage Layout" href="dataflow.html"/> |
| <item name="Programming Guide" href="programming.html"/> |
| <item name="API Docs" href="apidocs/index.html"/> |
| <item name="Wiki" href="http://wiki.apache.org/hadoop/Chukwa/"/> |
| <item name="FAQ" href="http://wiki.apache.org/hadoop/Chukwa/FAQ"/> |
| </menu> |
| |
| <menu name="Miscellaneous"> |
| <item name="Release Notes" href="releasenotes.html"/> |
| <item name="Change Log" href="changes.html"/> |
| <!-- <item name="Find Bugs Report" href="findbugs.html"/> |
| <item name="PMD Report" href="pmd.html"/> --> |
| </menu> |
| |
| </body> |
| </project> |
| |