Skip to content

Instantly share code, notes, and snippets.

@willprice76
Created August 27, 2020 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willprice76/26afda91ebbe1cdffc9369f8a666e878 to your computer and use it in GitHub Desktop.
Save willprice76/26afda91ebbe1cdffc9369f8a666e878 to your computer and use it in GitHub Desktop.
POM update for training
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>${spark.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- spark SQL needs older version of janino -->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler</artifactId>
<version>3.0.8</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.0.8</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment