[jira] [Comment Edited] (HIVE-20359) Update protobuf version in pom.xml

2020-01-01 Thread liusheng (Jira)


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

liusheng edited comment on HIVE-20359 at 1/2/20 7:53 AM:
-

Hi,

Thanks for [~nbhat] brought this up, can this issue be taken care again? we 
have same requirement about running Hive on ARM platform. In Hadoop, we have 
pushed forward similar things which have almost been done.

https://issues.apache.org/jira/browse/HADOOP-13363


was (Author: seanlau):
Hi,

Thanks for [~nbhat] brought this up, can this issue be taken care again? we 
have same requirement about running Hive on ARM platform. In Hadoop, we have 
pushed forward similar things which have almost been done.

> 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
(v8.3.4#803005)


[jira] [Commented] (HIVE-20359) Update protobuf version in pom.xml

2020-01-01 Thread liusheng (Jira)


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

liusheng commented on HIVE-20359:
-

Hi,

Thanks for [~nbhat] brought this up, can this issue be taken care again. we 
have same requirement about running Hive on ARM platform. In Hadoop, we have 
pushed forward similar things which have almost been done.

> 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
(v8.3.4#803005)


[jira] [Comment Edited] (HIVE-20359) Update protobuf version in pom.xml

2020-01-01 Thread liusheng (Jira)


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

liusheng edited comment on HIVE-20359 at 1/2/20 7:16 AM:
-

Hi,

Thanks for [~nbhat] brought this up, can this issue be taken care again? we 
have same requirement about running Hive on ARM platform. In Hadoop, we have 
pushed forward similar things which have almost been done.


was (Author: seanlau):
Hi,

Thanks for [~nbhat] brought this up, can this issue be taken care again. we 
have same requirement about running Hive on ARM platform. In Hadoop, we have 
pushed forward similar things which have almost been done.

> 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
(v8.3.4#803005)


[jira] [Updated] (HIVE-21939) protoc:2.5.0 dependence has broken building on aarch64

2019-07-01 Thread liusheng (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liusheng updated HIVE-21939:

Environment: (was: When I try to build master of Hive from source code 
on "aarch64" server, I met following error:

[ERROR] Failed to execute goal 
com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project 
hive-standalone-metastore-common: Error resolving artifact: 
com.google.protobuf:protoc:2.5.0: Could not find artifact 
com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 in central 
([https://repo.maven.apache.org/maven2)]

that is because Hive using the "com.google.protobuf:protoc:2.5.0" as required 
artifact, which does not have released package for "aarch64" platform.)

> protoc:2.5.0  dependence has broken building on aarch64
> ---
>
> Key: HIVE-21939
> URL: https://issues.apache.org/jira/browse/HIVE-21939
> Project: Hive
>  Issue Type: Bug
>Reporter: liusheng
>Assignee: liusheng
>Priority: Blocker
>
> When I try to build master of Hive from source code on "aarch64" server, I 
> met following error:
> [ERROR] Failed to execute goal 
> com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project 
> hive-standalone-metastore-common: Error resolving artifact: 
> com.google.protobuf:protoc:2.5.0: Could not find artifact 
> com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 in central 
> ([https://repo.maven.apache.org/maven2)]
> that is because Hive using the "com.google.protobuf:protoc:2.5.0" as required 
> artifact, which does not have released package for "aarch64" platform.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21939) protoc:2.5.0 dependence has broken building on aarch64

2019-07-01 Thread liusheng (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liusheng updated HIVE-21939:

Description: 
When I try to build master of Hive from source code on "aarch64" server, I met 
following error:

[ERROR] Failed to execute goal 
com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project 
hive-standalone-metastore-common: Error resolving artifact: 
com.google.protobuf:protoc:2.5.0: Could not find artifact 
com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 in central 
([https://repo.maven.apache.org/maven2)]

that is because Hive using the "com.google.protobuf:protoc:2.5.0" as required 
artifact, which does not have released package for "aarch64" platform.

> protoc:2.5.0  dependence has broken building on aarch64
> ---
>
> Key: HIVE-21939
> URL: https://issues.apache.org/jira/browse/HIVE-21939
> Project: Hive
>  Issue Type: Bug
> Environment: When I try to build master of Hive from source code on 
> "aarch64" server, I met following error:
> [ERROR] Failed to execute goal 
> com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project 
> hive-standalone-metastore-common: Error resolving artifact: 
> com.google.protobuf:protoc:2.5.0: Could not find artifact 
> com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 in central 
> ([https://repo.maven.apache.org/maven2)]
> that is because Hive using the "com.google.protobuf:protoc:2.5.0" as required 
> artifact, which does not have released package for "aarch64" platform.
>Reporter: liusheng
>Assignee: liusheng
>Priority: Blocker
>
> When I try to build master of Hive from source code on "aarch64" server, I 
> met following error:
> [ERROR] Failed to execute goal 
> com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project 
> hive-standalone-metastore-common: Error resolving artifact: 
> com.google.protobuf:protoc:2.5.0: Could not find artifact 
> com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 in central 
> ([https://repo.maven.apache.org/maven2)]
> that is because Hive using the "com.google.protobuf:protoc:2.5.0" as required 
> artifact, which does not have released package for "aarch64" platform.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (HIVE-21939) protoc:2.5.0 dependence has broken building on aarch64

2019-07-01 Thread liusheng (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liusheng reassigned HIVE-21939:
---


> protoc:2.5.0  dependence has broken building on aarch64
> ---
>
> Key: HIVE-21939
> URL: https://issues.apache.org/jira/browse/HIVE-21939
> Project: Hive
>  Issue Type: Bug
> Environment: When I try to build master of Hive from source code on 
> "aarch64" server, I met following error:
> [ERROR] Failed to execute goal 
> com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project 
> hive-standalone-metastore-common: Error resolving artifact: 
> com.google.protobuf:protoc:2.5.0: Could not find artifact 
> com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 in central 
> ([https://repo.maven.apache.org/maven2)]
> that is because Hive using the "com.google.protobuf:protoc:2.5.0" as required 
> artifact, which does not have released package for "aarch64" platform.
>Reporter: liusheng
>Assignee: liusheng
>Priority: Blocker
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)