You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/10/31 13:00:32 UTC

[flink] branch master updated (63b5c94 -> 3a16b2b)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 63b5c94  [FLINK-14557][python] Clean up the py4j package by removing the unused directory __MACOSX.
     add f533694  [FLINK-14561] Don't write FLINK_PLUGINS_DIR env variable to Configuration
     add e873ceb  [hotfix] Fix checkstyle violations in FlinkDistributionOverlayTest
     add 7422dd0  [hotfix] Fix checkstyle violations in FlinkDistributionOverlay
     add 156cec0  [hotfix] Introduce ContainerSpecification#createDynamicProperty
     add 9c7e7bd  [hotfix] Fix checkstyle violations in ContainerSpecification
     add 87d0a3c  [hotfix] Rename and move MesosEntrypointUtils to o.a.f.mesos.util.MesosUtils
     add f3af533  [hotfix] Rename ContainerSpecification#dynamicConfiguration to flinkConfiguration
     add 80043ae  [hotfix] Remove clone method from ContainerSpecification
     add b7d0abf  [hotfix][mesos] Remove dynamicProperties from ContainerSpecification
     add c0f3c80  [FLINK-14074][mesos] Forward configuration to Mesos TaskExecutor
     add 3a16b2b  [hotfix][mesos] Add more logging information to LaunchableMesosWorker

No new revisions were added by this update.

Summary of changes:
 .../flink/configuration/ConfigConstants.java       |  3 +
 .../flink/configuration/GlobalConfiguration.java   | 25 -------
 .../org/apache/flink/core/plugin/PluginConfig.java | 19 +++--
 .../apache/flink/core/plugin/PluginConfigTest.java | 80 ++++++++++++++++++++++
 .../entrypoint/MesosJobClusterEntrypoint.java      | 28 ++------
 .../entrypoint/MesosSessionClusterEntrypoint.java  | 28 ++------
 .../mesos/entrypoint/MesosTaskExecutorRunner.java  |  3 +-
 .../clusterframework/LaunchableMesosWorker.java    |  8 ++-
 .../MesosResourceManagerFactory.java               | 19 ++---
 .../MesosUtils.java}                               | 18 ++---
 .../LaunchableMesosWorkerTest.java                 | 37 ++++++++++
 .../clusterframework/ContainerSpecification.java   | 74 +++++++++++---------
 .../overlays/FlinkDistributionOverlay.java         | 34 ++++-----
 .../overlays/HadoopConfOverlay.java                |  2 +-
 .../clusterframework/overlays/KeytabOverlay.java   |  2 +-
 .../clusterframework/overlays/SSLStoreOverlay.java |  4 +-
 .../overlays/FlinkDistributionOverlayTest.java     | 32 ++-------
 .../overlays/HadoopConfOverlayTest.java            |  2 +-
 .../overlays/KeytabOverlayTest.java                |  2 +-
 .../overlays/SSLStoreOverlayTest.java              |  4 +-
 .../apache/flink/yarn/YarnClusterDescriptor.java   | 15 ++--
 21 files changed, 241 insertions(+), 198 deletions(-)
 create mode 100644 flink-core/src/test/java/org/apache/flink/core/plugin/PluginConfigTest.java
 rename flink-mesos/src/main/java/org/apache/flink/mesos/{entrypoint/MesosEntrypointUtils.java => util/MesosUtils.java} (93%)