Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-504

provide a functionality for detecting libjvm.so in bigtop-utils

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.4.0
    • 0.6.0
    • general
    • None

    Description

      Currently, for hdfs fuse we have code lile this in the launcher script:

      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
      

      It would be nice to provide this as a general purpose detection code in bigtop-utils.

      Attachments

        1. BIGTOP-504.1.patch
          7 kB
          Sean Mackrory

        Activity

          People

            mackrorysd Sean Mackrory
            rvs Roman Shaposhnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: