[
https://issues.apache.org/jira/browse/CAMEL-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934747#comment-13934747
]
Claus Ibsen commented on CAMEL-7278:
------------------------------------
What is the purpose of this? What does the new option solve?
> Adding owner option for HDFS Consumer
> -------------------------------------
>
> Key: CAMEL-7278
> URL: https://issues.apache.org/jira/browse/CAMEL-7278
> Project: Camel
> Issue Type: Wish
> Components: camel-hdfs
> Affects Versions: 2.11.2
> Reporter: Martha Obrinteschi
> Priority: Minor
> Labels: security
>
> 1. HdfsConsumer:129
> if(this.config.getOwner() != null){
> if(!(status.getOwner().equals(this.config.getOwner())))
> continue;
> }
> 2. HdfsConfiguration:
> private String owner = HdfsConstants.DEFAULT_OWNER;
> public String getOwner() {
> return owner;
> }
> public void setOwner(String owner) {
> this.owner = owner;
> }
> 3. HdfsConstants:
> public static final String DEFAULT_OWNER = null;
--
This message was sent by Atlassian JIRA
(v6.2#6252)