Vishal Khandelwal created BIGTOP-2373:
-----------------------------------------

             Summary: kinit path is not correctly configured in hue.ini 
template for CentOs
                 Key: BIGTOP-2373
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2373
             Project: Bigtop
          Issue Type: Bug
            Reporter: Vishal Khandelwal


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

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





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to