[
https://issues.apache.org/jira/browse/IGNITE-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218186#comment-16218186
]
ASF GitHub Bot commented on IGNITE-6747:
----------------------------------------
GitHub user Reidddddd opened a pull request:
https://github.com/apache/ignite/pull/2922
IGNITE-6747 Use _HOST instead of FDQN when configuring principal for
IgfsSecondaryFileSystem with kerberos enable
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Reidddddd/ignite IGNITE-6747
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2922.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 #2922
----
commit 1d5919a2f11f039a10467a9cd9c077435205ce68
Author: Reid Chan <[email protected]>
Date: 2017-10-25T06:50:27Z
IGNITE-6747 Use _HOST instead of FDQN when configuring principal for
IgfsSecondaryFileSystem with kerberos enable
----
> Use _HOST instead of FDQN when configuring principal for
> IgfsSecondaryFileSystem with kerberos enable
> -----------------------------------------------------------------------------------------------------
>
> Key: IGNITE-6747
> URL: https://issues.apache.org/jira/browse/IGNITE-6747
> Project: Ignite
> Issue Type: Improvement
> Security Level: Public(Viewable by anyone)
> Components: hadoop
> Affects Versions: 2.2
> Reporter: Reid Chan
>
> So far, igfs can access to kerberized hdfs by providing {{keyTab}} and
> {{keyTabPrincipal}}:
> {code}
> <property name="keyTab" value="/path/to/keytab"/>
> <property name="keyTabPrincipal"
> value="ignite/fully.qualified.domain.name@REALM"/>
> {code}
> But it becomes nightmare when number of grid nodes is more than hundreds or
> even thousands which is in my case, since i have to configure FDQN for each
> node.
> Hadoop's package already provides an easy way which uses "_HOST" instead of
> FDQN, i think it's better to use it.
> Suggestions are welcomed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)