[
https://issues.apache.org/jira/browse/HADOOP-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13991154#comment-13991154
]
Yongjun Zhang commented on HADOOP-10389:
----------------------------------------
I ran into this compiler error
{code}
...
hadoop-native-core/rpc/conn.c: In function ‘hrpc_conn_setup_payload’:
hadoop-native-core/rpc/conn.c:172: error: expected ‘)’ before ‘PRId64’
hadoop-native-core/rpc/conn.c:173: warning: spurious trailing ‘%’ in format
/hadoop-native-core/rpc/conn.c: In function ‘conn_deliver_resp’:
...
{code}
and I found I need to add the following line
{code}
#include <inttypes.h>
{code}
to both rpc/conn.c and rpc/proxy.c to solve the problem.
> Native RPCv9 client
> -------------------
>
> Key: HADOOP-10389
> URL: https://issues.apache.org/jira/browse/HADOOP-10389
> Project: Hadoop Common
> Issue Type: Sub-task
> Affects Versions: HADOOP-10388
> Reporter: Binglin Chang
> Assignee: Colin Patrick McCabe
> Attachments: HADOOP-10388.001.patch, HADOOP-10389.002.patch,
> HADOOP-10389.004.patch, HADOOP-10389.005.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)