Martha Obrinteschi created CAMEL-7278:
-----------------------------------------

             Summary: 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
            Reporter: Martha Obrinteschi
            Priority: Minor
             Fix For: 2.11.2


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