From 8ba9a92ab3b3fea0e04aac1a98df0a104769d167 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Mon, 20 May 2019 13:51:30 -0500 Subject: [PATCH] remove references to avro 1.7.x --- scripts/jenkins-test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/jenkins-test b/scripts/jenkins-test index a7ad0955e4..c297e51d1d 100755 --- a/scripts/jenkins-test +++ b/scripts/jenkins-test @@ -167,6 +167,8 @@ then -o hadoop-2.7.7.tar.gz tar xzvf hadoop-2.7.7.tar.gz + # remove references to avro 1.7.x + find hadoop-2.7.7 -name *.jar | grep avro | xargs rm export SPARK_DIST_CLASSPATH=$(hadoop-2.7.7/bin/hadoop classpath) else curl \