You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Chad Roberts (JIRA)" <ji...@apache.org> on 2013/11/01 14:20:19 UTC

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

    [ https://issues.apache.org/jira/browse/AMBARI-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811238#comment-13811238 ] 

Chad Roberts commented on AMBARI-1779:
--------------------------------------

+1, assuming that the above referenced "post install changes" will be addressed as well in a separate JIRA.

> 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
>            Assignee: Trevor McKay
>         Attachments: AMBARI-1779.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)