[ https://issues.apache.org/jira/browse/HADOOP-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869242#action_12869242 ]
Allen Wittenauer commented on HADOOP-6255: ------------------------------------------ > native binaries. I've never done native RPMs, don't know where to begin. We'll basically need an RPM per-architecture: - noarch for the pure java, shell, etc bits - i586 for the 32-bit compiled stuff - x86_64 for the 64-bit compiled stuff I suspect we'll also need this broken up by project. i.e.: hadoop-X.X.X-common-X.X.X.noarch, hadoop-X.X.X-hdfs-X.X.X.noarch, hadoop-X.X.X-mapred-X.X.X.noarch, hadoop-X.X.X-hdfs-X.X.X.i586, hadoop-X.X.X-hdfs-X.X.X.x86_64, hadoop-X.X.X-mapred-X.X.X.i586, hadoop-X.X.X-mapred-X.X.X.x86_64, where X.X.X is the version number. [Need to package per-version RPMs so that upgrades are tolerable. :( ] > Create an rpm integration project > --------------------------------- > > Key: HADOOP-6255 > URL: https://issues.apache.org/jira/browse/HADOOP-6255 > Project: Hadoop Common > Issue Type: New Feature > Reporter: Owen O'Malley > > We should be able to create RPMs for Hadoop releases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.