Hari Sekhon created AMBARI-9568:
-----------------------------------

             Summary: Add bin directories to $PATH via /etc/profile.d
                 Key: AMBARI-9568
                 URL: https://issues.apache.org/jira/browse/AMBARI-9568
             Project: Ambari
          Issue Type: Improvement
          Components: ambari-client, ambari-server
    Affects Versions: 1.7.0
         Environment: HDP 2.2
            Reporter: Hari Sekhon
            Priority: Trivial


Add software bin directories to $PATH for convenience by dropping in an 
/etc/profile.d/ file with the following contents:
{code}for x in /usr/hdp/current/*/bin; do
    export PATH="$PATH:$x"
done
{code}

Regards,

Hari Sekhon
http://www.linkedin.com/in/harisekhon



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

Reply via email to