Hi, I have noticed recently that I cannot run the TestBeeLineWithArgs test on my local machine. I wasn't sure if something went wrong on my local machine or this test was broken, so I checked the result of the last few PreCommit-HIVE-MASTER-Build and it seems to me that this test failed on those builds as well. For example: I checked the logs of the build #1111 and I found the error written below [1] in the maven-test.txt of the TestBeeLineWithArgs test.
Has anybody run into the same problem? Is this a known issue? If not, I will create a Jira for it. Thanks and regards, Marta [1] ------------------------------------------------------- T E S T S ------------------------------------------------------- Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 Running org.apache.hive.beeline.TestBeeLineWithArgs Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Hive Integration - Parent .......................... SUCCESS [ 1.279 s] [INFO] Hive Integration - Custom Serde .................... SUCCESS [ 4.705 s] [INFO] Hive Integration - Custom udfs ..................... SUCCESS [ 1.447 s] [INFO] Hive Integration - Custom UDFs - udf-classloader-util SUCCESS [ 1.342 s] [INFO] Hive Integration - Custom UDFs - udf-classloader-udf1 SUCCESS [ 1.299 s] [INFO] Hive Integration - Custom UDFs - udf-classloader-udf2 SUCCESS [ 1.131 s] [INFO] Hive Integration - Custom UDFs - udf-vectorized-badexample SUCCESS [ 0.923 s] [INFO] Hive Integration - HCatalog Unit Tests ............. SUCCESS [ 5.420 s] [INFO] Hive Integration - Testing Utilities ............... SUCCESS [ 5.626 s] [INFO] Hive Integration - Unit Tests ...................... FAILURE [ 48.933 s] [INFO] Hive Integration - Test Serde ...................... SKIPPED [INFO] Hive Integration - QFile Tests ..................... SKIPPED [INFO] Hive Integration - QFile Accumulo Tests ............ SKIPPED [INFO] JMH benchmark: Hive ................................ SKIPPED [INFO] Hive Integration - Unit Tests - Hadoop 2 ........... SKIPPED [INFO] Hive Integration - Unit Tests with miniKdc ......... SKIPPED [INFO] Hive Integration - QFile Spark Tests ............... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:13 min [INFO] Finished at: 2016-09-05T20:57:36-04:00 [INFO] Final Memory: 83M/877M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project hive-it-unit: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/hiveptest/50.18.132.165-hiveptest-0/apache-github-source-source/itests/hive-unit && /usr/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=512m -jar /home/hiveptest/50.18.132.165-hiveptest-0/apache-github-source-source/itests/hive-unit/target/surefire/surefirebooter2766135795402840392.jar /home/hiveptest/50.18.132.165-hiveptest-0/apache-github-source-source/itests/hive-unit/target/surefire/surefire5846457031220411379tmp /home/hiveptest/50.18.132.165-hiveptest-0/apache-github-source-source/itests/hive-unit/target/surefire/surefire_0622126075359686603tmp [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hive-it-unit
