Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-2373

kinit path is not correctly configured in hue.ini template for CentOs by puppet module

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • None
    • None

    Description

      kinit_path path for hue is setup incorrectly for centos. it is being set to "/usr/kerberos/bin" but it should be /usr/bin.

      following minor change to be done to fix the issue

       kinit_path=<%= (@operatingsystem == 'ubuntu' || @operatingsystem == 'Debian' || @operatingsystem == 'CentOS' ) ? '/usr/bin' : '/usr/kerberos/bin' %>/kinit
      

      Attachments

        1. BIGTOP-2373.patch
          0.7 kB
          Vishal Khandelwal
        2. BIGTOP-2373.b1_1.patch
          0.7 kB
          Vishal Khandelwal

        Activity

          People

            vishk Vishal Khandelwal
            vishk Vishal Khandelwal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: