1. 03 3月, 2020 1 次提交
  2. 29 2月, 2020 1 次提交
  3. 27 2月, 2020 1 次提交
  4. 21 2月, 2020 1 次提交
  5. 06 2月, 2020 2 次提交
  6. 22 1月, 2020 1 次提交
    • D
      [FLINK-15519][configuration]Preserve logs from BashJavaUtils and make them part of TM logs · fcd00551
      Dawid Wysakowicz 提交于
      We build a separate jar for BashJavaUtils with bundled log4j classes and
      a configuration that logs to the stdout. Using this jar we run the
      utility to capture the output. Out of the last line we extract jvm
      parameters. The rest we pass as an environment variable (INHERITED_LOGS)
      to the TaskManager process.
      
      As part of the EnvironmentInformation printing we log whatever was
      passed through the INHERITED_LOGS in the TM/JM process.
      
      This closes #10850
      fcd00551
  7. 20 12月, 2019 1 次提交
    • A
      [FLINK-15268][build] Correctly set Multi-Release in manifest. · 96f4c794
      Arvid Heise 提交于
      FLINK-14905 introduced a multi-release approach to bundle libraries
      for different JDK versions. However, the multi-release flag was not
      correctly set, which effectively disabled the mechanism and lead to
      incomplete dependencies on Java 11. This commit fixes the setup, such
      that the Java 11 libraries are correctly loaded.
      96f4c794
  8. 11 12月, 2019 1 次提交
  9. 10 12月, 2019 1 次提交
  10. 29 11月, 2019 1 次提交
  11. 27 11月, 2019 1 次提交
  12. 17 10月, 2019 1 次提交
  13. 06 9月, 2019 1 次提交
  14. 16 8月, 2019 1 次提交
  15. 07 8月, 2019 1 次提交
  16. 30 7月, 2019 1 次提交
  17. 22 7月, 2019 1 次提交
  18. 19 7月, 2019 1 次提交
  19. 12 7月, 2019 1 次提交
  20. 05 7月, 2019 1 次提交
  21. 22 6月, 2019 1 次提交
  22. 19 6月, 2019 1 次提交
  23. 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
  24. 03 6月, 2019 2 次提交
  25. 28 5月, 2019 1 次提交
  26. 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
  27. 28 2月, 2019 1 次提交
  28. 25 2月, 2019 1 次提交
  29. 13 2月, 2019 1 次提交
  30. 10 2月, 2019 1 次提交
  31. 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
  32. 29 1月, 2019 1 次提交
  33. 16 1月, 2019 1 次提交
  34. 10 1月, 2019 1 次提交
  35. 11 12月, 2018 1 次提交
  36. 29 11月, 2018 2 次提交
  37. 09 11月, 2018 1 次提交