1. 14 10月, 2017 3 次提交
  2. 11 10月, 2017 1 次提交
  3. 07 10月, 2017 1 次提交
    • P
      [FLINK-7739] [kafka connector] Fix test instabilities · 3581a335
      Piotr Nowojski 提交于
        - Set shorter heartbeats intervals. Default pause value of 60seconds is
          too large (tests would timeout before akka react)
      
        - Exclude netty dependency from zookeeper. Zookeeper was pulling in
          conflicting Netty version. Conflict was extremly subtle - TaskManager in
          Kafka tests was deadlocking in some rare corner cases.
      
      This closes #4775
      3581a335
  4. 06 10月, 2017 1 次提交
    • S
      [FLINK-7768] [core] Load File Systems via Java Service abstraction · 77e3701c
      Stephan Ewen 提交于
      This changes the discovery mechanism of file from static class name configurations
      to a service mechanism (META-INF/services).
      
      As part of that, it factors HDFS and MapR FS implementations into separate modules.
      
      With this change, users can add new filesystem implementations and make them available
      by simply adding them to the class path.
      77e3701c
  5. 27 9月, 2017 1 次提交
    • A
      [FLINK-2268] Don't include Hadoop deps in flink-core/flink-java · a477db39
      Aljoscha Krettek 提交于
      This also makes them optional in flink-runtime, which is enabled by the
      previous changes to only use Hadoop dependencies if they are available.
      
      This also requires adding a few explicit dependencies in other modules
      because they were using transitive dependencies of the Hadoop deps. The
      most common dependency there is, ha!, commons-io.
      a477db39
  6. 21 9月, 2017 2 次提交
  7. 15 8月, 2017 1 次提交
  8. 10 8月, 2017 1 次提交
  9. 07 8月, 2017 3 次提交
  10. 01 8月, 2017 1 次提交
  11. 31 7月, 2017 2 次提交
  12. 29 7月, 2017 1 次提交
  13. 25 7月, 2017 1 次提交
  14. 24 7月, 2017 1 次提交
  15. 13 7月, 2017 3 次提交
  16. 12 7月, 2017 1 次提交
  17. 11 7月, 2017 1 次提交
  18. 04 7月, 2017 1 次提交
    • P
      [FLINK-7032] [build] Overwrite inherited compiler versions from parent pom · d17a4b9d
      Piotr Nowojski 提交于
      Default values for compiler version are 1.6 and were causing Intellij to
      constantly switch language level to 1.6, which in turn was causing
      compilation errors. It worked fine for compiling from console using
      maven, because those values are separetly set in maven-compiler-plugin
      configuration.
      
      This closes #4213.
      d17a4b9d
  19. 01 7月, 2017 2 次提交
  20. 30 6月, 2017 1 次提交
  21. 29 6月, 2017 1 次提交
    • 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
  22. 25 6月, 2017 1 次提交
  23. 21 6月, 2017 1 次提交
    • T
      [FLINK-6836] [tests] Fix YARNSessionCapacitySchedulerITCase to work with... · 6fdeed32
      Till Rohrmann 提交于
      [FLINK-6836] [tests] Fix YARNSessionCapacitySchedulerITCase to work with Hadoop 2.6.5, 2.7.3 and 2.8.0
      
      Due to MNG-5899, maven cannot resolve dependency reduced poms in a multi project build. Therefore,
      flink-yarn-tests pulls in a wrong version of org.apache.httpcomponents.httpclient which does not work
      with Hadoop's ServletUtils together. As a solution we have to move the dependency management for the
      httpclient and httpcore version into the parent pom.xml.
      
      Another problem is the version of these libraries which has been recently bumped. In 4.4, httpclient
      changed its behaviour such that URLEncodedUtils#parse(String, Charset) now throws a NPE if the first
      parameter is null. In 4.2.6, an empty list was returned instead. Due to this incompatibility, we reverted
      the change and set the version to its previous value.
      
      Bump httpclient to 4.5.3 and httpcore to 4.4.6
      
      This closes #4120.
      6fdeed32
  24. 08 6月, 2017 1 次提交
  25. 07 6月, 2017 1 次提交
  26. 02 6月, 2017 1 次提交
  27. 01 6月, 2017 2 次提交
  28. 24 5月, 2017 1 次提交
  29. 20 5月, 2017 1 次提交
  30. 16 5月, 2017 1 次提交