You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Trevor McKay (JIRA)" <ji...@apache.org> on 2013/04/03 22:59:17 UTC

[jira] [Created] (AMBARI-1779) Remove hard references to /usr/lib/pythonX.Y/site-packages from all files (shell scripts, java, poms, python)

Trevor McKay created AMBARI-1779:
------------------------------------

             Summary: Remove hard references to /usr/lib/pythonX.Y/site-packages from all files (shell scripts, java, poms, python)
                 Key: AMBARI-1779
                 URL: https://issues.apache.org/jira/browse/AMBARI-1779
             Project: Ambari
          Issue Type: Improvement
          Components: build
    Affects Versions: 1.2.0
         Environment: Fedora 
            Reporter: Trevor McKay


Hard references to /usr/lib/pythonX.Y/site-packages should be eliminated from the build process and java/runtime scripts for portability.

Any python modules in site-packages should be importable (ie, a proper package) and will be found on the standard python path.  Therefore, any code that needs to be run from those modules can be run with python wrapper scripts located in /usr/bin or /usr/sbin (for example) without an explicit path reference.

Python code in site-packages that is not importable should be made so and run from a wrapper, or it should be relocated (to /usr/lib/exec/ambari, for example)



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira