Repository: yetus Updated Branches: refs/heads/master e533ca637 -> 33e99a235
YETUS-223. hadoop: not compiling libwebhdfs in docker mode under jenkins Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/33e99a23 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/33e99a23 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/33e99a23 Branch: refs/heads/master Commit: 33e99a235fe543020688fa8367240580fea3b164 Parents: e533ca6 Author: Allen Wittenauer <[email protected]> Authored: Wed Dec 9 07:39:02 2015 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Thu Dec 10 09:57:40 2015 -0800 ---------------------------------------------------------------------- precommit/personality/hadoop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/33e99a23/precommit/personality/hadoop.sh ---------------------------------------------------------------------- diff --git a/precommit/personality/hadoop.sh b/precommit/personality/hadoop.sh index d7cb511..0656491 100755 --- a/precommit/personality/hadoop.sh +++ b/precommit/personality/hadoop.sh @@ -240,7 +240,7 @@ function hadoop_native_flags # current build servers are pretty limited in # what they support if [[ ${JENKINS} = true - && ${DOCKERSUPPORT} = false ]]; then + && ${DOCKERMODE} = false ]]; then # shellcheck disable=SC2086 echo -Pnative \ -Drequire.snappy -Drequire.openssl -Drequire.fuse \
