1. 18 5月, 2020 1 次提交
  2. 13 5月, 2020 2 次提交
  3. 06 2月, 2020 1 次提交
  4. 10 12月, 2019 1 次提交
  5. 12 7月, 2019 1 次提交
  6. 19 6月, 2019 1 次提交
  7. 28 2月, 2019 1 次提交
  8. 25 2月, 2019 1 次提交
  9. 10 1月, 2019 1 次提交
  10. 03 11月, 2018 1 次提交
  11. 26 7月, 2018 1 次提交
  12. 17 7月, 2018 1 次提交
  13. 19 4月, 2018 1 次提交
  14. 27 3月, 2018 2 次提交
  15. 22 3月, 2018 1 次提交
  16. 27 2月, 2018 1 次提交
  17. 07 11月, 2017 1 次提交
  18. 21 9月, 2017 1 次提交
  19. 15 8月, 2017 1 次提交
  20. 25 7月, 2017 1 次提交
  21. 13 7月, 2017 1 次提交
  22. 11 5月, 2017 1 次提交
  23. 08 5月, 2017 1 次提交
  24. 21 12月, 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. 29 2月, 2016 1 次提交
  28. 27 1月, 2016 1 次提交
  29. 23 10月, 2015 1 次提交
  30. 18 8月, 2015 1 次提交
  31. 18 6月, 2015 1 次提交
  32. 31 3月, 2015 1 次提交
    • R
      [FLINK-1771] Add support for submitting single jobs to a detached YARN session · 6b0d4076
      Robert Metzger 提交于
      With this change, users can submit a Flink job to a YARN cluster without having a local client monitoring the Application Master or job. You can basically fire and forget a Flink job to YARN.
      For supporting this, the ApplicationMaster can now monitor the status of a job and shutdown itself once it is in a terminal state.
      
      The change also verifies that various ways of setting the parallelism on YARN are passed through the system correctly (per job, session).
      
      There was a bug in YARN container creation which made the configuration values for the heap offset useless. This change fixes this error.
      
      All mentioned features and bugs are covered by the flink-yarn-tests.
      
      This closes #542
      6b0d4076
  33. 20 3月, 2015 1 次提交
  34. 11 3月, 2015 1 次提交
  35. 20 12月, 2014 1 次提交
  36. 19 12月, 2014 2 次提交
  37. 17 12月, 2014 1 次提交