|
|
+
praveenesh kumar 2011-12-30, 05:28
+
Gianmarco De Francisci Mo... 2011-12-30, 22:14
-
Re: Unable to build pig from TrunkHarsh J 2011-12-31, 02:53
Gianmarco/others,
This got solved over at common-user@hadoop and yes it was that. Cross posting blues >_>. On 31-Dec-2011, at 3:44 AM, Gianmarco De Francisci Morales wrote: > Looks like a network issue. > Are you behind a proxy server? > > Cheers, > -- > Gianmarco > > > > On Fri, Dec 30, 2011 at 06:28, praveenesh kumar <[EMAIL PROTECTED]>wrote: > >> 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 5 2007 >> Buildfile: build.xml >> Detected Java version: 1.5 in: /usr/java/jdk1.6.0_25/jre >> Detected OS: Linux >> parsing buildfile /usr/local/hadoop/pig/new/trunk/build.xml with URI >> file:///usr/local/hadoop/pig/new/trunk/build.xml >> Project base dir set to: /usr/local/hadoop/pig/new/trunk >> [property] Loading /root/build.properties >> [property] Unable to find property file: /root/build.properties >> [property] Loading /usr/local/hadoop/pig/new/trunk/build.properties >> [property] Unable to find property file: >> /usr/local/hadoop/pig/new/trunk/build.properties >> Override ignored for property test.log.dir >> Property ${clover.home} has not been set >> [available] Unable to find ${clover.home}/lib/clover.jar to set property >> clover.present >> Property ${repo} has not been set >> Override ignored for property build.dir >> Override ignored for property dist.dir >> Property ${zookeeper.jarfile} has not been set >> Build sequence for target(s) `jar-withouthadoop' is [ivy-download, >> ivy-init-dirs, ivy-probe-antlib, ivy-init-antlib, ivy-init, ivy-resolve, >> ivy-compile, init, cc-compile, prepare, genLexer, genParser, genTreeParser, >> gen, compile, jar-withouthadoop] >> Complete build sequence is [ivy-download, ivy-init-dirs, ivy-probe-antlib, >> ivy-init-antlib, ivy-init, ivy-resolve, ivy-compile, init, cc-compile, >> prepare, genLexer, genParser, genTreeParser, gen, compile, >> jar-withouthadoop, forrest.check, ivy-javadoc, javadoc-all, docs, >> ivy-jdiff, write-null, api-xml, api-report, jar, package, tar, source-jar, >> patch.check, makepom, ivy-releaseaudit, releaseaudit, ivy-test, >> compile-test, pigunit-jar, javadoc, javadoc-jar, package-release, >> clover.setup, jarWithSvn, piggybank, test-e2e-local, assert-pig-jar-exists, >> ready-to-publish, copy-jar-to-maven, jar-withouthadoopWithOutSvn, >> compile-sources, clover.info, clover, clean-sign, sign, >> test-e2e-deploy-local, ivy-publish-local, ant-task-download, mvn-taskdef, >> test-commit, test-smoke, copypom, maven-artifacts, published, set-version, >> test-unit, test-e2e, test-contrib, test, jar-withouthadoopWithSvn, >> clover.check, check-for-findbugs, test-core, ivy-buildJar, >> checkstyle.check, tar-release, rpm, clean, smoketests-jar, mvn-install, >> test-e2e-undeploy, ivy-checkstyle, jar-all, test-pigunit, signanddeploy, >> simpledeploy, mvn-deploy, findbugs, buildJar-withouthadoop, checkstyle, >> buildJar, findbugs.check, test-patch, jarWithOutSvn, test-e2e-deploy, >> hudson-test-patch, compile-sources-all-warnings, test-contrib-internal, >> include-meta, deb, eclipse-files, generate-clover-reports, ] >> >> ivy-download: >> [get] Getting: >> http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar >> [get] To: /usr/local/hadoop/pig/new/trunk/ivy/ivy-2.2.0.jar >> [get] Error getting >> http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar to >> /usr/local/hadoop/pig/new/trunk/ivy/ivy-2.2.0.jar >> >> BUILD FAILED >> /usr/local/hadoop/pig/new/trunk/build.xml:1443: java.net.ConnectException: >> Connection timed out >> at org.apache.tools.ant.taskdefs.Get.execute(Get.java:80) >> at >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) >> at org.apache.tools.ant.Task.perform(Task.java:364) >> at org.apache.tools.ant.Target.execute(Target.java:341) |