Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7278

Adding owner option for HDFS Consumer

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.11.2
    • 2.12.4, 2.13.0
    • camel-hdfs

    Description

      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;

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            thadia Martha Obrinteschi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: