1. 22 6月, 2019 1 次提交
  2. 19 6月, 2019 1 次提交
  3. 16 6月, 2019 1 次提交
    • N
      [FLINK-12839][dist] package flink-shaded-netty-tcnative-dynamic into opt/ · c4ec9be6
      Nico Kruber 提交于
      Please note that there is also a static version of netty-tcnative but we
      currently do not distribute it due to licensing issues. Once openSSL completes
      its switch to Apache License v2, we can provide this as well and maybe even
      make that one default (by putting it into lib/). Since there are to many things
      which may go wrong with the dynamically-linked library (based on the system you
      run on), we provide this only in opt/.
      c4ec9be6
  4. 03 6月, 2019 2 次提交
  5. 28 5月, 2019 1 次提交
  6. 06 5月, 2019 1 次提交
    • W
      [FLINK-12311][python] Add base python framework and Add Scan, Projection, and... · a09bd4c6
      Wei Zhong 提交于
      [FLINK-12311][python] Add base python framework and Add Scan, Projection, and Filter operator support
      
      This closes #8267
      
      make travis tests green
      
      fix documents, refine shell file name and optimize program logic.
      
      Adjust the code examples in python documents to be consistent with scala documents.
      
      Refactor flink-python project structure, remove java file from flink-python package.
      
      delete unnecessary dependency and plugins.
      a09bd4c6
  7. 28 2月, 2019 1 次提交
  8. 25 2月, 2019 1 次提交
  9. 13 2月, 2019 1 次提交
  10. 10 2月, 2019 1 次提交
  11. 31 1月, 2019 1 次提交
    • T
      [FLINK-11064] [table] Setup a new flink-table module structure · 0ab1549f
      Timo Walther 提交于
      This commit splits the flink-table module into multiple submodules in
      accordance with FLIP-32 (step 1).
      
      The new module structure looks as follows:
      
      flink-table-common
             ^
             |
      flink-table-api-java <------- flink-table-api-scala
             ^                                 ^
             |                                 |
      flink-table-api-java-bridge    flink-table-api-scala-bridge
             ^
             |
      flink-table-planner
      
      The module structure assumes that the type system has been reworked such
      that only one table environment exists for both Java and Scala users.
      
      The module `flink-table-planner` contains the content of the old
      `flink-table` module. From there we can distribute ported classes to
      their final module without breaking backwards compatibility or
      force users to update their dependencies again.
      
      For example, if a user wants to implement a pure table program in Scala,
      `flink-table-api-scala` and `flink-table-planner` need to be
      added to the project.
      
      Until we support pure table programs, `flink-table-api-scala/java-bridge`
      and `flink-table-planner` need to be added to the project.
      
      This closes #7587.
      0ab1549f
  12. 29 1月, 2019 1 次提交
  13. 16 1月, 2019 1 次提交
  14. 10 1月, 2019 1 次提交
  15. 11 12月, 2018 1 次提交
  16. 29 11月, 2018 2 次提交
  17. 09 11月, 2018 2 次提交
  18. 03 11月, 2018 1 次提交
  19. 01 11月, 2018 1 次提交
  20. 31 10月, 2018 1 次提交
    • A
      [FLINK-7811] Add Scala 2.12 profile · f8cbbb50
      Aljoscha Krettek 提交于
      This changes some modules that had a _2.11 dependency but didn't expose
      it in their module name to instead depend on the ${scala.binary.version}
      dependency.
      
      The main reason for this is to make the build self contained, before,
      with the hard-dependency on 2.11, when buildig for 2.12 it would not be
      clear where the dependency would come from because it is not created as
      part of the build. This could lead to inconsistencies. For example, when
      adding a new class in flink-runtime but not recompiling on 2.11 but only
      on 2.12, the 2.12 tests would fail when using that new class because
      they would use 2.11 dependencies that weren't rebuilt with the new
      class.
      
      We also don't build flink-scala-shell and flink-connector-kafka-0.8
      because they don't work with Scala 2.12.
      
      This also includes $PROFILE in dependency convergence check script. This
      is in preparation for building with "-Dscala-212", where we hace to
      exclude certain things.
      
      We also exclude Kafka 0.8 from stages when building for Scala 2.12
      
      And add Scala 2.12 to the release scripts
      f8cbbb50
  21. 06 8月, 2018 1 次提交
  22. 17 7月, 2018 1 次提交
  23. 14 7月, 2018 1 次提交
  24. 13 7月, 2018 1 次提交
  25. 02 6月, 2018 1 次提交
  26. 04 4月, 2018 1 次提交
  27. 27 3月, 2018 1 次提交
  28. 28 2月, 2018 1 次提交
  29. 27 2月, 2018 1 次提交
  30. 17 2月, 2018 1 次提交
  31. 16 2月, 2018 1 次提交
  32. 29 1月, 2018 1 次提交
  33. 05 12月, 2017 1 次提交
  34. 22 11月, 2017 1 次提交
  35. 20 11月, 2017 1 次提交
  36. 15 11月, 2017 1 次提交
  37. 14 11月, 2017 1 次提交