[
https://issues.apache.org/jira/browse/HIVE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910285#action_12910285
]
Steven Wong commented on HIVE-1646:
-----------------------------------
I ran ant package and ant test as 2 separate commands. The former succeeded,
the latter failed. The last few output lines of my ant test are:
[junit] Done query: wrong_distinct2.q
[junit] Tests run: 31, Failures: 0, Errors: 0, Time elapsed: 340.872 sec
[junit] Running org.apache.hadoop.hive.ql.tool.TestLineageInfo
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.498 sec
[junit] Running org.apache.hadoop.hive.ql.udf.TestUDFDateAdd
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.264 sec
[junit] Running org.apache.hadoop.hive.ql.udf.TestUDFDateDiff
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.214 sec
[junit] Running org.apache.hadoop.hive.ql.udf.TestUDFDateSub
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.147 sec
BUILD FAILED
/Users/swong/dev/svn/asf/hadoop/hive/trunk/build.xml:168: The following error
occurred while executing this line:
/Users/swong/dev/svn/asf/hadoop/hive/trunk/build.xml:105: The following error
occurred while executing this line:
/Users/swong/dev/svn/asf/hadoop/hive/trunk/build-common.xml:446: Tests failed!
Total time: 190 minutes 53 seconds
> Hive 0.5 Build Crashing
> -----------------------
>
> Key: HIVE-1646
> URL: https://issues.apache.org/jira/browse/HIVE-1646
> Project: Hadoop 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
> Fix For: 0.5.1
>
>
> 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.