1. 27 5月, 2015 2 次提交
  2. 26 5月, 2015 2 次提交
  3. 22 5月, 2015 2 次提交
  4. 20 5月, 2015 1 次提交
  5. 29 4月, 2015 2 次提交
  6. 21 4月, 2015 2 次提交
  7. 15 4月, 2015 1 次提交
  8. 13 4月, 2015 1 次提交
  9. 08 4月, 2015 4 次提交
  10. 01 4月, 2015 1 次提交
  11. 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
  12. 23 3月, 2015 1 次提交
    • M
      [FLINK-1679] use a consistent name for parallelism · cf84bca1
      Maximilian Michels 提交于
      * rename occurrences of degree of parallelism to parallelism
      
      * [Dd]egree[ -]of[ -]parallelism -> [pP]arallelism
      * (DOP|dop) -> [pP]arallelism
      * paraDegree -> parallelism
      * degree-of-parallelism -> parallelism
      * DEGREE_OF_PARALLELISM -> PARALLELISM
      cf84bca1
  13. 20 3月, 2015 1 次提交
  14. 18 3月, 2015 1 次提交
    • T
      [FLINK-1697] [ml] Adds web documentation for alternating least squares. Adds... · 21e2d96f
      Till Rohrmann 提交于
      [FLINK-1697] [ml] Adds web documentation for alternating least squares. Adds web documentation for polynomial base feature mapper.
      
      [ml] Adds comments
      
      [ml] Set degree of parallelism of test suites to 2
      
      [ml] Replaces FlatSpec tests with JUnit integration test cases in order to suppress the sysout output.
      
      [ml] Adds missing clients-test jar
      
      [docs] Sets jekyll's baseurl to http://ci.apache.org/projects/flink/flink-docs-master
      
      [ml] Replaces JBlas by java netlib to avoid license issues of included fortran libraries
      
      [ml] Adds com.github.fommil.netlib:core to license file
      
      [ml] Adds Scala docs to FlinkTools
      
      [ml] Adds comments to LabeledVector and the math package object
      
      This closes #479.
      21e2d96f
  15. 13 3月, 2015 1 次提交
  16. 11 3月, 2015 1 次提交
  17. 09 3月, 2015 1 次提交
  18. 05 3月, 2015 2 次提交
  19. 04 3月, 2015 1 次提交
  20. 18 2月, 2015 2 次提交
  21. 12 2月, 2015 2 次提交
  22. 07 2月, 2015 1 次提交
  23. 05 2月, 2015 1 次提交
  24. 04 2月, 2015 4 次提交
  25. 03 2月, 2015 2 次提交