1. 13 3月, 2015 4 次提交
  2. 12 3月, 2015 2 次提交
    • R
      [FLINK-1629][FLINK-1630][FLINK-1547] Add option to start Flink on YARN in a... · 13bb21b1
      Robert Metzger 提交于
      [FLINK-1629][FLINK-1630][FLINK-1547] Add option to start Flink on YARN in a detached mode. YARN container reallocation.
      
      This commit is changing:
      [FLINK-1629]: users can now "fire and forget" jobs to YARN or YARN sessions to there. (Detached mode)
      [FLINK-1630]: YARN is now reallocating failed YARN containers during the lifetime of a YARN session.
      [FLINK-1547]: Users can now specify if they want the ApplicationMaster (= the JobManager = the entire YARN session) to restart on failure, and how often. After the first restart, the session will behave like a detached session. There is now backup of state between the old and the new AM.
      
      The whole resource negotiation process between the RM and the AM has been reworked.
      Flink is now much more flexible when requesting new containers and also giving back uneeded containers.
      
      A new test case is testing the container restart. It is also verifying that the web frontend is proplery started,
      that the logfile access is possible and
      that the configuration values the user specifies when starting the YARN session are visible in the web frontend.
      
      This closes #468
      13bb21b1
    • C
      [FLINK-1654] [docs] Fix scala example in programming guide · fd9ca4de
      Chiwan Park 提交于
      This closes #478
      fd9ca4de
  3. 11 3月, 2015 2 次提交
  4. 10 3月, 2015 26 次提交
  5. 09 3月, 2015 4 次提交
  6. 08 3月, 2015 1 次提交
  7. 07 3月, 2015 1 次提交