You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bigtop.apache.org by Artem Ervits <ar...@nyp.org> on 2014/08/02 03:23:29 UTC

protoc issue while building from trunk

Hello all,

I was trying to build bigtop on a CentOS 6.5 machine. The process was:

Git clone bigtop.git
./check-env.sh returned no error
Gradle hadoop-rpm
This failed on hadoop-common with protoc error. I finally found a solution by installing protobuf-2.5.0. I didn’t see this dependency mentioned anywhere and was wondering if it makes sense to include it? What do you think?

thanks



________________________________

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message.  Thank you.

Re: protoc issue while building from trunk

Posted by Artem Ervits <ar...@nyp.org>.
I checked before installing 2.5.0 and issuing ³protoc ‹version² did not
return a result. Only after manually installing it was I able to build.

On 8/2/14, 12:24 AM, "Konstantin Boudnik" <co...@apache.org> wrote:

>Protoc 2.5.0 depedency is guaranteed to install by bigtop_toolchain.
>You can see it under bigtop_toolchain/README.md
>
>Cos
>
>On Sat, Aug 02, 2014 at 01:23AM, Artem Ervits wrote:
>> Hello all,
>>
>> I was trying to build bigtop on a CentOS 6.5 machine. The process was:
>>
>> Git clone bigtop.git
>> ./check-env.sh returned no error
>> Gradle hadoop-rpm
>> This failed on hadoop-common with protoc error. I finally found a
>>solution by installing protobuf-2.5.0. I didn¹t see this dependency
>>mentioned anywhere and was wondering if it makes sense to include it?
>>What do you think?
>>
>> thanks
>>
>>
>>
>> ________________________________
>>
>> This electronic message is intended to be for the use only of the named
>>recipient, and may contain information that is confidential or
>>privileged. If you are not the intended recipient, you are hereby
>>notified that any disclosure, copying, distribution or use of the
>>contents of this message is strictly prohibited. If you have received
>>this message in error or are not the named recipient, please notify us
>>immediately by contacting the sender at the electronic mail address
>>noted above, and delete and destroy all copies of this message. Thank
>>you.
>>
>> This electronic message is intended to be for the use only of the named
>>recipient, and may contain information that is confidential or
>>privileged.  If you are not the intended recipient, you are hereby
>>notified that any disclosure, copying, distribution or use of the
>>contents of this message is strictly prohibited.  If you have received
>>this message in error or are not the named recipient, please notify us
>>immediately by contacting the sender at the electronic mail address
>>noted above, and delete and destroy all copies of this message.  Thank
>>you.


________________________________

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message.  Thank you.

Re: protoc issue while building from trunk

Posted by Artem Ervits <ar...@nyp.org>.
I do see it in bigtop_toolchain/README. Not sure what went wrong.

On 8/2/14, 12:24 AM, "Konstantin Boudnik" <co...@apache.org> wrote:

>Protoc 2.5.0 depedency is guaranteed to install by bigtop_toolchain.
>You can see it under bigtop_toolchain/README.md
>
>Cos
>
>On Sat, Aug 02, 2014 at 01:23AM, Artem Ervits wrote:
>> Hello all,
>>
>> I was trying to build bigtop on a CentOS 6.5 machine. The process was:
>>
>> Git clone bigtop.git
>> ./check-env.sh returned no error
>> Gradle hadoop-rpm
>> This failed on hadoop-common with protoc error. I finally found a
>>solution by installing protobuf-2.5.0. I didn¹t see this dependency
>>mentioned anywhere and was wondering if it makes sense to include it?
>>What do you think?
>>
>> thanks
>>
>>
>>
>> ________________________________
>>
>> This electronic message is intended to be for the use only of the named
>>recipient, and may contain information that is confidential or
>>privileged. If you are not the intended recipient, you are hereby
>>notified that any disclosure, copying, distribution or use of the
>>contents of this message is strictly prohibited. If you have received
>>this message in error or are not the named recipient, please notify us
>>immediately by contacting the sender at the electronic mail address
>>noted above, and delete and destroy all copies of this message. Thank
>>you.
>>
>> This electronic message is intended to be for the use only of the named
>>recipient, and may contain information that is confidential or
>>privileged.  If you are not the intended recipient, you are hereby
>>notified that any disclosure, copying, distribution or use of the
>>contents of this message is strictly prohibited.  If you have received
>>this message in error or are not the named recipient, please notify us
>>immediately by contacting the sender at the electronic mail address
>>noted above, and delete and destroy all copies of this message.  Thank
>>you.


________________________________

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message.  Thank you.

Re: protoc issue while building from trunk

Posted by Konstantin Boudnik <co...@apache.org>.
Protoc 2.5.0 depedency is guaranteed to install by bigtop_toolchain.
You can see it under bigtop_toolchain/README.md

Cos

On Sat, Aug 02, 2014 at 01:23AM, Artem Ervits wrote:
> Hello all,
> 
> I was trying to build bigtop on a CentOS 6.5 machine. The process was:
> 
> Git clone bigtop.git
> ./check-env.sh returned no error
> Gradle hadoop-rpm
> This failed on hadoop-common with protoc error. I finally found a solution by installing protobuf-2.5.0. I didn’t see this dependency mentioned anywhere and was wondering if it makes sense to include it? What do you think?
> 
> thanks
> 
> 
> 
> ________________________________
> 
> This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.
> 
> This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message.  Thank you.