1. 15 6月, 2016 4 次提交
    • M
      [FLINK-4030] Revert Surefire version to 2.18.1 · c8fed99e
      Maximilian Michels 提交于
      The ScalaShellITCase sometimes gets stuck before test execution with no output
      in the logs. We ran about a hundred builds against Surefire 2.18.1 which
      confirmed that the failures don't occur with this version.
      
      Waiting for an upstream fix until this can be reverted.
      
      This closes #2101
      c8fed99e
    • S
      [FLINK-3323] [docs] Add documentation for NiFi connector. · 8227b0f7
      smarthi 提交于
      This closes #2099
      8227b0f7
    • K
      [FLINK-2314] Make Streaming File Sources Persistent · d353895b
      kl0u 提交于
      This commit is a combination of several commits/changes. It combines
      changes to the file input formats and the streaming file read operator
      and integrates them into the API.
      
      These are the messages of the other two commits:
      
      [FLINK-3717] Make FileInputFormat checkpointable
      
      This adds a new interface called CheckpointableInputFormat
      which describes input formats whose state is queryable,
      i.e. getCurrentState() returns where the reader is
      in the underlying source, and they can resume reading from
      a user-specified position.
      
      This functionality is not yet leveraged by current readers.
      
      [FLINK-3889] Refactor File Monitoring Source
      
      This is meant to replace the different file
      reading sources in Flink streaming. Now there is
      one monitoring source with DOP 1 monitoring a
      directory and assigning input split to downstream
      readers.
      
      In addition, it makes the new features added by
      FLINK-3717 work together with the aforementioned entities
      (the monitor and the readers) in order to have
      fault tolerant file sources and exactly once guarantees.
      
      This does not replace the old API calls. This
      will be done in a future commit.
      d353895b
    • K
      [FLINK-3896] Allow a StreamTask to be Externally Cancelled · bc19486c
      kl0u 提交于
      It adds a method failExternally() to the StreamTask, so that custom Operators
      can make their containing task fail when needed.
      bc19486c
  2. 14 6月, 2016 2 次提交
  3. 11 6月, 2016 1 次提交
  4. 10 6月, 2016 6 次提交
  5. 09 6月, 2016 8 次提交
  6. 08 6月, 2016 10 次提交
  7. 07 6月, 2016 3 次提交
  8. 06 6月, 2016 4 次提交
  9. 02 6月, 2016 2 次提交