Unable to build pig from Trunk

2011-12-29 Thread praveenesh kumar
Hi everyone, I am trying to build Pig from SVN trunk on hadoop 0.20.205. While doing that, I am getting the following error : Any idea why its happening ? Thanks, Praveenesh root@lxe [/usr/local/hadoop/pig/new/trunk] $ -- ant jar-withouthadoop -verbose Apache Ant version 1.6.5 compiled on June

Re: Unable to build pig from Trunk

2011-12-29 Thread Joey Krabacher
Try pinging http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar to see if your server can connect to that URL. If not you have some kind of connection issue with outgoing requests. --Joey On Thu, Dec 29, 2011 at 11:28 PM, praveenesh kumar praveen...@gmail.com wrote: Hi

Re: Unable to build pig from Trunk

2011-12-29 Thread praveenesh kumar
When I am pinging its saying Unknown host... Is there any kind of proxy setting we need to do, when building from ant ? Thanks, Praveenesh On Fri, Dec 30, 2011 at 11:02 AM, Joey Krabacher jkrabac...@gmail.comwrote: Try pinging

Re: Unable to build pig from Trunk

2011-12-29 Thread Joey Krabacher
Can you ping any URL successfully? Try www.google.com, www.yahoo.com or something like that. If you can't ping any of those then you are probably behind a firewall and you'll have to poke a hole into it to get to the outside world. Or you can download the jar that it is trying to find

Re: Unable to build pig from Trunk

2011-12-29 Thread praveenesh kumar
I set up proxy, Now I am getting the following error : root@lxe9700 [/usr/local/hadoop/pig/new/trunk] $ -- ant jar-withouthadoop -verbose Apache Ant version 1.6.5 compiled on June 5 2007 Buildfile: build.xml Detected Java version: 1.5 in: /usr/java/jdk1.6.0_25/jre Detected OS: Linux parsing

Re: Unable to build pig from Trunk

2011-12-29 Thread Joey Krabacher
Looks like you may have an unsupported/older version of ant. May try upgrading ant to something over 1.7 --Joey On Thu, Dec 29, 2011 at 11:54 PM, praveenesh kumar praveen...@gmail.com wrote: I set up proxy, Now I am getting the following error : root@lxe9700 [/usr/local/hadoop/pig/new/trunk]

Re: Unable to build pig from Trunk

2011-12-29 Thread praveenesh kumar
Yeah.. It was ANT issue. Upgrading ANT to 1.7 worked fine. Thanks, Praveenesh On Fri, Dec 30, 2011 at 12:13 AM, Joey Krabacher jkrabac...@gmail.comwrote: Looks like you may have an unsupported/older version of ant. May try upgrading ant to something over 1.7 --Joey On Thu, Dec 29, 2011 at