Re: Question on hadoop dependencies.

2013-11-13 Thread Steve Loughran
Petar, We've just been through some of 2.3, on the branch https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2 Most of that was update, apart from moving grizzly and junit to test scope, we've not done much. why do you have a look and help clean things out. I'd particularly like to

Re: Question on hadoop dependencies.

2013-11-13 Thread Petar Tahchiev
Hi Steve, I'll definitely take a look, although I'm not sure when exactly :( Currently busy with the Maven AppAssembler. 2013/11/13 Steve Loughran ste...@hortonworks.com Petar, We've just been through some of 2.3, on the branch

Re: Question on hadoop dependencies.

2013-10-30 Thread Steve Loughran
Why hello Peter, Which version are you using? The reason those dependencies are declared are because things like Jetty use them -and the classpath for the server side Hadoop is things needed to run Hadoop. Client-side I think there's too much in the maven dependency tree (servlets, jetty, ...)

Re: Question on hadoop dependencies.

2013-10-30 Thread Steve Loughran
On 30 October 2013 13:07, Petar Tahchiev paranoia...@gmail.com wrote: Oh, hi Steve, didn't know you were on this list :) ... Well I didn' t know you were doing Hadoop stuff So spring-data-solr (1.1.SNAPSHOT) uses solr 4.5.1 (just came out a few days ago), which uses Hadoop

Re: Question on hadoop dependencies.

2013-10-30 Thread Roman Shaposhnik
On Wed, Oct 30, 2013 at 1:07 PM, Steve Loughran ste...@hortonworks.com wrote: On 30 October 2013 13:07, Petar Tahchiev paranoia...@gmail.com wrote: So spring-data-solr (1.1.SNAPSHOT) uses solr 4.5.1 (just came out a few days ago), which uses Hadoop 2.0.5-alpha. I would be glad if we can clean

Re: Question on hadoop dependencies.

2013-10-30 Thread Petar Tahchiev
Hi Roman, looks like they have already upgraded to 2.2 https://issues.apache.org/jira/browse/SOLR-5382 and will be shipping it SOLR 4.6. I just hope you guys release cleaned 2.3 first :) 2013/10/30 Roman Shaposhnik r...@apache.org On Wed, Oct 30, 2013 at 1:07 PM, Steve Loughran

Question on hadoop dependencies.

2013-10-29 Thread Petar Tahchiev
Hi guys, I'm using Spring-data-solr in my project. SDS declares Solr-core as a dependency. Solr declares hadoop-auth, hadoop-common, hadoop-hdfs dependencies. Each and every one of those dependencies declares log4j and slf4j-log4j12 as runtime dependencies, and also hadoop-common declares