Ref: HADOOP-8273 Update url for commons daemon ppc64 binary tarball
-------------------------------------------------------------------
Key: DAEMON-249
URL: https://issues.apache.org/jira/browse/DAEMON-249
Project: Commons Daemon
Issue Type: Bug
Components: Jsvc
Affects Versions: 1.0.2
Environment: IBM PowerPC + IBM Java 6.0 SR10 on RHEL 6.1
Reporter: Kumar Ravi
Fix For: 1.0.2
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"/>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira