You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Sean Mackrory (JIRA)" <ji...@apache.org> on 2013/02/13 23:28:13 UTC

[jira] [Assigned] (BIGTOP-504) provide a functionality for detecting libjvm.so in bigtop-utils

     [ https://issues.apache.org/jira/browse/BIGTOP-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Mackrory reassigned BIGTOP-504:
------------------------------------

    Assignee: Sean Mackrory  (was: Bruno Mahé)
    
> provide a functionality for detecting libjvm.so in bigtop-utils
> ---------------------------------------------------------------
>
>                 Key: BIGTOP-504
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-504
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.4.0
>            Reporter: Roman Shaposhnik
>            Assignee: Sean Mackrory
>             Fix For: 0.6.0
>
>
> Currently, for hdfs fuse we have code lile this in the launcher script:
> {noformat}
> if [ "\${LD_LIBRARY_PATH}" = "" ]; then
> export LD_LIBRARY_PATH=/usr/lib
> for f in \`find \${JAVA_HOME}/jre/lib -name client -prune -o -name libjvm.so -exec dirname {} \;\`; do
> export LD_LIBRARY_PATH=\$f:\${LD_LIBRARY_PATH}
> done
> fi
> {noformat}
> It would be nice to provide this as a general purpose detection code in bigtop-utils.

--
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