Skip to content

Commit

Permalink
Fix a guava runtime error introduced by the move to default to Hadoop 3
Browse files Browse the repository at this point in the history
pr-link: #11869
change-id: cid-ee83c6d080170651c690cad8bb6a80fe1e7550d6
  • Loading branch information
yuzhu committed Aug 1, 2020
1 parent 90b165e commit d9de9c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shaded/hadoop/pom.xml
Expand Up @@ -80,6 +80,12 @@
<artifactId>hadoop-hdfs</artifactId>
<version>${ufs.hadoop.version}</version>
</dependency>
<dependency>
<!-- using older version to match dependency version from Hadoop, guava introduced a breaking change between version 14 and later -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
</dependency>
</dependencies>
</profile>

Expand Down

0 comments on commit d9de9c0

Please sign in to comment.