1. 01 6月, 2017 2 次提交
  2. 15 5月, 2017 2 次提交
  3. 11 5月, 2017 1 次提交
  4. 10 5月, 2017 1 次提交
  5. 08 5月, 2017 1 次提交
  6. 07 5月, 2017 1 次提交
    • N
      [FLINK-4545] [network] replace the network buffers parameter · 0bb49e53
      Nico Kruber 提交于
      Instead, allow the configuration with the following three new (more flexible)
      parameters:
       * "taskmanager.network.memory.fraction": fraction of JVM memory to use for network buffers (default: 0.1)
       * "taskmanager.network.memory.min": minimum memory size for network buffers (default: 64 MB)
       * "taskmanager.network.memory.max": maximum memory size for network buffers (default: 1 GB)
      
      This closes #3721
      0bb49e53
  7. 05 5月, 2017 1 次提交
  8. 03 5月, 2017 1 次提交
  9. 27 4月, 2017 1 次提交
  10. 22 4月, 2017 1 次提交
  11. 18 4月, 2017 1 次提交
  12. 16 2月, 2017 1 次提交
    • N
      [FLINK-5814] [build] Fix packaging flink-dist in unclean source directory · 2ec2abfa
      Nico Kruber 提交于
      If "<flink-dir>/build-target" already existed, running 'mvn package' for
      flink-dist would create a symbolic link inside "<flink-dir>/build-target"
      instead of replacing that symlink. This commit fixes this behaviour of 'ln -sf'
      by adding the --no-dereference parameter.
      
      This closes #3331
      2ec2abfa
  13. 21 12月, 2016 4 次提交
    • R
      [build system] Update version to 1.3-SNAPSHOT · fd392704
      Robert Metzger 提交于
      fd392704
    • S
      [FLINK-4861] [build] Make sure 'opt' artifacts are not in the 'flink-dist' uber jar · 862e347a
      Stephan Ewen 提交于
      This also removes gelly-examples from 'opt' assembly
      862e347a
    • G
      [FLINK-4861] [build] Package optional project artifacts · 5c76baa1
      Greg Hogan 提交于
      Package the Flink connectors, metrics, and libraries into subdirectories
      of a new opt directory in the release/snapshot tarballs.
      
      This closes #3014
      5c76baa1
    • S
      [FLINK-5369] [build] Rework jsr305 and logging dependencies. · cefb8db3
      Stephan Ewen 提交于
      Currently, every project in Flink has a hard (compile scope) dependency on the jsr305, slf4j, and log4j
      artifacts. That way they are pulled into every fat jar, including user fat jars as soon as they refer to
      a connector or library.
      
      This commit changes the behavior in two ways:
      
        1. It removes the concrete logger dependencies from the root pom file. Instead, it adds them to the
           'flink-core' project. That way, all modules that refer to 'flink-core' will have those dependencies
           as well, but the projects that have 'flink-core' as provided (connectors, libraries, user programs,
           etc) will have those dependencies transitively as provided as well.
      
        2. The commit overrides the slf4j and jsr305 dependencies in the parents of 'flink-connectors',
           'flink-libraries', and 'flink-metrics' and sets the to 'provided'. That way all core projects
           pull the logger classes, but all projects that are not part of flink-dist (and rather bundled
           in fat jars) will not bundle these dependencies again.
      
      The flink-dist puts the dependencies into the fat jar (slf4j, jsr305) or the lib folder (log4j).
      cefb8db3
  14. 30 11月, 2016 1 次提交
  15. 27 10月, 2016 1 次提交
  16. 12 10月, 2016 1 次提交
  17. 04 10月, 2016 1 次提交
    • M
      [FLINK-4732] remove maven junction plugin · 5a573c6b
      Maximilian Michels 提交于
      On Windows, the plugin downloads and executes code from the author's
      web site. The downloaded file is not signed in the same way as Maven
      artifacts from Maven central which have to be signed with the
      developer's key. This could be a potential target for attackers.
      
      This closes #2586
      5a573c6b
  18. 29 8月, 2016 1 次提交
    • W
      [FLINK-1984] Mesos ResourceManager - T1 milestone · d9b2be05
      wrighe3 提交于
      Implemented Mesos AppMaster including:
      - runners for AppMaster and TaskManager
      - MesosFlinkResourceManager as a Mesos framework
      - ZK persistent storage for Mesos tasks
      - reusable scheduler actors for:
        - offer handling using Netflix Fenzo (LaunchCoordinator)
        - reconciliation (ReconciliationCoordinator)
        - task monitoring (TaskMonitor)
        - connection monitoring (ConnectionMonitor)
      - lightweight HTTP server to serve artifacts to the Mesos fetcher (ArtifactServer)
      - scenario-based logging for:
        - connectivity issues
        - offer handling (receive, process, decline, rescind, accept)
      - incorporated FLINK-4152, FLINK-3904, FLINK-4141, FLINK-3675, FLINK-4166
      d9b2be05
  19. 03 8月, 2016 2 次提交
  20. 26 7月, 2016 1 次提交
  21. 27 5月, 2016 1 次提交
  22. 05 3月, 2016 1 次提交
  23. 03 3月, 2016 1 次提交
  24. 29 2月, 2016 1 次提交
  25. 08 2月, 2016 1 次提交
  26. 27 1月, 2016 1 次提交
  27. 19 1月, 2016 1 次提交
  28. 14 1月, 2016 2 次提交
  29. 05 12月, 2015 1 次提交
  30. 23 10月, 2015 1 次提交
  31. 21 10月, 2015 1 次提交
  32. 18 10月, 2015 1 次提交
  33. 07 10月, 2015 1 次提交