See <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/117/changes>
Changes: [Xuefu Zhang] HIVE-10624: Update the initial script to make beeline bucked cli as default and allow user choose old hive cli by env (Ferdinand via Xuefu) [Xuefu Zhang] HIVE-10623: Implement hive cli options using beeline functionality (Ferdinand via Xuefu) [Ferdinand Xu] HIVE-10822: CLI start script throwing error message on console (Chinna Rao Lalam, reviewed by Ferdinand Xu) [Ferdinand Xu] HIVE-10821 Beeline-CLI: Implement CLI source command using Beeline functionality(Ferdinand Xu, Reviewed By Zhang Xuefu and Chinna Rao Lalam) [Ferdinand Xu] HIVE-10904 Use beeline-log4j.properties for migrated CLI [beeline-cli Branch] (Chinna Rao Lalam, reviewed by Ferdinand Xu) [Ferdinand Xu] HIVE-10905 Quit&Exit fails ending with ';' [beeline-cli Branch](Chinna Rao Lalam, reviewed by Ferdinand Xu) [Ferdinand Xu] HIVE-6791: Support variable substition for Beeline shell command (Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11203: Beeline force option doesn't force execution when errors occurred in a script.(Ferdinand, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11191: Beeline-cli: support hive.cli.errors.ignore in new CLI(Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11236 BeeLine-Cli: use the same output format as old CLI in the new CLI(Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11226 BeeLine-Cli: support hive.cli.prompt in new CLI (Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11280: Support executing script file from hdfs in new CLI [Beeline-CLI branch](Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11352: Avoid the double connections with 'e' option[beeline-cli branch](Ferdinand Xu via Xuefu Zhang) [Ferdinand Xu] HIVE-11336: Support initial file option for new CLI [beeline-cli branch](Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11579: Invoke the set command will close standard error output[beeline-cli](Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11624:Beeline-cli: support hive.cli.print.header in new CLI[beeline-cli branch](Ke Jia, reviewed by Ferdinand Xu) [Ferdinand Xu] HIVE-11637: Support hive.cli.print.current.db in new CLI[beeline-cli branch](Ferdinand Xu, reviewed by Dong Chen) [Ferdinand Xu] HIVE-11640: Shell command doesn't work for new CLI[Beeline-cli branch](Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11746: Connect command should not to be allowed from user[beeline-cli branch] (Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11770: Use the static variable from beeline instead of untils from JDBC(Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11796: CLI option is not updated when executing the initial files[beeline-cli](Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11779 Beeline-cli: Format the output of describe pretty table command in new CLI[beeline-cli branch](Ke Jia, reviewed by Ferdinand Xu) [Ferdinand Xu] HIVE-10824: Need to update start script changes in .cmd files(Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11717: nohup mode is not support for new hive cli(Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11944: Address the review items on HIVE-11778(Ferdinand Xu, reviewed by Xuefu Zhang) [Ferdinand Xu] HIVE-11943: Set old CLI as the default Client when using hive script(Ferdinand Xu, reviewed by Xuefu Zhang) [Ashutosh Chauhan] HIVE-11791 : Add unit test for HIVE-10122 (Illya Yalovyy via Ashutosh Chauhan, Gopal V) [Jimmy Xiang] HIVE-11939: TxnDbUtil should turn off jdbc auto commit (Jimmy, reviewed by Alan) [Xuefu Zhang] HIVE-11827: STORED AS AVRO fails SELECT COUNT(*) when empty (Yongzhi via Xuefu) [thejas] HIVE-11613 : schematool should return non zero exit status for info command, if state is inconsistent (Thejas Nair, reviewed by Prasad Mujumdar) [daijy] HIVE-11950: WebHCat status file doesn't show UTF8 character (Daniel Dai reviewed by Thejas Nair) [Sergio Pena] HIVE-10048: JDBC - Support SSL encryption regardless of Authentication mechanism (Mubashir Kazia, reviewed by Sergio Pena) ------------------------------------------ [...truncated 326 lines...] A ptest2/src/main/java/org/apache/hive/ptest/execution/context/ServiceNotAvailableException.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/ExecutionContextConfiguration.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/TestBatch.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/UnitTestBatch.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/QFileTestBatch.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/Context.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/TestConfiguration.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/TestParser.java A ptest2/src/main/java/org/apache/hive/ptest/execution/conf/Host.java A ptest2/src/main/java/org/apache/hive/ptest/execution/JIRAService.java A ptest2/src/main/java/org/apache/hive/ptest/execution/Drone.java A ptest2/src/main/java/org/apache/hive/ptest/api A ptest2/src/main/java/org/apache/hive/ptest/api/client A ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java A ptest2/src/main/java/org/apache/hive/ptest/api/response A ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStatusResponse.java A ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStatus.java A ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStopResponse.java A ptest2/src/main/java/org/apache/hive/ptest/api/response/TestListResponse.java A ptest2/src/main/java/org/apache/hive/ptest/api/response/GenericResponse.java A ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStartResponse.java A ptest2/src/main/java/org/apache/hive/ptest/api/response/TestLogResponse.java A ptest2/src/main/java/org/apache/hive/ptest/api/Status.java A ptest2/src/main/java/org/apache/hive/ptest/api/server A ptest2/src/main/java/org/apache/hive/ptest/api/server/ExecutionController.java A ptest2/src/main/java/org/apache/hive/ptest/api/server/TestExecutor.java A ptest2/src/main/java/org/apache/hive/ptest/api/server/Test.java A ptest2/src/main/java/org/apache/hive/ptest/api/server/TestLogger.java A ptest2/src/main/java/org/apache/hive/ptest/api/request A ptest2/src/main/java/org/apache/hive/ptest/api/request/TestStopRequest.java A ptest2/src/main/java/org/apache/hive/ptest/api/request/TestListRequest.java A ptest2/src/main/java/org/apache/hive/ptest/api/request/TestStartRequest.java A ptest2/src/main/java/org/apache/hive/ptest/api/request/TestLogRequest.java A ptest2/src/main/java/org/apache/hive/ptest/api/request/TestStatusRequest.java A ptest2/src/main/resources A ptest2/src/main/resources/batch-exec.vm A ptest2/src/main/resources/source-prep.vm A ptest2/src/main/resources/log4j.properties A ptest2/src/main/resources/smart-apply-patch.sh A ptest2/pom.xml Checked out revision 1705641. + cd ptest2 + mvn clean package -DskipTests -Drat.numUnapprovedLicenses=1000 -Dmaven.repo.local=<http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/.m2> [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building hive-ptest 1.0 [INFO] ------------------------------------------------------------------------ Downloading: http://repo.maven.apache.org/maven2/net/schmizz/sshj/maven-metadata.xml Downloading: http://repo.springsource.org/milestone/net/schmizz/sshj/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml Downloading: http://people.apache.org/~brock/approvals-maven-repository/net/schmizz/sshj/maven-metadata.xml 790/790 B Downloading: https://repository.apache.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/net/schmizz/sshj/maven-metadata.xml (790 B at 1.2 KB/sec) Downloading: http://repository.apache.org/snapshots/net/schmizz/sshj/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml 398/398 B 398/398 B 398/398 B Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml (398 B at 0.2 KB/sec) Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml (398 B at 0.4 KB/sec) [WARNING] Could not transfer metadata net.schmizz:sshj/maven-metadata.xml from/to approvals-repository (http://people.apache.org/~brock/approvals-maven-repository/): Connection to http://people.apache.org refused [WARNING] Could not transfer metadata net.schmizz:sshj/maven-metadata.xml from/to apache-snapshots (https://repository.apache.org/content/repositories/snapshots): peer not authenticated Downloading: http://repo.springsource.org/milestone/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml Downloading: http://people.apache.org/~brock/approvals-maven-repository/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml Downloading: https://repository.apache.org/content/repositories/snapshots/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml Downloading: http://repository.apache.org/snapshots/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml (2 KB at 15.5 KB/sec) Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml (2 KB at 32.4 KB/sec) [WARNING] Could not transfer metadata net.schmizz:sshj:0.9.1-SNAPSHOT/maven-metadata.xml from/to apache-snapshots (https://repository.apache.org/content/repositories/snapshots): peer not authenticated Downloading: http://repo.springsource.org/milestone/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml Downloading: http://people.apache.org/~brock/approvals-maven-repository/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml Downloading: https://repository.apache.org/content/repositories/snapshots/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloading: http://repository.apache.org/snapshots/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml (2 KB at 35.4 KB/sec) Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/0.10.1-SNAPSHOT/maven-metadata.xml (2 KB at 32.9 KB/sec) [WARNING] Could not transfer metadata net.schmizz:sshj:0.10.1-SNAPSHOT/maven-metadata.xml from/to apache-snapshots (https://repository.apache.org/content/repositories/snapshots): peer not authenticated [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hive-ptest --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hive-ptest --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hive-ptest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 62 source files to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/classes> [WARNING] Note: <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/src/main/java/org/apache/hive/ptest/execution/JIRAService.java> uses unchecked or unsafe operations. [WARNING] Note: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hive-ptest --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hive-ptest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/test-classes> [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ hive-ptest --- [INFO] Tests are skipped. [INFO] [INFO] --- apache-rat-plugin:0.9:check (verify.rat) @ hive-ptest --- [INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude: .idea/ [INFO] Exclude: .git/ [INFO] Exclude: .gitignore [INFO] Exclude: velocity.log [INFO] Exclude: README.md [INFO] Exclude: **/*.approved.txt [INFO] Exclude: **/.settings/* [INFO] Exclude: src/test/resources/ [INFO] Exclude: **/.classpath [INFO] Exclude: **/.project [INFO] Exclude: **/target/** [INFO] 95 resources included (use -debug for more details) [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 95 licence. [INFO] [INFO] --- maven-war-plugin:2.3:war (default-war) @ hive-ptest --- [INFO] Packaging webapp [INFO] Assembling webapp [hive-ptest] in [<http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/hive-ptest-1.0]> [INFO] Processing war project [INFO] Copying webapp resources [<http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/src/main/webapp]> [INFO] Webapp assembled in [622 msecs] [INFO] Building war: <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/hive-ptest-1.0.war> [INFO] Packaging classes [INFO] Building jar: <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/hive-ptest-1.0-classes.jar> [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ hive-ptest --- [INFO] Copying spring-core-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-core-3.2.1.RELEASE.jar> [INFO] Copying sshj-0.8.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/sshj-0.8.1.jar> [INFO] Copying hamcrest-core-1.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/hamcrest-core-1.1.jar> [INFO] Copying guice-3.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/guice-3.0.jar> [INFO] Copying ec2-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/ec2-1.7.3.jar> [INFO] Copying jackson-core-asl-1.9.12.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jackson-core-asl-1.9.12.jar> [INFO] Copying jclouds-bouncycastle-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-bouncycastle-1.7.3.jar> [INFO] Copying jsch.agentproxy.sshj-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.sshj-0.0.7.jar> [INFO] Copying commons-logging-1.1.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/commons-logging-1.1.1.jar> [INFO] Copying jsch.agentproxy.usocket-nc-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.usocket-nc-0.0.7.jar> [INFO] Copying httpcore-4.2.4.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/httpcore-4.2.4.jar> [INFO] Copying spring-webmvc-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-webmvc-3.2.1.RELEASE.jar> [INFO] Copying mockito-all-1.9.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/mockito-all-1.9.0.jar> [INFO] Copying jsch.agentproxy.usocket-jna-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.usocket-jna-0.0.7.jar> [INFO] Copying commons-io-2.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/commons-io-2.1.jar> [INFO] Copying log4j-1.2.17.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/log4j-1.2.17.jar> [INFO] Copying junit-4.10.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/junit-4.10.jar> [INFO] Copying xml-apis-1.0.b2.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/xml-apis-1.0.b2.jar> [INFO] Copying commons-lang-2.5.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/commons-lang-2.5.jar> [INFO] Copying httpclient-4.2.5.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/httpclient-4.2.5.jar> [INFO] Copying sts-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/sts-1.7.3.jar> [INFO] Copying rocoto-6.2.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/rocoto-6.2.jar> [INFO] Copying jclouds-log4j-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-log4j-1.7.3.jar> [INFO] Copying aopalliance-1.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/aopalliance-1.0.jar> [INFO] Copying jsr311-api-1.1.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsr311-api-1.1.1.jar> [INFO] Copying jclouds-sshj-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-sshj-1.7.3.jar> [INFO] Copying commons-cli-1.2.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/commons-cli-1.2.jar> [INFO] Copying aws-ec2-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/aws-ec2-1.7.3.jar> [INFO] Copying jsch.agentproxy.core-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.core-0.0.7.jar> [INFO] Copying jackson-mapper-asl-1.9.12.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jackson-mapper-asl-1.9.12.jar> [INFO] Copying bcpkix-jdk15on-1.49.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/bcpkix-jdk15on-1.49.jar> [INFO] Copying jsr250-api-1.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsr250-api-1.0.jar> [INFO] Copying spring-aop-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-aop-3.2.1.RELEASE.jar> [INFO] Copying bcprov-ext-jdk15on-1.49.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/bcprov-ext-jdk15on-1.49.jar> [INFO] Copying jsch.agentproxy.connector-factory-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.connector-factory-0.0.7.jar> [INFO] Copying spring-web-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-web-3.2.1.RELEASE.jar> [INFO] Copying commons-collections-3.2.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/commons-collections-3.2.1.jar> [INFO] Copying jclouds-compute-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-compute-1.7.3.jar> [INFO] Copying ApprovalsJava-013.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/ApprovalsJava-013.jar> [INFO] Copying jclouds-scriptbuilder-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-scriptbuilder-1.7.3.jar> [INFO] Copying spring-beans-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-beans-3.2.1.RELEASE.jar> [INFO] Copying jclouds-slf4j-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-slf4j-1.7.3.jar> [INFO] Copying slf4j-api-1.6.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/slf4j-api-1.6.1.jar> [INFO] Copying javax.inject-1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/javax.inject-1.jar> [INFO] Copying spring-expression-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-expression-3.2.1.RELEASE.jar> [INFO] Copying jsch.agentproxy.pageant-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.pageant-0.0.7.jar> [INFO] Copying slf4j-log4j12-1.6.1.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/slf4j-log4j12-1.6.1.jar> [INFO] Copying jclouds-core-1.7.3.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jclouds-core-1.7.3.jar> [INFO] Copying jsch.agentproxy.sshagent-0.0.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jsch.agentproxy.sshagent-0.0.7.jar> [INFO] Copying guava-15.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/guava-15.0.jar> [INFO] Copying jna-3.4.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/jna-3.4.0.jar> [INFO] Copying gson-2.2.4.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/gson-2.2.4.jar> [INFO] Copying platform-3.4.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/platform-3.4.0.jar> [INFO] Copying guice-assistedinject-3.0.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/guice-assistedinject-3.0.jar> [INFO] Copying velocity-1.7.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/velocity-1.7.jar> [INFO] Copying commons-codec-1.6.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/commons-codec-1.6.jar> [INFO] Copying spring-context-3.2.1.RELEASE.jar to <http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/ws/hive/build/ptest2/target/lib/spring-context-3.2.1.RELEASE.jar> [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:39.008s [INFO] Finished at: Mon Sep 28 06:02:28 EDT 2015 [INFO] Final Memory: 21M/56M [INFO] ------------------------------------------------------------------------ + set +e + optionalArgs=() + [[ -n '' ]] + java -cp 'target/hive-ptest-1.0-classes.jar:target/lib/*' org.apache.hive.ptest.api.client.PTestClient --endpoint http://ec2-174-129-184-35.compute-1.amazonaws.com:8181/hive-ptest-1.0/ --logsEndpoint http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/ --command testStart --profile trunkjava8-mr2 --password c0mmit --outputDir target/ --testHandle HIVE-TRUNK-JAVA8-117 2015-09-28 06:57:32,067 ERROR TestExecutor.run:138 Error executing HIVE-TRUNK-JAVA8-117 java.lang.NullPointerException: branch at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:209) at org.apache.hive.ptest.execution.conf.TestConfiguration.<init>(TestConfiguration.java:101) at org.apache.hive.ptest.execution.conf.TestConfiguration.fromInputStream(TestConfiguration.java:276) at org.apache.hive.ptest.execution.conf.TestConfiguration.fromFile(TestConfiguration.java:284) at org.apache.hive.ptest.api.server.TestExecutor.run(TestExecutor.java:110) Logs are located: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/HIVE-TRUNK-JAVA8-117 Exception in thread "main" java.lang.RuntimeException: 404 Not Found at org.apache.hive.ptest.api.client.PTestClient.downloadTestResults(PTestClient.java:181) at org.apache.hive.ptest.api.client.PTestClient.testStart(PTestClient.java:129) at org.apache.hive.ptest.api.client.PTestClient.main(PTestClient.java:312) + ret=1 + cd target/ + [[ -f test-results.tar.gz ]] + exit 1 Build step 'Execute shell' marked build as failure Archiving artifacts Recording test results