HDFS-9235. hdfs-native-client build getting errors when built with cmake 2.6. Contributed by Eric Payne.

This commit is contained in:
Haohui Mai 2015-10-13 13:42:45 -07:00
parent 171e54e12c
commit 016d9fa9b9
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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