Re: compiline hadoop offline

2010-07-12 Thread Konstantin Boudnik
On Mon, Jul 12, 2010 at 08:28AM, Ahmad Shahzad wrote: > Hi ALL, >Is it possible to compile hadoop using ANT without being > connected to internet. Because whenever i compile hadoop, it checks for some > ivy dependencies online. If it is possible than what should i change to > compile ha

Re: compiline hadoop offline

2010-07-12 Thread Ashish
Can you try passing following params to JVM -DproxyHost= -DproxyPort= It should work for most Java Apps :) On Mon, Jul 12, 2010 at 8:58 PM, Ahmad Shahzad wrote: > Hi ALL, >           Is it possible to compile hadoop using ANT without being > connected to internet. Because whenever i compile hado

compiline hadoop offline

2010-07-12 Thread Ahmad Shahzad
Hi ALL, Is it possible to compile hadoop using ANT without being connected to internet. Because whenever i compile hadoop, it checks for some ivy dependencies online. If it is possible than what should i change to compile hadoop. I am just changing some of the hadoop code. Also, if i am