Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-390

falcon HCatProcess tests are failing in secure clusters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5
    • 0.5
    • None
    • linux, secure

    Description

      All the HCatProcess tests are failing in secure mode. Oozie is not able to talk to hcat server. The following additions additional configuration needs to be added.
      job.properties-
      hive.metastore.sasl.enabled=true
      hive.metastore.kerberos.principal=hive/<host>@<realm>
      workflow.xml-
      <credentials>
      <credential name='hiveauth' type='hcat'>
      <property>
      <name>hcat.metastore.uri</name>
      <value>thrift://<host>:<port></value>
      </property>
      <property>
      <name>hcat.metastore.principal</name>
      <value>hive/<host>@<realm></value>
      </property>
      </credential>
      </credentials>

      Attachments

        1. FALCON-390-v1.patch
          20 kB
          Venkatesh Seetharam
        2. FALCON-390-v2.patch
          66 kB
          Venkatesh Seetharam
        3. FALCON-390-v3.patch
          68 kB
          Venkatesh Seetharam
        4. FALCON-390-v4.patch
          70 kB
          Venkatesh Seetharam

        Activity

          People

            svenkat Venkatesh Seetharam
            raghavgautam Raghav Kumar Gautam
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: