[
https://issues.apache.org/jira/browse/HDFS-15236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114321#comment-17114321
]
Siyao Meng commented on HDFS-15236:
-----------------------------------
No worries. Glad to help. Reinstalling protobuf 3.7.1 might solve the issue. It
is possible the protobuf header include path
({{/usr/local/include/google/protobuf/}} by default) went missing or
unregistered after updates. I used the one in BUILDING.txt:
{code:title=BUILDING.txt}
* Protocol Buffers 3.7.1 (required to build native code)
$ mkdir -p /opt/protobuf-3.7-src \
&& curl -L -s -S \
https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-java-3.7.1.tar.gz
\
-o /opt/protobuf-3.7.1.tar.gz \
&& tar xzf /opt/protobuf-3.7.1.tar.gz --strip-components 1 -C
/opt/protobuf-3.7-src \
&& cd /opt/protobuf-3.7-src \
&& ./configure\
&& make install \
&& rm -rf /opt/protobuf-3.7-src
{code}
> Upgrade googletest to the latest version
> ----------------------------------------
>
> Key: HDFS-15236
> URL: https://issues.apache.org/jira/browse/HDFS-15236
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: native, test
> Reporter: Akira Ajisaka
> Priority: Major
>
> Now libhdfspp is using gmock-1.7.0 with the patch in HDFS-15232. gmock was
> moved to googletest and the latest version is 1.10.0. Let's upgrade it to
> remove our own patch.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]