1. 10 7月, 2017 2 次提交
  2. 08 7月, 2017 5 次提交
  3. 07 7月, 2017 4 次提交
    • G
      [FLINK-7042] [yarn] Fix jar file discovery flink-yarn-tests · 709f23e7
      Greg Hogan 提交于
      Add dependencies for batch and streaming WordCount programs and copies
      the jar files into a new target/programs directory. The integration
      tests now directly references the program jar files rather than the
      prior brittle search.
      
      This removes the flink-yarn-tests build-time dependency on the examples
      modules (there remains a build-time dependency on flink-dist).
      
      This closes #4264
      709f23e7
    • Z
      [FLINK-6842] [runtime] Uncomment and activate code in HadoopFileSystem · a76421ec
      zhangminglei 提交于
      This closes #4219
      a76421ec
    • T
      [FLINK-7117] [ha] Add... · d1a0935e
      Till Rohrmann 提交于
      [FLINK-7117] [ha] Add HighAvailabilityServices.getJobManagerLeaderRetriever(jobId, defaultJobManagerAddress)
      
      The getJobManagerLeaderRetriever method with the defaultJobManagerAddress parameter is necessary for
      the standalone HA services case. The TaskExecutor don't know at creation time of the HA services,
      where the JobManager will be executed. Therefore, we need this way to pass in the JobManager
      address at runtime.
      
      This closes #4276.
      d1a0935e
    • T
      [FLINK-7116] [rpc] Add getPort to RpcService · 12efc553
      Till Rohrmann 提交于
      The RpcService should expose its port it is bound to. That way it is easier to connect to a
      remote RpcService.
      
      This closes #4275.
      12efc553
  4. 06 7月, 2017 13 次提交
  5. 05 7月, 2017 6 次提交
  6. 04 7月, 2017 10 次提交