You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Vikas Jadhav <vi...@gmail.com> on 2013/03/14 18:06:53 UTC

How to build hadoop code using ANT offline

for first job ANT download jar from internet
how to build offline using ANT

-- 
*
*
*

Thanx and Regards*
* Vikas Jadhav*

Re: How to build hadoop code using ANT offline

Posted by Алексей Бабутин <zo...@gmail.com>.
Use keys  -Divy.cache.dir=${WRKDIR}/ivy2/cache and  -Doffline=true with Ant.
2013/3/14 Vikas Jadhav <vi...@gmail.com>

> for first job ANT download jar from internet
> how to build offline using ANT
>
> --
> *
> *
> *
>
> Thanx and Regards*
> * Vikas Jadhav*
>

Re: How to build hadoop code using ANT offline

Posted by Алексей Бабутин <zo...@gmail.com>.
Use keys  -Divy.cache.dir=${WRKDIR}/ivy2/cache and  -Doffline=true with Ant.
2013/3/14 Vikas Jadhav <vi...@gmail.com>

> for first job ANT download jar from internet
> how to build offline using ANT
>
> --
> *
> *
> *
>
> Thanx and Regards*
> * Vikas Jadhav*
>

Re: How to build hadoop code using ANT offline

Posted by Алексей Бабутин <zo...@gmail.com>.
Use keys  -Divy.cache.dir=${WRKDIR}/ivy2/cache and  -Doffline=true with Ant.
2013/3/14 Vikas Jadhav <vi...@gmail.com>

> for first job ANT download jar from internet
> how to build offline using ANT
>
> --
> *
> *
> *
>
> Thanx and Regards*
> * Vikas Jadhav*
>

Re: How to build hadoop code using ANT offline

Posted by Алексей Бабутин <zo...@gmail.com>.
Use keys  -Divy.cache.dir=${WRKDIR}/ivy2/cache and  -Doffline=true with Ant.
2013/3/14 Vikas Jadhav <vi...@gmail.com>

> for first job ANT download jar from internet
> how to build offline using ANT
>
> --
> *
> *
> *
>
> Thanx and Regards*
> * Vikas Jadhav*
>

Re: How to build hadoop code using ANT offline

Posted by Steve Loughran <st...@hortonworks.com>.
On 14 March 2013 17:06, Vikas Jadhav <vi...@gmail.com> wrote:

> for first job ANT download jar from internet
> how to build offline using ANT
>
> --


ant needs all the dependencies. Once that first build is done, it will not
need to do it again, as the stuff is cached in your disk somewhere