See 
<http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/65/changes>

Changes:

[gates] HIVE-10050 Added backoff for deadlock retry.  Also make sure to reset 
the deadlock counter at appropriate points.

[Sergio Pena] HIVE-10460: change the key of Parquet Record to Nullwritable 
instead of void (Ferdinand Xu, reviewed by Sergio Pena)

[Ashutosh Chauhan] HIVE-10512 : CBO (Calcite Return Path): SMBJoin conversion 
throws ClassCastException (Jesus Camacho Rodriguez via Ashutosh Chauhan)

[thejas] HIVE-10382 : Aggregate stats cache for RDBMS based metastore codepath 
(Vaibhav Gumashta via Thejas Nair)

[Ashutosh Chauhan] HIVE-10416 : CBO (Calcite Return Path): Fix return columns 
if Sort operator is on top of plan returned by Calcite (Jesus Camacho Rodriguez 
via Ashutosh Chauhan)

[j.prasanth.j] HIVE-10450: More than one TableScan in MapWork not supported in 
Vectorization -- causes query to fail during vectorization (Matt McCline 
reviewed by Gopal V)

[ekoifman] HIVE-10481 - ACID table update finishes but values not really 
updated if column names are not all lower case

[ekoifman] HIVE-10483 - insert overwrite partition deadlocks on itself with 
DbTxnManager (Eugene Koifman, reviewed by Alan Gates)

[khorgath] HIVE-9674 : *DropPartitionEvent should handle partition-sets. 
(Mithun Radhakrishnan via Sushanth Sowmyan)

[Jimmy Xiang] HIVE-10499 Ensure Session/ZooKeeperClient instances are closed 
(Jimmy, reviewed by Szehon)

[Jimmy Xiang] HIVE-10307: Support to use number literals in partition column 
(Chaoyu via Jimmy)

[Ashutosh Chauhan] HIVE-10428 : NPE in RegexSerDe using HCat (Jason Dere via 
Ashutosh Chauhan)

[Ashutosh Chauhan] HIVE-10513 : [CBO] return path : Fix create_func1.q for 
return path (Ashutosh Chauhan via John Pullokkaran)

[Ashutosh Chauhan] HIVE-10522 : CBO (Calcite Return Path): fix the wrong needed 
column names when TS is created (Pengcheng Xiong via John Pullokkaran)

[khorgath] HIVE-10517 : HCatPartition should not be created with "" as location 
in tests (Sushanth Sowmyan, reviewed by Thejas Nair)

[khorgath] HIVE-8165 : Annotation changes for replication (Sushanth Sowmyan, 
reviewed by Alan Gates)

[Ashutosh Chauhan] HIVE-10437 : NullPointerException on queries where 
map/reduce is not involved on tables with partitions (Ashutosh Chauhan via 
Gunther Hagleitner)

[chengxiang] HIVE-10235 Loop optimization for SIMD in ColumnDivideColumn.txt 
(chengxiang, reviewed by Gopal V)

[Ashutosh Chauhan] HIVE-10071 : CBO (Calcite Return Path): Join to MultiJoin 
rule (Jesus Camacho Rodriguez via Ashutosh Chauhan)

[khorgath] HIVE-9681 : Extend HiveAuthorizationProvider to support 
partition-sets (Mithun Radhakrishnan via Sushanth Sowmyan)

[Szehon Ho] HIVE-10384 : RetryingMetaStoreClient does not retry wrapped 
TTransportExceptions (Chaoyu Tang via Szehon)

[Ashutosh Chauhan] HIVE-10120 : Disallow create table with dot/colon in column 
name (Pengcheng Xiong via John Pullokkaran)

[khorgath] HIVE-5672 : Insert with custom separator not supported for non-local 
directory (Nemon Lou, reviewed by Xuefu Zhang, Sushanth Sowmyan)

[gunther] HIVE-10529: Remove references to tez task context before storing 
operator plan in object cache (Rajesh Balamohan via Gunther Hagleitner)

[thejas] HIVE-10543 : improve error message in 
MetaStoreAuthzAPIAuthorizerEmbedOnly (Thejas M Nair, reviewed by Sushanth 
Sowmyan)

[thejas] HIVE-10508 : Strip out password information from config passed to 
Tez/MR in cases where password encryption is not used (Hari Sankar Sivarama 
Subramaniyan via Thejas Nair)

[thejas] HIVE-10507 : Expose  RetryingMetastoreClient to other external users 
of metastore client like Flume and Storm. (Hari Sankar Sivarama Subramaniyan 
via Thejas Nair)

[Ashutosh Chauhan] HIVE-10455 : CBO (Calcite Return Path): Different data types 
at Reducer before JoinOp (Pengcheng Xiong via Ashutosh Chauhan)

[khorgath] HIVE-10514 : Fix MiniCliDriver tests failure (Hari Subramaniyan, 
reviewed by Szehon Ho, Sushanth Sowmyan)

------------------------------------------
[...truncated 321 lines...]
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/JIRAService.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/Drone.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/Constants.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/ssh
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RemoteCommandResult.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHCommandExecutor.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RSyncCommandExecutor.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHCommand.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHResult.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RSyncCommand.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RSyncResult.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/NonZeroExitCodeException.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/AbstractSSHCommand.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/AbstractSSHResult.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHExecutionException.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/AbortDroneException.java
A    
ptest2/src/main/java/org/apache/hive/ptest/execution/LocalCommandFactory.java
A    ptest2/src/main/java/org/apache/hive/ptest/execution/ExecutionPhase.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/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/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/Status.java
A    ptest2/src/main/java/org/apache/hive/ptest/api/server
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/server/ExecutionController.java
A    ptest2/src/main/java/org/apache/hive/ptest/api/request
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/java/org/apache/hive/ptest/api/request/TestStopRequest.java
A    ptest2/pom.xml
A    ptest2/README.md
Checked out revision 1677104.
+ 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: 
https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml
Downloading: 
http://repo.springsource.org/milestone/net/schmizz/sshj/maven-metadata.xml
Downloading: 
http://people.apache.org/~brock/approvals-maven-repository/net/schmizz/sshj/maven-metadata.xml
Downloading: 
http://repo.maven.apache.org/maven2/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 0.4 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.1 KB/sec)
                        
Downloaded: 
https://oss.sonatype.org/content/repositories/snapshots/net/schmizz/sshj/maven-metadata.xml
 (398 B at 0.1 KB/sec)
Downloading: 
http://people.apache.org/~brock/approvals-maven-repository/net/schmizz/sshj/0.9.1-SNAPSHOT/maven-metadata.xml
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: 
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 9.4 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 9.5 KB/sec)
         
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
         
Downloading: 
http://repository.apache.org/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 12.0 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 11.6 KB/sec)
         
[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 [2796 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: 2:05.169s
[INFO] Finished at: Fri May 01 06:03:37 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-65
2015-05-01 07:06:05,921 ERROR TestExecutor.run:138 Error executing 
HIVE-TRUNK-JAVA8-65 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:99)
        at 
org.apache.hive.ptest.execution.conf.TestConfiguration.fromInputStream(TestConfiguration.java:272)
        at 
org.apache.hive.ptest.execution.conf.TestConfiguration.fromFile(TestConfiguration.java:280)
        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-65


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

Reply via email to