You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by zj...@apache.org on 2015/02/11 20:48:59 UTC

[41/50] [abbrv] hadoop git commit: HADOOP-11580. Remove SingleNodeSetup.md from trunk. (aajisaka)

HADOOP-11580. Remove SingleNodeSetup.md from trunk. (aajisaka)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/22441ab7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/22441ab7
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/22441ab7

Branch: refs/heads/YARN-2928
Commit: 22441ab7b29e05033e30dda1615339bd62c76dd2
Parents: b379972
Author: Akira Ajisaka <aa...@apache.org>
Authored: Wed Feb 11 09:08:19 2015 -0800
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Wed Feb 11 09:08:19 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt |  2 ++
 .../src/site/markdown/SingleNodeSetup.md        | 20 --------------------
 2 files changed, 2 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/22441ab7/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 26d84d8..3035024 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -385,6 +385,8 @@ Trunk (Unreleased)
     HADOOP-11581. Multithreaded correctness Warnings
     #org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw)
 
+    HADOOP-11580. Remove SingleNodeSetup.md from trunk (aajisaka)
+
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)

http://git-wip-us.apache.org/repos/asf/hadoop/blob/22441ab7/hadoop-common-project/hadoop-common/src/site/markdown/SingleNodeSetup.md
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/SingleNodeSetup.md b/hadoop-common-project/hadoop-common/src/site/markdown/SingleNodeSetup.md
deleted file mode 100644
index fae8b5c..0000000
--- a/hadoop-common-project/hadoop-common/src/site/markdown/SingleNodeSetup.md
+++ /dev/null
@@ -1,20 +0,0 @@
-<!---
-  Licensed 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. See accompanying LICENSE file.
--->
-
-Single Node Setup
-=================
-
-This page will be removed in the next major release.
-
-See [Single Cluster Setup](./SingleCluster.html) to set up and configure a single-node Hadoop installation.