You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hari Sekhon (JIRA)" <ji...@apache.org> on 2015/02/11 16:14:13 UTC

[jira] [Created] (AMBARI-9568) Add bin directories to $PATH via /etc/profile.d

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)