Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6747

Use _HOST instead of FDQN when configuring principal for IgfsSecondaryFileSystem with kerberos enable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2
    • None
    • hadoop
    • None

    Description

      So far, igfs can access to kerberized hdfs by providing keyTab and keyTabPrincipal:

      <property name="keyTab" value="/path/to/keytab"/>
      <property name="keyTabPrincipal" value="ignite/fully.qualified.domain.name@REALM"/>
      

      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:

      <property name="keyTabPrincipal" value="ignite/_HOST@REALM"/>
      

      and the "_HOST" will be replaced with respective machine's host name.

      Suggestions are welcomed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              reidchan Reid Chan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: