2011-10-29 00:16:16 +00:00
|
|
|
<?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="Hadoop">
|
|
|
|
<bannerLeft>
|
|
|
|
<name>Hadoop</name>
|
|
|
|
<src>http://hadoop.apache.org/images/hadoop-logo.jpg</src>
|
|
|
|
<href>http://hadoop.apache.org/</href>
|
|
|
|
</bannerLeft>
|
|
|
|
<bannerRight>
|
|
|
|
<src>http://www.apache.org/images/asf_logo_wide.png</src>
|
|
|
|
<href>http://www.apache.org/</href>
|
|
|
|
</bannerRight>
|
|
|
|
|
|
|
|
<publishDate position="right"/>
|
|
|
|
<version position="right"/>
|
|
|
|
|
|
|
|
<skin>
|
|
|
|
<groupId>org.apache.maven.skins</groupId>
|
|
|
|
<artifactId>maven-stylus-skin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</skin>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<links position="left">
|
|
|
|
<item name="Wiki" href="http://wiki.apache.org/hadoop" />
|
2014-12-17 22:04:21 +00:00
|
|
|
<item name="git" href="https://git-wip-us.apache.org/repos/asf/hadoop.git" />
|
2011-10-29 00:16:16 +00:00
|
|
|
</links>
|
|
|
|
|
|
|
|
<breadcrumbs position="left">
|
|
|
|
<item name="Apache" href="http://www.apache.org/" />
|
|
|
|
<item name="Hadoop" href="http://hadoop.apache.org/"/>
|
|
|
|
</breadcrumbs>
|
|
|
|
|
2013-06-17 09:32:27 +00:00
|
|
|
<menu name="General" inherit="top">
|
2011-11-01 08:53:38 +00:00
|
|
|
<item name="Overview" href="index.html"/>
|
2012-11-09 21:44:00 +00:00
|
|
|
<item name="Single Node Setup" href="hadoop-project-dist/hadoop-common/SingleCluster.html"/>
|
|
|
|
<item name="Cluster Setup" href="hadoop-project-dist/hadoop-common/ClusterSetup.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Commands Reference" href="hadoop-project-dist/hadoop-common/CommandsManual.html"/>
|
2014-07-03 12:13:28 +00:00
|
|
|
<item name="FileSystem Shell" href="hadoop-project-dist/hadoop-common/FileSystemShell.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Compatibility" href="hadoop-project-dist/hadoop-common/Compatibility.html"/>
|
2015-02-11 01:06:03 +00:00
|
|
|
<item name="Interface Classification" href="hadoop-project-dist/hadoop-common/InterfaceClassification.html"/>
|
2014-07-03 12:13:28 +00:00
|
|
|
<item name="FileSystem Specification"
|
2014-07-09 10:57:10 +00:00
|
|
|
href="hadoop-project-dist/hadoop-common/filesystem/index.html"/>
|
2013-06-17 09:32:27 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Common" inherit="top">
|
|
|
|
<item name="CLI Mini Cluster" href="hadoop-project-dist/hadoop-common/CLIMiniCluster.html"/>
|
2013-02-13 14:49:35 +00:00
|
|
|
<item name="Native Libraries" href="hadoop-project-dist/hadoop-common/NativeLibraries.html"/>
|
2015-01-22 22:30:21 +00:00
|
|
|
<item name="Proxy User" href="hadoop-project-dist/hadoop-common/Superusers.html"/>
|
2015-02-11 01:06:03 +00:00
|
|
|
<item name="Rack Awareness" href="hadoop-project-dist/hadoop-common/RackAwareness.html"/>
|
2014-01-27 18:32:52 +00:00
|
|
|
<item name="Secure Mode" href="hadoop-project-dist/hadoop-common/SecureMode.html"/>
|
2013-02-13 14:49:35 +00:00
|
|
|
<item name="Service Level Authorization" href="hadoop-project-dist/hadoop-common/ServiceLevelAuth.html"/>
|
|
|
|
<item name="HTTP Authentication" href="hadoop-project-dist/hadoop-common/HttpAuthentication.html"/>
|
2014-05-05 21:43:14 +00:00
|
|
|
<item name="Hadoop KMS" href="hadoop-kms/index.html"/>
|
2014-08-27 21:12:05 +00:00
|
|
|
<item name="Tracing" href="hadoop-project-dist/hadoop-common/Tracing.html"/>
|
2015-03-26 22:09:51 +00:00
|
|
|
<item name="Unix Shell Guide" href="hadoop-project-dist/hadoop-common/UnixShellGuide.html"/>
|
2011-10-29 00:16:16 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="HDFS" inherit="top">
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Architecture" href="hadoop-project-dist/hadoop-hdfs/HdfsDesign.html"/>
|
|
|
|
<item name="User Guide" href="hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html"/>
|
|
|
|
<item name="Commands Reference" href="hadoop-project-dist/hadoop-hdfs/HDFSCommands.html"/>
|
|
|
|
<item name="NameNode HA With QJM" href="hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html"/>
|
|
|
|
<item name="NameNode HA With NFS" href="hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html"/>
|
2012-11-09 21:44:00 +00:00
|
|
|
<item name="Federation" href="hadoop-project-dist/hadoop-hdfs/Federation.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="ViewFs" href="hadoop-project-dist/hadoop-hdfs/ViewFs.html"/>
|
|
|
|
<item name="Snapshots" href="hadoop-project-dist/hadoop-hdfs/HdfsSnapshots.html"/>
|
2013-02-13 14:49:35 +00:00
|
|
|
<item name="Edits Viewer" href="hadoop-project-dist/hadoop-hdfs/HdfsEditsViewer.html"/>
|
|
|
|
<item name="Image Viewer" href="hadoop-project-dist/hadoop-hdfs/HdfsImageViewer.html"/>
|
|
|
|
<item name="Permissions and HDFS" href="hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html"/>
|
|
|
|
<item name="Quotas and HDFS" href="hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="libhdfs (C API)" href="hadoop-project-dist/hadoop-hdfs/LibHdfs.html"/>
|
|
|
|
<item name="WebHDFS (REST API)" href="hadoop-project-dist/hadoop-hdfs/WebHDFS.html"/>
|
|
|
|
<item name="HttpFS" href="hadoop-hdfs-httpfs/index.html"/>
|
2013-02-11 21:10:23 +00:00
|
|
|
<item name="Short Circuit Local Reads"
|
|
|
|
href="hadoop-project-dist/hadoop-hdfs/ShortCircuitLocalReads.html"/>
|
2013-10-30 19:01:13 +00:00
|
|
|
<item name="Centralized Cache Management" href="hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="NFS Gateway" href="hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html"/>
|
|
|
|
<item name="Rolling Upgrade" href="hadoop-project-dist/hadoop-hdfs/HdfsRollingUpgrade.html"/>
|
2014-05-21 13:57:33 +00:00
|
|
|
<item name="Extended Attributes" href="hadoop-project-dist/hadoop-hdfs/ExtendedAttributes.html"/>
|
2014-08-05 21:49:31 +00:00
|
|
|
<item name="Transparent Encryption" href="hadoop-project-dist/hadoop-hdfs/TransparentEncryption.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Multihoming" href="hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html"/>
|
|
|
|
<item name="Storage Policies" href="hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html"/>
|
2015-06-17 02:05:44 +00:00
|
|
|
<item name="Memory Storage Support" href="hadoop-project-dist/hadoop-hdfs/MemoryStorage.html"/>
|
2015-05-08 21:33:33 +00:00
|
|
|
<item name="Synthetic Load Generator" href="hadoop-project-dist/hadoop-hdfs/SLGUserGuide.html"/>
|
2011-10-29 00:16:16 +00:00
|
|
|
</menu>
|
|
|
|
|
2012-11-09 21:44:00 +00:00
|
|
|
<menu name="MapReduce" inherit="top">
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Tutorial" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html"/>
|
|
|
|
<item name="Commands Reference" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredCommands.html"/>
|
|
|
|
<item name="Compatibility with 1.x" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html"/>
|
2012-11-09 21:44:00 +00:00
|
|
|
<item name="Encrypted Shuffle" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html"/>
|
2013-02-06 19:52:25 +00:00
|
|
|
<item name="Pluggable Shuffle/Sort" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/PluggableShuffleAndPluggableSort.html"/>
|
2013-10-01 22:34:31 +00:00
|
|
|
<item name="Distributed Cache Deploy" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistributedCacheDeploy.html"/>
|
2012-11-09 21:44:00 +00:00
|
|
|
</menu>
|
|
|
|
|
2014-05-16 16:50:58 +00:00
|
|
|
<menu name="MapReduce REST APIs" inherit="top">
|
|
|
|
<item name="MR Application Master" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredAppMasterRest.html"/>
|
|
|
|
<item name="MR History Server" href="hadoop-mapreduce-client/hadoop-mapreduce-client-hs/HistoryServerRest.html"/>
|
|
|
|
</menu>
|
|
|
|
|
2012-11-09 21:44:00 +00:00
|
|
|
<menu name="YARN" inherit="top">
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Architecture" href="hadoop-yarn/hadoop-yarn-site/YARN.html"/>
|
|
|
|
<item name="Commands Reference" href="hadoop-yarn/hadoop-yarn-site/YarnCommands.html"/>
|
2011-10-29 00:16:16 +00:00
|
|
|
<item name="Capacity Scheduler" href="hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html"/>
|
2013-02-13 14:49:35 +00:00
|
|
|
<item name="Fair Scheduler" href="hadoop-yarn/hadoop-yarn-site/FairScheduler.html"/>
|
2014-03-28 23:36:30 +00:00
|
|
|
<item name="ResourceManager Restart" href="hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html"/>
|
2014-04-30 18:00:32 +00:00
|
|
|
<item name="ResourceManager HA" href="hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html"/>
|
2015-09-01 08:54:14 +00:00
|
|
|
<item name="Node Labels" href="hadoop-yarn/hadoop-yarn-site/NodeLabel.html"/>
|
2012-01-26 20:10:50 +00:00
|
|
|
<item name="Web Application Proxy" href="hadoop-yarn/hadoop-yarn-site/WebApplicationProxy.html"/>
|
2015-05-22 07:51:05 +00:00
|
|
|
<item name="Timeline Server" href="hadoop-yarn/hadoop-yarn-site/TimelineServer.html"/>
|
2014-03-26 02:52:58 +00:00
|
|
|
<item name="Writing YARN Applications" href="hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html"/>
|
2015-07-16 06:22:30 +00:00
|
|
|
<item name="NodeManager" href="hadoop-yarn/hadoop-yarn-site/NodeManager.html"/>
|
2014-11-12 05:28:11 +00:00
|
|
|
<item name="DockerContainerExecutor" href="hadoop-yarn/hadoop-yarn-site/DockerContainerExecutor.html"/>
|
2015-03-19 14:08:18 +00:00
|
|
|
<item name="Using CGroups" href="hadoop-yarn/hadoop-yarn-site/NodeManagerCgroups.html"/>
|
2015-01-10 01:46:36 +00:00
|
|
|
<item name="Secure Containers" href="hadoop-yarn/hadoop-yarn-site/SecureContainer.html"/>
|
|
|
|
<item name="Registry" href="hadoop-yarn/hadoop-yarn-site/registry/index.html"/>
|
2011-10-29 00:16:16 +00:00
|
|
|
</menu>
|
2012-01-21 00:53:02 +00:00
|
|
|
|
2012-11-09 21:44:00 +00:00
|
|
|
<menu name="YARN REST APIs" inherit="top">
|
2012-01-21 00:53:02 +00:00
|
|
|
<item name="Introduction" href="hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html"/>
|
|
|
|
<item name="Resource Manager" href="hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html"/>
|
|
|
|
<item name="Node Manager" href="hadoop-yarn/hadoop-yarn-site/NodeManagerRest.html"/>
|
2015-05-21 14:14:44 +00:00
|
|
|
<item name="Timeline Server" href="hadoop-yarn/hadoop-yarn-site/TimelineServer.html#Timeline_Server_REST_API_v1"/>
|
2012-01-21 00:53:02 +00:00
|
|
|
</menu>
|
2011-10-29 00:16:16 +00:00
|
|
|
|
2014-12-13 07:32:37 +00:00
|
|
|
<menu name="Hadoop Compatible File Systems" inherit="top">
|
|
|
|
<item name="Amazon S3" href="hadoop-aws/tools/hadoop-aws/index.html"/>
|
2014-12-20 02:54:22 +00:00
|
|
|
<item name="Azure Blob Storage" href="hadoop-azure/index.html"/>
|
2014-12-13 07:32:37 +00:00
|
|
|
<item name="OpenStack Swift" href="hadoop-openstack/index.html"/>
|
|
|
|
</menu>
|
|
|
|
|
2011-11-01 08:53:38 +00:00
|
|
|
<menu name="Auth" inherit="top">
|
|
|
|
<item name="Overview" href="hadoop-auth/index.html"/>
|
|
|
|
<item name="Examples" href="hadoop-auth/Examples.html"/>
|
|
|
|
<item name="Configuration" href="hadoop-auth/Configuration.html"/>
|
|
|
|
<item name="Building" href="hadoop-auth/BuildingIt.html"/>
|
|
|
|
</menu>
|
2015-02-05 01:57:34 +00:00
|
|
|
|
|
|
|
<menu name="Tools" inherit="top">
|
|
|
|
<item name="Hadoop Streaming" href="hadoop-streaming/HadoopStreaming.html"/>
|
|
|
|
<item name="Hadoop Archives" href="hadoop-archives/HadoopArchives.html"/>
|
|
|
|
<item name="DistCp" href="hadoop-distcp/DistCp.html"/>
|
|
|
|
<item name="GridMix" href="hadoop-gridmix/GridMix.html"/>
|
|
|
|
<item name="Rumen" href="hadoop-rumen/Rumen.html"/>
|
|
|
|
<item name="Scheduler Load Simulator" href="hadoop-sls/SchedulerLoadSimulator.html"/>
|
|
|
|
</menu>
|
|
|
|
|
2011-11-01 04:47:10 +00:00
|
|
|
<menu name="Reference" inherit="top">
|
2015-04-02 00:52:22 +00:00
|
|
|
<item name="Changelog and Release Notes" href="hadoop-project-dist/hadoop-common/release/index.html"/>
|
2015-03-26 22:09:51 +00:00
|
|
|
<item name="Java API docs" href="api/index.html"/>
|
|
|
|
<item name="Unix Shell API" href="hadoop-project-dist/hadoop-common/UnixShellAPI.html"/>
|
2014-06-13 02:56:14 +00:00
|
|
|
<item name="Metrics" href="hadoop-project-dist/hadoop-common/Metrics.html"/>
|
2011-11-01 22:21:41 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Configuration" inherit="top">
|
2011-10-29 00:16:16 +00:00
|
|
|
<item name="core-default.xml" href="hadoop-project-dist/hadoop-common/core-default.xml"/>
|
|
|
|
<item name="hdfs-default.xml" href="hadoop-project-dist/hadoop-hdfs/hdfs-default.xml"/>
|
|
|
|
<item name="mapred-default.xml" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml"/>
|
2012-11-09 21:44:00 +00:00
|
|
|
<item name="yarn-default.xml" href="hadoop-yarn/hadoop-yarn-common/yarn-default.xml"/>
|
2011-10-29 00:16:16 +00:00
|
|
|
<item name="Deprecated Properties" href="hadoop-project-dist/hadoop-common/DeprecatedProperties.html"/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</project>
|