Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 96649 invoked from network); 29 Oct 2010 22:51:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Oct 2010 22:51:47 -0000 Received: (qmail 94233 invoked by uid 500); 29 Oct 2010 22:51:47 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 94197 invoked by uid 500); 29 Oct 2010 22:51:47 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 94189 invoked by uid 500); 29 Oct 2010 22:51:47 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 94186 invoked by uid 99); 29 Oct 2010 22:51:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 22:51:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 22:51:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9TMpN8e001595 for ; Fri, 29 Oct 2010 22:51:23 GMT Message-ID: <12707796.151671288392683490.JavaMail.jira@thor> Date: Fri, 29 Oct 2010 18:51:23 -0400 (EDT) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1646) Hive 0.5 Build Crashing In-Reply-To: <21893532.234401284660095337.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-1646: --------------------------------- Fix Version/s: (was: 0.5.1) > Hive 0.5 Build Crashing > ----------------------- > > Key: HIVE-1646 > URL: https://issues.apache.org/jira/browse/HIVE-1646 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Affects Versions: 0.5.0 > Environment: SLES 10 SP2, SLES 11, RHEL 5.4, ANT 1.8.1 and ANT 1.7.1, SUN JDK 1.6.14 > Reporter: Stephen Watt > > I've tried this on a variety of configurations. Operating Systems SLES 10 SP2, SLES 11, RHEL 5.4 on a variety of machines using both ANT 1.8.1 and ANT 1.7.1 and SUN JDK 1.6.14. I've tried building this by going to the Hive Release page and download hive-0.5.0-src and using that. I've tried building by obtaining the branch tag release using svn checkout http://svn.apache.org/repos/asf/hadoop/hive/tags/release-0.5.0/ hive-0.5.0-dev. Always the same thing: > When I run the Hive 0.5 build it runs for just under 2 hours and then crashes with the following message (tail end of ant.log): > - - - > [junit] diff /home/hive/hive-0.5.0-build/hive-0.5.0-dev/build/ql/test/logs/negative/wrong_distinct2.q.out /home/hive/hive-0.5.0-build/hive-0.5.0-dev/ql/src/test/results/compiler/errors/wrong_distinct2.q.out > [junit] Done query: wrong_distinct2.q > [junit] Tests run: 31, Failures: 0, Errors: 0, Time elapsed: 90.974 sec > [junit] Running org.apache.hadoop.hive.ql.tool.TestLineageInfo > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.525 sec > BUILD FAILED > /home/hive/hive-0.5.0-build/hive-0.5.0-dev/build.xml:151: The following error occurred while executing this line: > /home/hive/hive-0.5.0-build/hive-0.5.0-dev/build.xml:91: The following error occurred while executing this line: > /home/hive/hive-0.5.0-build/hive-0.5.0-dev/build-common.xml:327: Tests failed! > Total time: 94 minutes 43 seconds > - - - > My build script is very simplistic : > #!/bin/sh > # Set Build Dependencies > set PATH=$PATH:/home/hive/Java-Versions/jdk1.6.0_14/bin/ > export JAVA_HOME=/home/hive/Java-Versions/jdk1.6.0_14 > export BUILD_DIR=/home/hive/hive-0.5.0-build > export ANT_HOME=$BUILD_DIR/apache-ant-1.8.1 > export HIVE_INSTALL=$BUILD_DIR/hive-0.5.0-dev/ > export PATH=$PATH:$ANT_HOME/bin > # Run Build and Unit Test > cd $HIVE_INSTALL > ant clean test tar -logfile ant.log -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.