1. 29 4月, 2015 1 次提交
  2. 28 4月, 2015 1 次提交
  3. 24 4月, 2015 1 次提交
  4. 22 4月, 2015 1 次提交
  5. 21 4月, 2015 2 次提交
  6. 14 4月, 2015 1 次提交
  7. 03 4月, 2015 1 次提交
  8. 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
  9. 27 3月, 2015 4 次提交
  10. 20 3月, 2015 3 次提交
  11. 18 3月, 2015 1 次提交
  12. 11 3月, 2015 1 次提交
  13. 19 2月, 2015 2 次提交
  14. 18 2月, 2015 5 次提交
  15. 10 2月, 2015 1 次提交
  16. 07 2月, 2015 2 次提交
  17. 03 2月, 2015 3 次提交
  18. 28 1月, 2015 1 次提交
  19. 24 1月, 2015 1 次提交
    • R
      [FLINK-1295][FLINK-883] Allow to deploy 'job only' YARN cluster. Add tests to YARN · 2af65867
      Robert Metzger 提交于
      - users can now also deploy Flink on YARN for executing a single job.
      - The flink-yarn project has been moved out of the flink-addons module
      - the MiniYARNCluster is used for testing Flink on YARN
      - There is now a (undocumented) Java interface Flink's YARN client, allowing users to manually control the Yarn session.
      - ALL ports used by Flink when running on YARN are automatically determined. In the past users reported problems with blocked ports (YARN is telling the client the RPC address of the application master)
      - The checks before deployment have been improved to give better error messages if the user is requesting too many resources for a YARN session
      2af65867
  20. 19 1月, 2015 3 次提交
    • S
      [maven] Fix project name and inception year · a22f9948
      Stephan Ewen 提交于
      a22f9948
    • M
      Commit for year 2015 · e818729e
      mbalassi 提交于
      Updated NOTICE files
      Updated inceptionYear in pom
      e818729e
    • S
      Minor dependencies cleanup: · 543453d4
      Stephan Ewen 提交于
        - Move sling JSON dependency to streaming connectors (prev streaming core)
        - Exclude YARN API from transitive mapreduce-core dependencies we use the dependency
          only for .mapred and .mapreduce interfaces
        - Remove some unnecessary dependencies (junit in java8)
        - Manage Kryo dependency
        - Cleanup minor POM warnings.
      543453d4
  21. 08 1月, 2015 3 次提交
  22. 20 12月, 2014 1 次提交