Uploaded image for project: 'Commons Daemon'
  1. Commons Daemon
  2. DAEMON-249

Ref: HADOOP-8273 Update url for commons daemon ppc64 binary tarball

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.0.2
    • None
    • Jsvc
    • None
    • IBM PowerPC + IBM Java 6.0 SR10 on RHEL 6.1

    Description

      The workaround is to obtain the src. zip file from this URL:
      http://archive.apache.org/dist/commons/daemon/source/commons-daemon-1.0.2-native-src.zip

      and to build the above tar file for PPC64 on an IBM Power system.

      Details:
      1. Download this file: http://archive.apache.org/dist/commons/daemon/source/commons-daemon-1.0.2-native-src.zip or the appropriate version for the build.
      2. unzip the above downloaded file in a directory called /home/hadoop/commons (or any directory of your choice)
      3. cd /home/hadoop/commons/commons-daemon-1.0.2-native-src/unix
      4. Run ./configure
      5. Build the jsvc binary by typing make
      6. Copy the jsvc binary thatr was just built to a new directory called /home/hadoop/commons/commons-daemon-1.0.2-native-src/unix/build
      7.Copy the following text files home/hadoop/commons/commons-daemon-1.0.2-native-src directory to the /home/hadoop/commons/commons-daemon-1.0.2-native-src/unix/build directory -
      1. LICENSE.txt
      2. NOTICE.txt
      3. RELEASE-NOTES.txt
      8. cd to the directory home/hadoop/commons/commons-daemon-1.0.2-native-src/unix/build
      9. Create the binary tar file for IBM Power by issuing the following command:
      tar -czvf commons-daemon-1.0.2-bin-linux-ppc64.tar.gz *
      10. Copy the file to an appropriate directory where this can be accessed from the hadoop-common build:
      11. For branch-1, edit the build.xml file on the build root to point to the binary tar file that was just built:
      <property name="jsvc.location" value="file:///home/hadoop/commons-daemon-1.0.2-bin-linux-ppc64.tar.gz"/>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kumarr Kumar Ravi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: