[
https://issues.apache.org/jira/browse/HIVE-20359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575912#comment-16575912
]
ASF GitHub Bot commented on HIVE-20359:
---------------------------------------
GitHub user nareshgbhat opened a pull request:
https://github.com/apache/hive/pull/412
HIVE-20359: Update protobuf to v3.6.1
The AArch64 support is released from v3.5.0 onwords. Hence
update all the pom.xml files to use the latest available prtobuf
version.
v3.6.1: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/
Signed-off-by: Naresh Bhat <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nareshgbhat/hive HIVE-20359_branch-3.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/412.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #412
----
commit c91cd6902006aefa058c6fbd495faf055d5c9215
Author: Naresh Bhat <naresh.bhat@...>
Date: 2018-08-10T07:23:07Z
HIVE-20359: Update protobuf to v3.6.1
The AArch64 support is released from v3.5.0 onwords. Hence
update all the pom.xml files to use the latest available prtobuf
version.
v3.6.1: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/
Signed-off-by: Naresh Bhat <[email protected]>
----
> 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: Naresh Bhat
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.1.0
>
>
> 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
(v7.6.3#76005)