Repository: hadoop Updated Branches: refs/heads/branch-2 171e54e12 -> 016d9fa9b
HDFS-9235. hdfs-native-client build getting errors when built with cmake 2.6. Contributed by Eric Payne. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/016d9fa9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/016d9fa9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/016d9fa9 Branch: refs/heads/branch-2 Commit: 016d9fa9b97d75cf0abed8dc44201f41d0b45fb7 Parents: 171e54e Author: Haohui Mai <[email protected]> Authored: Tue Oct 13 13:42:45 2015 -0700 Committer: Haohui Mai <[email protected]> Committed: Tue Oct 13 13:42:50 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs-native-client/src/CMakeLists.txt | 2 +- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/016d9fa9/hadoop-hdfs-project/hadoop-hdfs-native-client/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/CMakeLists.txt b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/CMakeLists.txt index 9dacec7..fb26bec 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/CMakeLists.txt +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/CMakeLists.txt @@ -16,7 +16,7 @@ # limitations under the License. # -cmake_minimum_required(VERSION 2.8 FATAL_ERROR) +cmake_minimum_required(VERSION 2.6 FATAL_ERROR) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../../../hadoop-common-project/hadoop-common) include(HadoopCommon) http://git-wip-us.apache.org/repos/asf/hadoop/blob/016d9fa9/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 881e901..97d63ac 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1216,6 +1216,9 @@ Release 2.8.0 - UNRELEASED HDFS-8855. Webhdfs client leaks active NameNode connections. (Xiaobing Zhou via jitendra) + HDFS-9235. hdfs-native-client build getting errors when built with cmake + 2.6. (Eric Payne via wheat9) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES
