[
https://issues.apache.org/jira/browse/HIVE-20359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043379#comment-17043379
]
Hive QA commented on HIVE-20359:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12994281/HIVE-20359.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 18056 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver[hbase_handler_snapshot]
(batchId=112)
org.apache.hadoop.hive.hbase.TestPutResultWritable.testPut (batchId=206)
org.apache.hive.jdbc.TestJdbcGenericUDTFGetSplits2.testGenericUDTFOrderBySplitCount1
(batchId=290)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/20797/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/20797/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-20797/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12994281 - PreCommit-HIVE-Build
> Update protobuf version in pom.xml
> ----------------------------------
>
> Key: HIVE-20359
> URL: https://issues.apache.org/jira/browse/HIVE-20359
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Affects Versions: 3.1.0
> Environment: ARM64 Server machines with CentOS/Debian OS.
> Reporter: Naresh Bhat
> Assignee: David Lavati
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.1.0, 4.0.0
>
> Attachments: HIVE-20359.01.branch-3.1.patch,
> HIVE-20359.01.branch-3.1.patch, HIVE-20359.01.patch, HIVE-20359.01.patch,
> HIVE-20359.01.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The following protoc version's used in hive is very old i.e. 2.5.0
> [https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/] . The
> v2.5.0 does not have aarch64 support. But the AArch64 support started from
> v3.5.0 on-words in google's protobuf project release. The hive release
> version branch v3/3.0/3.1/master branch build fails on AArch64 because of old
> protoc version 2.5.0, in which there is no AArch64 support/exe available.
> After I replaced to latest available protoc version 3.6.1 the hive master
> branch pom.xml files, The hive compiled without any issues on ARM64 machine.
> This Jira ticket is used to propose a patch on Hive mailing list
> [https://git.linaro.org/people/naresh.bhat/apache/hive.git/] to update
> pom.xml files protobuf version. I will also cherry-pick patches for other
> branches v3/3.0/3.1, and create a pull request.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)