[ https://issues.apache.org/jira/browse/FLINK-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15623110#comment-15623110 ]
ASF GitHub Bot commented on FLINK-4826: --------------------------------------- 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 <vijayaraghavan.srinivasaragha...@emc.com> Date: 2016-10-13T22:45:35Z FLINK-4826 Added keytab support to mesos container commit 87e8ad9863c275bb237ab213d4ecd52b5458d184 Author: Vijay Srinivasaraghavan <vijayaraghavan.srinivasaragha...@emc.com> Date: 2016-10-31T16:54:03Z FLINK-4918 Added SSL handler to artifact server ---- > Add keytab based kerberos support for Mesos environment > ------------------------------------------------------- > > Key: FLINK-4826 > URL: https://issues.apache.org/jira/browse/FLINK-4826 > Project: Flink > Issue Type: Task > Components: Security > Reporter: Vijay Srinivasaraghavan > Assignee: Vijay Srinivasaraghavan > -- This message was sent by Atlassian JIRA (v6.3.4#6332)