From 6bec4035bd481eeb29f78eba2790c35455b5d840 Mon Sep 17 00:00:00 2001 From: Harsh J Date: Sat, 11 Feb 2012 14:10:04 +0000 Subject: [PATCH] HADOOP-8055. Hadoop tarball distribution lacks a core-site.xml (harsh) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1243065 13f79535-47bb-0310-9956-ffa450edef68 --- .../hadoop-common/CHANGES.txt | 2 ++ .../hadoop-common/src/main/conf/core-site.xml | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 hadoop-common-project/hadoop-common/src/main/conf/core-site.xml diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 1d4c4948f8c..c3bd7b98c87 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -375,6 +375,8 @@ Release 0.23.1 - 2012-02-08 HADOOP-8013. ViewFileSystem does not honor setVerifyChecksum (Daryn Sharp via bobby) + HADOOP-8055. Hadoop tarball distribution lacks a core-site.xml (harsh) + Release 0.23.0 - 2011-11-01 INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/main/conf/core-site.xml b/hadoop-common-project/hadoop-common/src/main/conf/core-site.xml new file mode 100644 index 00000000000..d2ddf893e49 --- /dev/null +++ b/hadoop-common-project/hadoop-common/src/main/conf/core-site.xml @@ -0,0 +1,20 @@ + + + + + + + +