Re: Hive build from source is failing on ppc64le

2018-08-30 Thread Meghali Dhoble
ect: Re: Hive build from source is failing on ppc64le > I am unable to understand what binary it is looking for and is there a way > to manually build it and provide the path to it. > Could someone please help me understand this issue better? https://issues.apache.org/jira/

Re: Hive build from source is failing on ppc64le

2018-08-30 Thread Gopal Vijayaraghavan
> I am unable to understand what binary it is looking for and is there a way > to manually build it and provide the path to it. > Could someone please help me understand this issue better? https://issues.apache.org/jira/browse/HIVE-18601 Does that patch help you? Cheers, Gopal

Re: Hive build from source is failing on ppc64le

2018-08-29 Thread Meghali Dhoble
rom: Zoltan Haindrich To: dev@hive.apache.org, Meghali Dhoble Date: 08/29/2018 06:29 PM Subject:Re: Hive build from source is failing on ppc64le Hello, it seems the metastore is also refering to it.. git grep 2.5.0|grep pom.xml I would highly recommend to give a try to the standal

Re: Hive build from source is failing on ppc64le

2018-08-29 Thread Zoltan Haindrich
oltan Haindrich ---08/29/2018 05:36:22 PM---Hello, It seems ppc64le is added in INVALID URI REMOVED From: Zoltan Haindrich To: dev@hive.apache.org, Meghali Dhoble Date: 08/29/2018 05:36 PM Subject: Re: Hive build from source is failing on pp

Re: Hive build from source is failing on ppc64le

2018-08-29 Thread Meghali Dhoble
bject: Re: Hive build from source is failing on ppc64le Hello, It seems ppc64le is added in https://github.com/protocolbuffers/protobuf/pull/4411 to protobuf; from here https://github.com/protocolbuffers/protobuf/commit/7f92711085374322f416745e00e69b63c4fcbbf2 I think you should try to use at

Re: Hive build from source is failing on ppc64le

2018-08-29 Thread Zoltan Haindrich
Hello, It seems ppc64le is added in https://github.com/protocolbuffers/protobuf/pull/4411 to protobuf; from here https://github.com/protocolbuffers/protobuf/commit/7f92711085374322f416745e00e69b63c4fcbbf2 I think you should try to use at least 3.6.1... Good luck building Hive on power...but I'

Hive build from source is failing on ppc64le

2018-08-29 Thread Meghali Dhoble
Hi Hive-Team, I have been working to get the hive-jdbc built on the power platform. However it's failing for me with an error which indicates that a particular binary is not present at the maven-repository for ppc64le. I tried replacing the binary at ~/.m2/repository location, however that didn'