RE: slf4j and log4j loop

2014-05-16 Thread Adrian Mocanu
Please ignore. This was sent last week not sure why it arrived so late. -Original Message- From: amoc [mailto:amoc...@verticalscope.com] Sent: May-09-14 10:13 AM To: u...@spark.incubator.apache.org Subject: Re: slf4j and log4j loop Hi Patrick/Sean, Sorry to resurrect this thread, but

Re: slf4j and log4j loop

2014-05-15 Thread amoc
.nabble.com/slf4j-and-log4j-loop-tp2699p5524.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: slf4j and log4j loop

2014-03-16 Thread Patrick Wendell
;0.9.0-incubating" > > val sparkStreaming= "org.apache.spark" % "spark-streaming_2.10" % > "0.9.0-incubating" > > > > Thanks! > > -A > > > > From: Sean Owen [mailto:so...@cloudera.com] > Sent: March-14-14 4:33 PM > To: user@sp

RE: slf4j and log4j loop

2014-03-14 Thread Adrian Mocanu
ot;spark-streaming_2.10" % "0.9.0-incubating" Thanks! -A From: Sean Owen [mailto:so...@cloudera.com] Sent: March-14-14 4:33 PM To: user@spark.apache.org Cc: u...@spark.incubator.apache.org Subject: Re: slf4j and log4j loop Yes, I think you are interested in this issue and

Re: slf4j and log4j loop

2014-03-14 Thread Sean Owen
Yes, I think you are interested in this issue and fix: https://github.com/apache/spark/pull/107 -- Sean Owen | Director, Data Science | London On Fri, Mar 14, 2014 at 1:04 PM, Adrian Mocanu wrote: > Hi > > Have you encountered a slf4j and log4j loop when using Spark? I pull a few &

slf4j and log4j loop

2014-03-14 Thread Adrian Mocanu
Hi Have you encountered a slf4j and log4j loop when using Spark? I pull a few packages via sbt. Spark package uses slf4j-log4j12.jar and another package uses use log4j-over-slf4j.jar which creates the circular loop between the 2 loggers and thus the exception below. Do you know of a fix for