Skip to content

Commit

Permalink
up default spark version and log level
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsalmonbrain committed Jun 25, 2024
1 parent 4034b7f commit f515acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruleofthumb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def scalaVersion = findProperty("scalaVersion") ?: "2.12.11"
println "Scala version: $scalaVersion"
def scalaVersionShort = "${VersionNumber.parse(scalaVersion).getMajor()}.${VersionNumber.parse(scalaVersion).getMinor()}"

def sparkVersion = findProperty("sparkVersion") ?: "3.1.2"
def sparkVersion = findProperty("sparkVersion") ?: "3.2.0"
println "Spark version: $sparkVersion"


Expand Down
2 changes: 1 addition & 1 deletion ruleofthumb/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
log4j.rootLogger=INFO, Console
log4j.rootLogger=ERROR, Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout

0 comments on commit f515acd

Please sign in to comment.