|
|
Is there a public ivy repo that has the latest hadoop? Thanks
Owen O'Malley 2010-08-27, 16:25
On Aug 27, 2010, at 8:04 AM, Mark wrote:
> Is there a public ivy repo that has the latest hadoop? Thanks
The hadoop jars and poms should be pushed into the central Maven repositories, which Ivy uses.
-- Owen
On 8/27/10 9:25 AM, Owen O'Malley wrote: > > On Aug 27, 2010, at 8:04 AM, Mark wrote: > >> Is there a public ivy repo that has the latest hadoop? Thanks > > The hadoop jars and poms should be pushed into the central Maven > repositories, which Ivy uses. > > -- Owen I am looking for the latest version 0.21.0 so our team can build Map/Reduce classes against it
Tom White 2010-09-03, 17:46
The 0.21.0 jars are not in the Apache Maven repos yet, since the process for publishing them post split has changed. HDFS-1292 and MAPREDUCE-1929 are the tickets to fix this.
Cheers, Tom
On Sat, Aug 28, 2010 at 9:10 PM, Mark <[EMAIL PROTECTED]> wrote: > On 8/27/10 9:25 AM, Owen O'Malley wrote: >> >> On Aug 27, 2010, at 8:04 AM, Mark wrote: >> >>> Is there a public ivy repo that has the latest hadoop? Thanks >> >> The hadoop jars and poms should be pushed into the central Maven >> repositories, which Ivy uses. >> >> -- Owen > > I am looking for the latest version 0.21.0 so our team can build Map/Reduce > classes against it >
Vitaliy Semochkin 2010-09-04, 19:12
When the release engenier will publish jars to public repo, will he be so kind to publish sources and java docs as well.
With maven it can be done with a single command. If there will be any dificulties with it I can assist.
Thanks In Advance, Vitaliy S
On Fri, Sep 3, 2010 at 9:46 PM, Tom White <[EMAIL PROTECTED]> wrote: > The 0.21.0 jars are not in the Apache Maven repos yet, since the > process for publishing them post split has changed. HDFS-1292 and > MAPREDUCE-1929 are the tickets to fix this. > > Cheers, > Tom > > On Sat, Aug 28, 2010 at 9:10 PM, Mark <[EMAIL PROTECTED]> wrote: >> On 8/27/10 9:25 AM, Owen O'Malley wrote: >>> >>> On Aug 27, 2010, at 8:04 AM, Mark wrote: >>> >>>> Is there a public ivy repo that has the latest hadoop? Thanks >>> >>> The hadoop jars and poms should be pushed into the central Maven >>> repositories, which Ivy uses. >>> >>> -- Owen >> >> I am looking for the latest version 0.21.0 so our team can build Map/Reduce >> classes against it >> >
|
|