Zach Amsden has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8580
Change subject: IMPALA-6206: Fix data load failure with -notests ...................................................................... IMPALA-6206: Fix data load failure with -notests When tests are not built, be-test target is omitted by cmake, and since nothing in impalad depends on uda/udf samples, they fail to build. This causes data load to fail. Just build them anyway under the target ImpalaUdf since they build in a few seconds. Change-Id: Idaa193989d77d56b72db05ad54e1fb0a345938fb --- M be/src/udf_samples/CMakeLists.txt 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/80/8580/1 -- To view, visit http://gerrit.cloudera.org:8080/8580 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idaa193989d77d56b72db05ad54e1fb0a345938fb Gerrit-Change-Number: 8580 Gerrit-PatchSet: 1 Gerrit-Owner: Zach Amsden <zams...@cloudera.com>