1. 31 3月, 2015 3 次提交
    • 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
    • H
      121a5a0c
    • S
      [FLINK-1801] [FLINK-1465] Network environment can start prior to TaskManager... · ee273dbe
      Stephan Ewen 提交于
      [FLINK-1801] [FLINK-1465] Network environment can start prior to TaskManager in "disassociated" mode.
      
      NetworkEnvironment allocates heavy network buffer pool on startup and supports
      multiple associations / disassociations with the TaskManager actor.
      
      Fix negative memory report by replacing overflowing ints with longs.
      ee273dbe
  2. 30 3月, 2015 12 次提交
  3. 29 3月, 2015 3 次提交
  4. 28 3月, 2015 5 次提交
  5. 27 3月, 2015 10 次提交
  6. 26 3月, 2015 7 次提交