Hi,

Yes I'll start on creating the pom.xml

The fastest and recommended way of doing this is by having a maven repo
and sync it with the official maven repos (one way ). Also future hive
releases would be just a matter of loading to this repo and its
automatically synced with the official maven repo.

If a manual upload is requested it takes more time. (says that on there
website )

shall I open a jira for this?

Cheers,
 Gerrit

On Thu, 2010-01-21 at 12:28 -0800, Yongqiang He wrote:
> Hi Gerrit,
> 
> Can you help uploading to maven?
> 
> Thanks
> Yongqiang
> On 1/20/10 2:21 AM, "Gerrit" <gvanvuu...@specificmedia.com> wrote:
> 
> > Yep:
> > 
> > The main maven page is:
> > http://maven.apache.org/guides/mini/guide-central-repository-upload.html
> > (see section 
> > Sync'ing your own repository to the central repository automatically)
> > 
> > For groupId and artifactId conventions see:
> > http://maven.apache.org/guides/mini/guide-naming-conventions.html)
> > 
> > 
> > I have been a maven user for some time now and can help out to make the
> > pom, document how to; setup and deploy, if you need help.
> > 
> > For internal repos you could use:
> >  http://nexus.sonatype.org/
> >  http://www.jfrog.org/products.php
> > 
> > 
> > On Tue, 2010-01-19 at 23:31 -0800, Zheng Shao wrote:
> >> This is a good idea. Can you point us to some references on how to upload 
> >> it
> >> to maven?
> >> 
> >> Zheng
> >> 
> >> On Mon, Jan 18, 2010 at 1:20 PM, Gerrit 
> >> <gvanvuu...@specificmedia.com>wrote:
> >> 
> >>> Hi guys,
> >>> 
> >>> Would it be possible to add the hive jars to the main maven repo? If
> >>> there is not objections I can make the request to the main repo if you
> >>> agree.
> >>> 
> >>> The reason for this need is that I've created a Loader for the pig
> >>> project to read HiveRCTables
> >>> (https://issues.apache.org/jira/browse/PIG-1117) and currently use ant
> >>> to directly download the libraries from the apache site using:
> >>> <get verbose="true"
> >>> src="${apache.dist.site}/${hive.groupId}/${hive.artifactId}/${hive.artifactI
> >>> d}-${hive.version}/${hive.artifactId}-${hive.version}-hadoop-${hadoop.versio
> >>> n}-bin.tar.gz"
> >>> dest="lib-hivedeps/${hive.artifactId}-${hive.version}-hadoop-${hadoop.versio
> >>> n}-bin.tar.gz"/>
> >>> 
> >>> I would much prefer using ivy or maven and it makes this much cleaner.
> >>> 
> >>> Thanks,
> >>> 
> >>>  Gerrit
> >>> 
> >> 
> >> 
> >> 
> > 
> > 
> > 
> 
> 

Reply via email to