1. 22 4月, 2017 1 次提交
  2. 18 4月, 2017 1 次提交
  3. 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
  4. 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
  5. 30 11月, 2016 1 次提交
  6. 27 10月, 2016 1 次提交
  7. 12 10月, 2016 1 次提交
  8. 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
  9. 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
  10. 03 8月, 2016 2 次提交
  11. 26 7月, 2016 1 次提交
  12. 27 5月, 2016 1 次提交
  13. 05 3月, 2016 1 次提交
  14. 03 3月, 2016 1 次提交
  15. 29 2月, 2016 1 次提交
  16. 08 2月, 2016 1 次提交
  17. 27 1月, 2016 1 次提交
  18. 19 1月, 2016 1 次提交
  19. 14 1月, 2016 2 次提交
  20. 05 12月, 2015 1 次提交
  21. 23 10月, 2015 1 次提交
  22. 21 10月, 2015 1 次提交
  23. 18 10月, 2015 1 次提交
  24. 07 10月, 2015 1 次提交
  25. 01 10月, 2015 1 次提交
  26. 11 9月, 2015 1 次提交
  27. 26 8月, 2015 1 次提交
    • R
      [FLINK-2555] Properly pass security credentials in the Hadoop Input/Output format wrappers · b264b010
      Robert Metzger 提交于
      This is needed because the Hadoop IF/OF's are using Hadoop's FileSystem stack, which is using
      the security credentials passed in the JobConf / Job class in the getSplits() method.
      
      Note that access to secured Hadoop 1.x using Hadoop IF/OF's is not possible with this change.
      This limitation is due to missing methods in the old APIs.
      
      - Add some comments & change dependency scope to test
      b264b010
  28. 21 7月, 2015 1 次提交
    • S
      [FLINK-2358] [dashboard] First part dashboard server backend · 44ee1c1b
      Stephan Ewen 提交于
       - Adds a separate Maven project for easier maintenance. Also allows users to refer to runtime without web libraries.
       - Simple HTTP server based on Netty HTTP (slim dependency, since we use netty anyways)
       - REST URL parsing via Netty Router
       - Abstract stubs for handlers that deal with errors and request/response
       - First set of URL request handlers that produce JSON responses
      
      This closes #677
      This closes #623
      This closes #297
      44ee1c1b
  29. 18 6月, 2015 1 次提交
  30. 17 6月, 2015 1 次提交
  31. 15 6月, 2015 1 次提交
  32. 05 6月, 2015 1 次提交
  33. 01 6月, 2015 1 次提交
  34. 28 5月, 2015 1 次提交
    • F
      [FLINK-1907] Add Flink Scala Shell · 717f8812
      fleischhauf 提交于
      This can either be used to connect to a Flink cluster or in local mode
      with a cluster in the same JVM.
      
      This only works for Scala 2.10 for now because the Scala REPL was
      modified in 2.11.
      717f8812
  35. 21 4月, 2015 1 次提交