[
https://issues.apache.org/jira/browse/HDFS-8775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653801#comment-14653801
]
James Clampffer commented on HDFS-8775:
---------------------------------------
I'm still learning more about the actual security protocol so I'll have to wait
until I can make a good judgement there. In the meantime is there a reason to
alternate taking std::strings as parameters in the same function both by ptr or
ref?
e.g.
class DigestMD5Authenticator {
...
private:
static size_t NextToken(const std::string &payload, size_t off,
std::string *tok);
I think it would make things more maintainable to pick one and stick with it;
references are typically implemented as pointers so the performance should be
the same in either case.
> SASL support for data transfer protocol in libhdfspp
> ----------------------------------------------------
>
> Key: HDFS-8775
> URL: https://issues.apache.org/jira/browse/HDFS-8775
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Attachments: HDFS-8775.000.patch
>
>
> This jira proposes to implement basic SASL support for the data transfer
> protocol which allows libhdfspp to talk to secure clusters.
> Support for encryption is deferred to subsequent jiras.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)