I\'m working on a Scala project in IntelliJ that was created through SBT. The project has Spark as one of its dependencies. I\'m still in the development phase so everything is
Setting the log level on the SparkContext worked for me under Eclipse
spark.sparkContext.setLogLevel("WARN")