diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index bc3d936d7f8..ac28abf8f01 100644 --- a/hadoop-project/src/site/site.xml +++ b/hadoop-project/src/site/site.xml @@ -113,7 +113,6 @@ - diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index d3faa525396..056de9605a6 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -144,6 +144,8 @@ Release 2.8.0 - UNRELEASED YARN-3523. Cleanup ResourceManagerAdministrationProtocol interface audience. (Naganarasimha G R via junping_du) + YARN-3169. Drop YARN's overview document. (Brahma Reddy Battula via ozawa) + OPTIMIZATIONS YARN-3339. TestDockerContainerExecutor should pull a single image and not diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/index.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/index.md deleted file mode 100644 index 9637ea0fd81..00000000000 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/index.md +++ /dev/null @@ -1,75 +0,0 @@ - - -MapReduce NextGen aka YARN aka MRv2 -=================================== - -The new architecture introduced in hadoop-0.23, divides the two major functions of the JobTracker: resource management and job life-cycle management into separate components. - -The new ResourceManager manages the global assignment of compute resources to applications and the per-application ApplicationMaster manages the application’s scheduling and coordination. - -An application is either a single job in the sense of classic MapReduce jobs or a DAG of such jobs. - -The ResourceManager and per-machine NodeManager daemon, which manages the user processes on that machine, form the computation fabric. - -The per-application ApplicationMaster is, in effect, a framework specific library and is tasked with negotiating resources from the ResourceManager and working with the NodeManager(s) to execute and monitor the tasks. - -More details are available in the [Architecture](./YARN.html) document. - -Documentation Index -=================== - -YARN ----- - -* [YARN Architecture](./YARN.html) - -* [Capacity Scheduler](./CapacityScheduler.html) - -* [Fair Scheduler](./FairScheduler.html) - -* [ResourceManager Restart](./ResourceManagerRestart.htaml) - -* [ResourceManager HA](./ResourceManagerHA.html) - -* [Web Application Proxy](./WebApplicationProxy.html) - -* [YARN Timeline Server](./TimelineServer.html) - -* [Writing YARN Applications](./WritingYarnApplications.html) - -* [YARN Commands](./YarnCommands.html) - -* [Scheduler Load Simulator](#hadoop-slsSchedulerLoadSimulator.html) - -* [NodeManager Restart](./NodeManagerRestart.html) - -* [DockerContainerExecutor](./DockerContainerExecutor.html) - -* [Using CGroups](./NodeManagerCGroups.html) - -* [Secure Containers](./SecureContainer.html) - -* [Registry](./registry/index.html) - -YARN REST APIs --------------- - -* [Introduction](./WebServicesIntro.html) - -* [Resource Manager](./ResourceManagerRest.html) - -* [Node Manager](./NodeManagerRest.html) - -