1. 01 7月, 2017 11 次提交
  2. 30 6月, 2017 4 次提交
  3. 29 6月, 2017 6 次提交
    • G
      [FLINK-6989] [gelly] Refactor examples with Output interface · f8842f69
      Greg Hogan 提交于
      The current organization of the Gelly examples retains full flexibility
      by handling the Graph input to the algorithm Driver and having the
      Driver overload interfaces for the various output types. The outputs
      must be made independent in order to support Transforms which are
      applied between the Driver and Output (and also between the Input and
      Driver).
      
      This closes #4179
      f8842f69
    • T
      [FLINK-6379] Remove internal methods from MesosResourceManagerGateway · 901a9caf
      Till Rohrmann 提交于
      Some internal methods which are required for the interplay between the TaskMonitor,
      LaunchCoordinator and the MesosResourceManager were exposed as RPC methods. In order
      to keep the RPC interface as lean as possible, these methods have been removed.
      
      Fix checkstyle violations
      901a9caf
    • T
      [FLINK-6379] [tests] Fix race condition in MesosResourceManagerTest · 4bb488c0
      Till Rohrmann 提交于
      The MesosResourceManagerTest#testAdapter tests the AkkaAdapter class. The tests
      are executed asynchronously and thus it is necessary to introduce timeouts for
      the verify calls. This commit fixes the test instability by introducing timeouts.
      4bb488c0
    • W
      [FLINK-6379] [mesos] Add Mesos ResourceManager (FLIP-6) · 3fe27ac0
      Wright, Eron 提交于
      - Make the RPC gateway of the ResourceManager extensible to allow for framework-specific RPC methods
      - Introduce FLIP-6 MesosResourceManager w/ tests
      - Introduce a Mesos-specific RPC gateway for callbacks from child actors and from the Mesos scheduler client
      - Enhance the persistent Mesos worker store to track the resource profile associated with a worker
      - Convert RegisteredMesosWorkerNode to Java
      - Decline TE registration if framework doesn’t recognize the worker
      
      This closes #3942.
      3fe27ac0
    • X
      [FLINK-7014] [table] Expose isDeterministic interface to UserDefinedFunction · b59148cf
      Xpray 提交于
      This closes #4200
      b59148cf
    • Z
      [FLINK-7004] Switch to Travis Trusty image · 958d3762
      zentol 提交于
      - enable sudo for more memory
      - increase java heap size
      - replace usage of oraclejdk7 since it is no longer supporter
      - manually install maven 3.2.5
      
      This closes #4182.
      958d3762
  4. 27 6月, 2017 3 次提交
  5. 26 6月, 2017 2 次提交
  6. 25 6月, 2017 7 次提交
  7. 23 6月, 2017 7 次提交