amplab / keystone

Simplifying robust end-to-end machine learning on Apache Spark.
http://keystone-ml.org/
Apache License 2.0
470 stars 117 forks source link

Exclude slf4j-simple from Scala NLP deps #286

Closed shivaram closed 8 years ago

shivaram commented 8 years ago

Not excluding this means that our log4j.properties gets ignored as SLF4J uses slf4j-simple as the logging backend. To test this you can run sbt/sbt test without this change and you should see lines like

[Executor task launch worker-0] INFO org.apache.spark.storage.BlockManager - Found block rdd_150_1 locally

which will no longer appear with this change

etrain commented 8 years ago

Nice digging to get this back to normal. Thanks @shivaram ! LGTM