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 > 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

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-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 > On Wed, Oct 30, 2013 at 1:07 PM, Steve Loughran > wrote: > > On 30 October

Re: Question on hadoop dependencies.

2013-10-30 Thread Roman Shaposhnik
On Wed, Oct 30, 2013 at 1:07 PM, Steve Loughran wrote: > On 30 October 2013 13:07, Petar Tahchiev 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 up the poms a bit and leave only the

Re: Question on hadoop dependencies.

2013-10-30 Thread Steve Loughran
On 30 October 2013 13:07, Petar Tahchiev 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 2.0.5-alpha. > I would be

Re: Question on hadoop dependencies.

2013-10-30 Thread Petar Tahchiev
Oh, hi Steve, didn't know you were on this list :) ... 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 up the poms a bit and leave only the dependencies that hadoop really depend on. I'll drop an em

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, ...)