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 we...@apache.org on 2019/06/18 00:05:42 UTC

[hadoop] branch branch-3.2 updated: HDFS-11950. Disable libhdfs zerocopy test on Mac. Contributed by Akira Ajisaka.

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new f68099a  HDFS-11950. Disable libhdfs zerocopy test on Mac. Contributed by Akira Ajisaka.
f68099a is described below

commit f68099aa1316f34591c757bcf4198a3a3c7f691a
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Mon Jun 17 17:02:39 2019 -0700

    HDFS-11950. Disable libhdfs zerocopy test on Mac. Contributed by Akira Ajisaka.
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
    (cherry picked from commit a95e87d827381a7f87c01f0befc2475f9478e63b)
---
 .../hadoop-hdfs-native-client/src/main/native/libhdfs/CMakeLists.txt    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/CMakeLists.txt b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/CMakeLists.txt
index cac1335..08765f5 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/CMakeLists.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/CMakeLists.txt
@@ -64,7 +64,7 @@ build_libhdfs_test(test_libhdfs_threaded hdfs_static expect.c test_libhdfs_threa
 link_libhdfs_test(test_libhdfs_threaded hdfs_static native_mini_dfs)
 add_libhdfs_test(test_libhdfs_threaded hdfs_static)
 
-if (NOT WIN32)
+if (NOT WIN32 AND NOT APPLE)
 build_libhdfs_test(test_libhdfs_zerocopy hdfs_static expect.c test_libhdfs_zerocopy.c)
 link_libhdfs_test(test_libhdfs_zerocopy hdfs_static native_mini_dfs ${OS_LINK_LIBRARIES})
 add_libhdfs_test(test_libhdfs_zerocopy hdfs_static)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org