Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-8358

mini cluster should be able to start metastore with Kerberos

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None
    • ghx-label-7

    Description

      Most production setups will have Kerberos enabled metastore deployed. It would be good to have minicluster should use kerberized metastore to simulate closer to actual deployments.

      I see the following configs are disabled for a long time from postgresql-hive-site.xml.template file. Adding them here for reference.

      <!-- Having problems getting the metastore up with Kerberos.  Defer for now.
      <property>
        <name>hive.metastore.sasl.enabled</name>
        <value>true</value>
        <description>If true, the metastore thrift interface will be secured
          with SASL. Clients must authenticate with Kerberos.</description>
      </property>
      <property>
        <name>hive.metastore.kerberos.keytab.file</name>
        <value>${KRB5_KTNAME}</value>
      </property>
      <property>
        <name>hive.metastore.kerberos.principal</name>
        <value>${MINIKDC_PRINC_HIVE}</value>
      </property>
      -->
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vihangk1 Vihang Karajgaonkar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: