Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21399#discussion_r189968502
--- Diff: project/plugins.sbt ---
@@ -1,3 +1,11 @@
+addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1")
+
+// sbt-checkstyle-plugin uses an old version of checkstyle. Match it to
Maven's.
+libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "8.2"
+
+// checkstyle uses guava 23.0.
+libraryDependencies += "com.google.guava" % "guava" % "23.0"
--- End diff --
I'm a little surprised this is not causing other problems... when I was
testing this, it was overriding Spark's own Guava import (which is version 14).
But if it works, awesome.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]