From 27d6538b88deb8221ee85447d41e7d5251adb414 Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Thu, 19 May 2016 06:25:22 -0700 Subject: [PATCH] HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw) (cherry picked from commit c7159f0240be0c555edf01d9a580987b0997125d) (cherry picked from commit f7ffa1a5344517b4bb70cb329b29d25c9d63a033) --- hadoop-project/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 043e5581a20..8e99d02396a 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1196,6 +1196,7 @@ ${hadoop.common.build.dir} ${env.LD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib + ${env.DYLD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib 4