Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-841

native hadoop libraries don't build properly with 64-bit OS and a 32-bit jvm

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.2
    • 0.10.0
    • build
    • None

    Description

      src/native/lib/Makefile.am doesn't pass along the appropriate -m32/-m64 flag while using libtool to create the shared-object which results in this problem.

      Simple fix:
      -AM_LDFLAGS = @JNI_LDFLAGS@
      +AM_LDFLAGS = @JNI_LDFLAGS@ -m$(JVM_DATA_MODEL)

      Attachments

        1. HADOOP-841_20061221_1.patch
          1 kB
          Arun Murthy

        Activity

          People

            acmurthy Arun Murthy
            acmurthy Arun Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: