Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-184

document requirement to add proxy grant for knox in webhcat-site

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.3.0
    • 0.3.0
    • Server, Site
    • None

    Description

      Knox documentation should state the requirement to add proxy grant for knox webhcat-site.xml when knox integrates with secure hadoop webhcat.

      The following documentation had to be added.

            1. Grant proxy privilege for Knox in `webhcat-stie.xml` on Hadoop master nodes ####

      Update `webhcat-site.xml` and add the following lines towards the end of the file.

      Replace FQDN_OF_KNOX_HOST with right value in your cluster.
      You could use * for local developer testing if Knox host does not have static IP.

      <property>
      <name>hadoop.proxyuser.knox.groups</name>
      <value>users</value>
      </property>
      <property>
      <name>hadoop.proxyuser.knox.hosts</name>

      Attachments

        Activity

          People

            darumugam Dilli Arumugam
            darumugam Dilli Arumugam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: