How to Override a Spark Dependency in Client or Cluster Mode

Jars!

In this post, we’ll cover a simple way to override a jar, library, or dependency in your Spark application that may already exist in the Spark classpath, which would cause you runtime issues.

Recently, I needed to use a specific library as a dependency: Google’s GSON.

Read More »
Advertisement