Skip to content

Commit

Permalink
Revert "add back guava 14 as extra deps"
Browse files Browse the repository at this point in the history
This reverts commit 75e3c367050d9c4e3a0a96efbeecaae1beaa44ca.
  • Loading branch information
pan3793 committed Dec 15, 2023
1 parent 45d0f8c commit 537b1df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ private[hive] object IsolatedClientLoader extends Logging {
}
val hiveArtifacts = version.extraDeps ++
Seq("hive-metastore", "hive-exec", "hive-common", "hive-serde")
.map(a => s"org.apache.hive:$a:${version.fullVersion}") ++
Seq("com.google.guava:guava:14.0.1") ++ hadoopJarNames
.map(a => s"org.apache.hive:$a:${version.fullVersion}") ++ hadoopJarNames

implicit val printStream: PrintStream = SparkSubmit.printStream
val classpaths = quietly {
Expand Down

0 comments on commit 537b1df

Please sign in to comment.