HDFS-13376. Specify minimum GCC version to avoid TLS support error in Build of hadoop-hdfs-native-client. Contributed by LiXin Ge.
This commit is contained in:
parent
e9b9f48dad
commit
9059376785
|
@ -10,6 +10,8 @@ Requirements:
|
|||
* CMake 3.1 or newer (if compiling native code)
|
||||
* Zlib devel (if compiling native code)
|
||||
* Cyrus SASL devel (if compiling native code)
|
||||
* One of the compilers that support thread_local storage: GCC 4.8.1 or later, Visual Studio,
|
||||
Clang (community version), Clang (version for iOS 9 and later) (if compiling native code)
|
||||
* openssl devel (if compiling native hadoop-pipes and to get the best HDFS encryption performance)
|
||||
* Linux FUSE (Filesystem in Userspace) version 2.6 or above (if compiling fuse_dfs)
|
||||
* Jansson C XML parsing library ( if compiling libwebhdfs )
|
||||
|
|
Loading…
Reference in New Issue