1. 18 5月, 2020 1 次提交
  2. 13 2月, 2020 1 次提交
  3. 10 12月, 2019 1 次提交
  4. 08 11月, 2019 1 次提交
  5. 22 8月, 2019 1 次提交
  6. 21 8月, 2019 1 次提交
  7. 12 7月, 2019 1 次提交
  8. 25 2月, 2019 1 次提交
  9. 03 11月, 2018 1 次提交
  10. 17 7月, 2018 1 次提交
  11. 27 2月, 2018 1 次提交
  12. 20 2月, 2018 1 次提交
  13. 16 1月, 2018 1 次提交
  14. 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
  15. 07 11月, 2017 1 次提交
  16. 30 6月, 2017 1 次提交
  17. 08 5月, 2017 1 次提交
  18. 21 12月, 2016 1 次提交
  19. 24 10月, 2016 1 次提交
  20. 03 8月, 2016 1 次提交
  21. 29 2月, 2016 1 次提交
  22. 04 2月, 2016 1 次提交
  23. 25 1月, 2016 1 次提交
  24. 15 1月, 2016 1 次提交
  25. 14 1月, 2016 1 次提交
  26. 16 12月, 2015 1 次提交
  27. 23 10月, 2015 1 次提交
  28. 06 10月, 2015 1 次提交
    • M
      [Storm Compatibility] Maven module restucturing and cleanup · 4cb96708
      mjsax 提交于
        - removed storm-parent; renamed storm-core and storm-examples
        - updated internal Java package structure
          * renamed package "stormcompatibility" to "storm"
          * unified *SpoutWrapper* to single SpoutWrapper.java class
          * moved classes to appropriate packages
          * shortened class names by stripping "Storm"
        - some more minor fixes, cleanups, and test improvements
        - updated READMEs and web documentation
        - updated examples pom.xml to assembly WordCount jars correctly
      4cb96708
  29. 09 9月, 2015 1 次提交
    • T
      [FLINK-1297] add accumulator called OperatorStatsAccumulator · 063b1092
      Tamara Mendt 提交于
      ..capable of tracking min, max and estimates for count distinct and
      heavy hitters.
      
      The count distinct algorithms are Linear Counting and HyperLogLog, both
      from an imported library from clearspring.
      
      The heavy hitters algorithms are Lossy counting (Manku et.al 2002) and
      one based on Count Min Sketch (Cormode 2005).
      
      The heavy hitters algorithms are implemented in the statistics package
      in the flink-operator-stats submodule of flink-contrib.
      
      Include tests verifying if merged skecthes have the same guarantees as
      local sketches.
      
      Added conditional to every collect variable, to make stats more
      configurable. Made print operator stats more informative. Added
      arguments to yarn pom to enable building
      
      Implemented deep cloning for class OperatorStatistics. Added additional
      tests in OperatorStatsAccumulatorTest to check if the accumulator works
      when only one statistic is being tracked, rather than all.
      
      This closes #605.
      063b1092
  30. 18 6月, 2015 1 次提交
  31. 15 6月, 2015 1 次提交
  32. 04 5月, 2015 2 次提交
  33. 29 4月, 2015 1 次提交
  34. 03 2月, 2015 1 次提交
  35. 19 1月, 2015 1 次提交
    • M
      [build tools] Release script update · d14f3834
      mbalassi 提交于
      Default hadoop version is now hadoop2
      Generate specific pom avoids version collisions with dependencies
      Updated poms for new release scripts
      
      Conflicts:
      	flink-addons/flink-avro/pom.xml
      	flink-addons/flink-hadoop-compatibility/pom.xml
      	flink-addons/flink-hbase/pom.xml
      	flink-addons/flink-jdbc/pom.xml
      	flink-addons/flink-spargel/pom.xml
      	flink-addons/flink-tachyon/pom.xml
      	flink-quickstart/flink-quickstart-java/pom.xml
      	flink-quickstart/flink-quickstart-scala/pom.xml
      d14f3834
  36. 20 12月, 2014 1 次提交
  37. 19 12月, 2014 2 次提交
  38. 17 12月, 2014 1 次提交