GitHub user vijikarthi opened a pull request:
https://github.com/apache/flink/pull/2734
Keytab & TLS support for Flink on Mesos Setup
This PR addresses below issues
- FLINK-4826 (Keytab support on Mesos environment)
- FLINK-4918 (TLS support for Mesos Artifact Server)
For Keytab support, the Hadoop configuration files (core-site & hdfs-site
xml) are automatically uploaded to artifact server from the directory path
provided through HADOOP_CONF_DIR environment variable, if hadoop security is
enabled?
For Mesos Artifact Server TLS support, a new configuration is introduced
"mesos.resourcemanager.artifactserver.ssl.enabled" which can be selectively
used to toggle transport layer security for Mesos artifact server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vijikarthi/flink FLINK-4826
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2734.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2734
----
commit a05d6ac4a18d2c17c6e43f7a04eb5756eb5b14dc
Author: Vijay Srinivasaraghavan <[email protected]>
Date: 2016-10-13T22:45:35Z
FLINK-4826 Added keytab support to mesos container
commit 87e8ad9863c275bb237ab213d4ecd52b5458d184
Author: Vijay Srinivasaraghavan <[email protected]>
Date: 2016-10-31T16:54:03Z
FLINK-4918 Added SSL handler to artifact server
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---