[ 
https://issues.apache.org/jira/browse/HIVE-14088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348527#comment-15348527
 ] 

Sergio Peña commented on HIVE-14088:
------------------------------------

Hey [~prasanth_j].

The ptest environment is running with JDK8. Search for {{java1.8.0_25}} here:
https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/240/consoleText

What you saw on the Jenkins environment variables is the version used to build 
PTest client only. Ptest should not affect the execution of tests. The 
configuration for the JDK used for tests are in the PTest server properties 
file:
{noformat}
$ cat trunk-mr2.properties
...
javaHome = /usr/java/jdk1.8.0_25
javaHomeForTests = /usr/java/jdk1.8.0_25
...
{noformat}

> Fix list_bucket test failures in master
> ---------------------------------------
>
>                 Key: HIVE-14088
>                 URL: https://issues.apache.org/jira/browse/HIVE-14088
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Prasanth Jayachandran
>
> The failures are related to diff showing jdk7 vs jdk8 hashmap ordering 
> differences. Since we have already moved our test infra to jdk8 it will be 
> safe to regen the golden file with jdk8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to