[ 
https://issues.apache.org/jira/browse/CAMEL-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen reassigned CAMEL-7278:
----------------------------------

    Assignee: Claus Ibsen

> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>              Labels: security
>             Fix For: 2.12.4, 2.13.0
>
>
> 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)

Reply via email to