[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2915 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90664938 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/overlays/SSLStoreOverlay.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90664759 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/overlays/HadoopUserOverlay.java --- @@ -0,0 +1,83 @@ +/* + * Licensed to

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90666953 --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java --- @@ -542,42 +542,10 @@ protected static File

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90454287 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/overlays/ContainerOverlay.java --- @@ -0,0 +1,37 @@ +/* + * Licensed to

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90454802 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/overlays/AbstractContainerOverlay.java --- @@ -0,0 +1,72 @@ +/* + *

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90664795 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/overlays/Krb5ConfOverlay.java --- @@ -0,0 +1,111 @@ +/* + * Licensed to

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90665396 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/clusterframework/overlays/HadoopConfOverlayTest.java --- @@ -0,0 +1,119 @@ +/* + *

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90664782 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/overlays/KeytabOverlay.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-02 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90666707 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/clusterframework/overlays/HadoopConfOverlayTest.java --- @@ -0,0 +1,119 @@ +/* + *

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-01 Thread EronWright
Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90498149 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -1372,6 +1381,12 @@ /** The environment variable

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-01 Thread Makman2
Github user Makman2 commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90423889 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -1372,6 +1381,12 @@ /** The environment variable name

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-12-01 Thread Makman2
Github user Makman2 commented on a diff in the pull request: https://github.com/apache/flink/pull/2915#discussion_r90423588 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java --- @@ -39,12 +39,31 @@ public static final String

[GitHub] flink pull request #2915: [FLINK-5091] Formalize the Mesos AppMaster environ...

2016-11-30 Thread EronWright
GitHub user EronWright opened a pull request: https://github.com/apache/flink/pull/2915 [FLINK-5091] Formalize the Mesos AppMaster environment for docker compatibility Fixes FLINK-5091. - introduced ContainerSpecification. - reworked how the TM container environment is