From issues-return-191635-apmail-hive-issues-archive=hive.apache.org@hive.apache.org Mon Jun 1 07:02:02 2020 Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 47BC619086 for ; Mon, 1 Jun 2020 07:02:02 +0000 (UTC) Received: (qmail 95286 invoked by uid 500); 1 Jun 2020 07:02:01 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 95259 invoked by uid 500); 1 Jun 2020 07:02:01 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 95246 invoked by uid 99); 1 Jun 2020 07:02:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2020 07:02:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0C867E0158 for ; Mon, 1 Jun 2020 07:02:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 80D7E780172 for ; Mon, 1 Jun 2020 07:02:00 +0000 (UTC) Date: Mon, 1 Jun 2020 07:02:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HIVE-20359) Update protobuf version in pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-20359?focusedWorklogId=3D= 439373&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpa= nel#worklog-439373 ] ASF GitHub Bot logged work on HIVE-20359: ----------------------------------------- Author: ASF GitHub Bot Created on: 01/Jun/20 07:01 Start Date: 01/Jun/20 07:01 Worklog Time Spent: 10m=20 Work Description: dlavati closed pull request #920: URL: https://github.com/apache/hive/pull/920 =20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 439373) Time Spent: 0.5h (was: 20m) > 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 > 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: 0.5h > 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/] .=C2=A0 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.=C2=A0 The hive release = version branch v3/3.0/3.1/master branch build fails on AArch64 because of o= ld 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 machin= e.=C2=A0 This Jira ticket is used to propose a patch on Hive mailing list [= https://git.linaro.org/people/naresh.bhat/apache/hive.git/]=C2=A0 to update= pom.xml files protobuf version.=C2=A0 I will also cherry-pick patches for = other branches v3/3.0/3.1, and create a pull request. > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)