1. 06 12月, 2014 1 次提交
  2. 27 11月, 2014 1 次提交
  3. 19 11月, 2014 1 次提交
  4. 18 11月, 2014 1 次提交
  5. 05 11月, 2014 1 次提交
  6. 04 11月, 2014 1 次提交
  7. 03 11月, 2014 1 次提交
  8. 26 10月, 2014 1 次提交
  9. 03 10月, 2014 1 次提交
  10. 02 10月, 2014 1 次提交
  11. 01 10月, 2014 6 次提交
  12. 28 9月, 2014 1 次提交
  13. 26 9月, 2014 1 次提交
    • T
      [FLINK-1062] Type Extraction for Lambdas · 849e398a
      twalthr 提交于
      Checking for Java support
      
      Small changes and meaningful exception for unsupported compilers
      
      pom.xml modified to use JDT compiler
      
      Project structure refactored, examples added
      
      Documentation added
      
      Quickstart adapted
      849e398a
  14. 24 9月, 2014 1 次提交
  15. 22 9月, 2014 1 次提交
  16. 17 9月, 2014 1 次提交
    • T
      [FLINK-1097] Fixed multiple slf4j bindings when using Hadoop2 · 244c5390
      Till Rohrmann 提交于
      I excluded all slf4j-log4j12 transitive dependencies to get rid off the warning that slf4j finds multiple slf4j bindings in the classpath. Additionally, I added log4j-over-slf4j and excluded all log4j transitive dependencies so that slf4j handles also legacy log4j logging messages from dependencies.
      
      Author: Till Rohrmann <trohrmann@apache.org>
      
      Closes #121 from tillrohrmann/FLINK-1097 and squashes the following commits:
      
      b9f76d5 [Till Rohrmann] Excluded slf4j-log4j12 as transitive dependency in order to not have multiple slf4j bindings in the class path. Added log4j-overslf4j and excluded log4j transitive dependencies to collect log4j outputs.
      244c5390
  17. 05 9月, 2014 1 次提交
    • T
      [FLINK-1086] Replace JCL with SLF4J and Log4j with LOGBack · 08188508
      Till Rohrmann 提交于
      - Excluded Kafka's transitive dependencies: jmxtools and jmxri
      - Corrected encoder pattern in logback.xml
      - Removed explicit logging access. Loggers are now configured by
        configuration files. Fixed Yarn issue with multiple logging
        bindings.
      
      This closes #111.
      08188508
  18. 30 8月, 2014 1 次提交
  19. 27 8月, 2014 1 次提交
  20. 23 8月, 2014 1 次提交
  21. 20 8月, 2014 1 次提交
  22. 18 8月, 2014 4 次提交
  23. 14 8月, 2014 1 次提交
    • R
      Fixes on CDH4 build / Maven improvements: · 4ce973f6
      Robert Metzger 提交于
      - remove usages of commons-lang (we use only commons-lang3, as defined in flink-runtime/pom.xml)
      - Upgrade maven failsafe to 2.17 so that tests also fail if the test errors (exceptions during execution)
      - added new build profile "docs-and-source" that creates javadocs and source attachments. These are usually only needed when releasing (--> speed up the build)
      4ce973f6
  24. 06 8月, 2014 1 次提交
  25. 31 7月, 2014 1 次提交
  26. 30 7月, 2014 1 次提交
    • D
      [FLINK-386] Fix and clean up dependencies · bef5e548
      Daniel Warneke 提交于
      - Upgraded to junit 4.11 and fixed code that used deprecated
      - Changed scala dependency from 2.10.3 to 2.10.4 to avoid conflicts with scalatest dependency
      - Upgraded log4j and commons-logging dependency
      - Removed superfluous dependency on commons-codec
      - Upgraded dependency versions in the base module
      - Ensured consistency of avro versions across submodules
      - Upgraded AWS dependency to version 1.8.1
      - Unified configuration of jetty dependency
      
      This closes #80.
      bef5e548
  27. 16 7月, 2014 1 次提交
  28. 12 7月, 2014 1 次提交
  29. 11 7月, 2014 4 次提交