[
https://issues.apache.org/jira/browse/KUDU-3781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084063#comment-18084063
]
ASF subversion and git services commented on KUDU-3781:
-------------------------------------------------------
Commit 43e84f1101c143e0ada17c442e805a8a71c2c6d8 in kudu's branch
refs/heads/master from Alexey Serbin
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=43e84f110 ]
KUDU-3781: build 3rd-party Thrift with OpenSSL support
In the context of the JIRA ticket it's necessary to use TLS/SSL-related
entities in the Thrift C++ library, and those are available only
when configuring the library to be built with OpenSSL support.
This patch explicitly enables OpenSSL support for the Thrift
library by adding -DWITH_OPENSSL=ON for cmake invocation.
Also, add an extra flag to be explicit that the compiler supports
at least C++17 and remove obsolete -DWITH_PLUGIN macro.
P.S. I'm planning to update the library up to 0.23.0 version
in a follow-up changelist: there were multiple security
vulnerabilities published recently
Change-Id: If8bb4ad61b57546c3c0c9ced0f1b9b3aabac183c
Reviewed-on: http://gerrit.cloudera.org:8080/24373
Reviewed-by: Zoltan Chovan <[email protected]>
Tested-by: Zoltan Chovan <[email protected]>
Reviewed-by: Marton Greber <[email protected]>
> Add TLS transport option for Thrift client used to communicate with HMS
> catalog
> -------------------------------------------------------------------------------
>
> Key: KUDU-3781
> URL: https://issues.apache.org/jira/browse/KUDU-3781
> Project: Kudu
> Issue Type: Improvement
> Reporter: Alexey Serbin
> Assignee: Alexey Serbin
> Priority: Major
>
> As of time of writing, the Thrift client that Kudu masters use to communicate
> with HMS catalog doesn't support TLS transport.
> The HMS catalog allows for configuring TLS protection for connections to HMS
> clients speaking the Apache Thrift protocol. From the Kudu side, it's
> necessary to add TLS transport support to the HMS catalog client used by Kudu
> masters.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)