Skip to content

Commit

Permalink
remove references to avro 1.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed May 20, 2019
1 parent dd49f66 commit 8ba9a92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8ba9a92

Please sign in to comment.