1. 14 2月, 2020 1 次提交
  2. 10 12月, 2019 1 次提交
  3. 31 8月, 2019 1 次提交
  4. 12 7月, 2019 1 次提交
  5. 04 5月, 2019 1 次提交
  6. 25 2月, 2019 1 次提交
  7. 14 12月, 2018 1 次提交
  8. 03 11月, 2018 1 次提交
  9. 17 7月, 2018 1 次提交
  10. 27 2月, 2018 1 次提交
  11. 09 1月, 2018 1 次提交
    • T
      [FLINK-7903] [tests] Add flip6 build profile · 2d97cc18
      Till Rohrmann 提交于
      The flip6 build profile only runs the Flip-6 related test cases. Moreover,
      all Flip-6 related test cases are excluded when not running the flip6 build
      profile. This should reduce testing time when adding more and more Flip-6
      test cases.
      
      Include flink-test-utils-junit in all submodules to make the Category marker interfaces Flip6 and OldAndFlip6 available
      
      This closes #4889.
      2d97cc18
  12. 09 11月, 2017 1 次提交
  13. 07 11月, 2017 1 次提交
  14. 27 9月, 2017 1 次提交
    • A
      [FLINK-2268] Don't include Hadoop deps in flink-core/flink-java · a477db39
      Aljoscha Krettek 提交于
      This also makes them optional in flink-runtime, which is enabled by the
      previous changes to only use Hadoop dependencies if they are available.
      
      This also requires adding a few explicit dependencies in other modules
      because they were using transitive dependencies of the Hadoop deps. The
      most common dependency there is, ha!, commons-io.
      a477db39
  15. 10 8月, 2017 1 次提交
  16. 07 8月, 2017 1 次提交
  17. 31 7月, 2017 1 次提交
  18. 25 7月, 2017 1 次提交
  19. 13 7月, 2017 1 次提交
  20. 08 5月, 2017 1 次提交
  21. 21 12月, 2016 2 次提交
    • R
      [build system] Update version to 1.3-SNAPSHOT · fd392704
      Robert Metzger 提交于
      fd392704
    • 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
  22. 30 11月, 2016 1 次提交
  23. 03 11月, 2016 1 次提交
  24. 05 8月, 2016 1 次提交
  25. 03 8月, 2016 1 次提交
  26. 05 7月, 2016 1 次提交
    • S
      [FLINK-3995] [build] Properly structure test scopes and dependencies · 4b71e0e7
      Stephan Ewen 提交于
      Makes the JUnit test utils (TestLogger, retry rules, ...) properly available to
      other projects without the 'flink-core' test-jar, via the 'flink-test-utils-junit' project.
      
      Makes the ForkableMiniCluster, TestEnvironment,  and other test utilities available in the 'main'
      scope of the 'flink-test-utils' project.
      
      Creates a 'flink-test-utils-parent' project that holds the 'flink-test-utils-junit' and
      'flink-test-utils' project.
      
      Also moves some tests between projects and inlines some very simple utility functions in
      order to simplify some test jar dependencies.
      4b71e0e7
  27. 11 5月, 2016 1 次提交
  28. 29 2月, 2016 1 次提交
  29. 05 2月, 2016 1 次提交
  30. 02 2月, 2016 1 次提交
  31. 01 2月, 2016 1 次提交
  32. 21 1月, 2016 1 次提交
  33. 01 12月, 2015 1 次提交
  34. 23 10月, 2015 1 次提交
  35. 01 10月, 2015 1 次提交
  36. 28 8月, 2015 1 次提交
  37. 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
  38. 21 8月, 2015 1 次提交
    • C
      [FLINK-1901] [core] Create sample operator for Dataset. · c9cfb17c
      chengxiang li 提交于
      [FLINK-1901] [core] enable sample with fixed size on the whole dataset.
      
      [FLINK-1901] [core] add more comments for RandomSamplerTest.
      
      [FLINK-1901] [core] refactor PoissonSampler output Iterator.
      
      [FLINK-1901] [core] move sample/sampleWithSize operator to DataSetUtils.
      
      Adds notes for commons-math3 to LICENSE and NOTICE file
      
      This closes #949.
      c9cfb17c
  39. 18 6月, 2015 1 次提交