[ https://issues.apache.org/jira/browse/HIVE-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360285#comment-15360285 ]
Hive QA commented on HIVE-14149: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12815827/HIVE-14149.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 11 failed/errored test(s), 10292 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_list_bucket_dml_12 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_stats_list_bucket org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_subquery_multiinsert org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver_vector_complex_all org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver_vector_complex_join org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_cbo_udf_udaf org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_subquery_in org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_tez_vector_dynpart_hashjoin_1 org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vectorized_timestamp_ints_casts org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_windowing_gby org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService.testDelayedLocalityNodeCommErrorImmediateAllocation {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/351/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/351/console Test logs: http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-351/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 11 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12815827 - PreCommit-HIVE-MASTER-Build > Joda Time causes an AmazonS3Exception on Hadoop3.0.0 > ---------------------------------------------------- > > Key: HIVE-14149 > URL: https://issues.apache.org/jira/browse/HIVE-14149 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 2.1.0 > Reporter: Abdullah Yousufi > Assignee: Abdullah Yousufi > Attachments: HIVE-14149.1.patch > > > Java1.8u60 and higher cause Joda Time 2.5 to incorrectly format timezones, > which leads to the aws server rejecting requests with the aws sdk hadoop3.0 > uses. This means any queries involving the s3a connector will return the > following AmazonS3Exception: > {code} > com.amazonaws.services.s3.model.AmazonS3Exception: AWS authentication > requires a valid Date or x-amz-date header > {code} > The fix for this is to update Joda Time from 2.5 to 2.8.1. See here for > details: > https://github.com/aws/aws-sdk-java/issues/444 -- This message was sent by Atlassian JIRA (v6.3.4#6332)