1. 17 7月, 2018 1 次提交
  2. 04 5月, 2018 1 次提交
  3. 19 4月, 2018 1 次提交
  4. 22 3月, 2018 1 次提交
  5. 27 2月, 2018 1 次提交
  6. 07 11月, 2017 1 次提交
  7. 21 9月, 2017 1 次提交
  8. 15 8月, 2017 1 次提交
  9. 25 7月, 2017 1 次提交
  10. 13 7月, 2017 1 次提交
  11. 11 5月, 2017 1 次提交
  12. 08 5月, 2017 1 次提交
  13. 21 12月, 2016 1 次提交
  14. 03 8月, 2016 1 次提交
  15. 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
  16. 29 2月, 2016 1 次提交
  17. 27 1月, 2016 1 次提交
  18. 23 10月, 2015 1 次提交
  19. 18 8月, 2015 1 次提交
  20. 18 6月, 2015 1 次提交
  21. 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
  22. 20 3月, 2015 1 次提交
  23. 11 3月, 2015 1 次提交
  24. 20 12月, 2014 1 次提交
  25. 19 12月, 2014 2 次提交
  26. 17 12月, 2014 1 次提交
  27. 26 10月, 2014 1 次提交
  28. 02 10月, 2014 1 次提交
  29. 01 10月, 2014 1 次提交
  30. 23 8月, 2014 1 次提交
  31. 16 7月, 2014 1 次提交
  32. 11 7月, 2014 3 次提交
  33. 29 5月, 2014 1 次提交
  34. 07 3月, 2014 1 次提交
    • S
      Fix the external packaged program test after merge with the new java api · 0038c9d0
      StephanEwen 提交于
      Relax generic bound in tuple type infor to work around bug in Java 6 compiler type inference.
      Local file system is used by default when URI is missing
      Removed final declaration from Tuple classes to allow inheritance (Fabian Hueske)
      Fix in TupleType comparator generation (Fabian Hueske)
      Cogroup Implementation (Markus Holzemer)
      Added missing Apache license header (Fabian Hueske)
      Initial commit for join operator for new Java API (Fabian Hueske)
      Added cross operator to new Java API (Fabian Hueske)
      First part of CoGroup (Markus Holzemer)
      Added join example prog and fix in join operator (Fabian Hueske)
      Unified operator translation (Fabian Hueske)
      Add Cross Prog for API implementation (Fabian Hueske)
      Implement CsvInputFormat for new Java API, including tests.
      Fix logging messages in data source and sink tasks.
      Fix error in data source task with new InputFormat siignatures
      Add group reduce to new java api.
      Finaliz Key Extractors for new Java API
      Fix bug in intitialization of broadcast serializers.
      Added first set of comparators.
      Added generic type serialization via avro
      Add first stab at KeyExtractor implementation (Aljoscha Krettek)
      Add trivial parts of serialization (Aljoscha Krettek)
      Connected serializers to the typeutils.
      Fix tests to run with the NEW-API changes (Aljoscha Krettek)
      Scala Post pass got confused because of ReduceNode renaming. (Aljoscha Krettek)
      Some input format mishaps. (Aljoscha Krettek)
      First set of new simple type serializers.
      Connect first paths of new Java API to optimizer.
      Add name() to Operator plus some other stuff (Aljoscha Krettek)
      Clean up moved annotations
      Add CoGroup, Cross, and Union operators (Aljoscha Krettek)
      Make reduce operators children of UdfOperator (Aljoscha Krettek)
      Adjust input formats to new signature
      Adjusted, extended, and tested parsers for new java api compatibility.
      First draft of new java api.
      Removing dependency to Combinable annotation. (Jesus Camacho Rodriguez)
      Moving all annotations to Java API. (Jesus Camacho Rodriguez)
      Moving all annotations from the core to the Java API package. Created SemanticProperties in the core to store properties inferred currently from Java annotations. (Jesus Camacho Rodriguez)
      Moving all annotations to Java API (Jesus Camacho Rodriguez)
      0038c9d0
  35. 07 1月, 2014 2 次提交
  36. 20 12月, 2013 1 次提交