XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.6.0, 1.5.1
    • None
    • None

    Description

      Timestamp extension is added to every file in HDFS sink. For a matter, it is added to every sink using BucketWriter.java. Line 247 -249 adds this timestamp counter to filename and it cannot be configured in opposite to what ashar103 said in parent task.

              long counter = fileExtensionCounter.incrementAndGet();
      
              String fullFileName = fileName + "." + counter;
      [...]
              bucketPath = filePath + "/" + inUsePrefix + fullFileName + inUseSuffix;
              targetPath = filePath + "/" + fullFileName;
      

      Event creation time is not necessary a time of event saving into hdfs, obviously events can be delayed. Thus I don't know why file creation timestamp is mandatory - it can be confusing.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              truecurry Maciej Karaƛ
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: