RE: missing method in my slf4j after excluding Spark ZK log4j

2014-05-15 Thread Adrian Mocanu
Yea, had to change the versions of slf4j and log4joversslf4j to1.7.6 -Original Message- From: Sean Owen [mailto:so...@cloudera.com] Sent: May-12-14 7:55 PM To: user@spark.apache.org Subject: Re: missing method in my slf4j after excluding Spark ZK log4j It sounds like you are doing

Re: missing method in my slf4j after excluding Spark ZK log4j

2014-05-12 Thread Paul Brown
Hi, Adrian -- If my memory serves, you need 1.7.7 of the various slf4j modules to avoid that issue. Best. -- Paul — p...@mult.ifario.us | Multifarious, Inc. | http://mult.ifario.us/ On Mon, May 12, 2014 at 7:51 AM, Adrian Mocanu wrote: > Hey guys, > > I've asked before, in Spark 0.9 - I now

Re: missing method in my slf4j after excluding Spark ZK log4j

2014-05-12 Thread Tathagata Das
This gives dependency tree in SBT (spark uses this). https://github.com/jrudolph/sbt-dependency-graph TD On Mon, May 12, 2014 at 4:55 PM, Sean Owen wrote: > It sounds like you are doing everything right. > > NoSuchMethodError suggests it's finding log4j, just not the right > version. That meth

Re: missing method in my slf4j after excluding Spark ZK log4j

2014-05-12 Thread Sean Owen
It sounds like you are doing everything right. NoSuchMethodError suggests it's finding log4j, just not the right version. That method is definitely in 1.2; it might have been removed in 2.x? (http://logging.apache.org/log4j/2.x/manual/migration.html) So I wonder if something is sneaking in log4j