Chukwa RPM needs to chown user/group in build stage instead of post install
stage.
----------------------------------------------------------------------------------
Key: HADOOP-4889
URL: https://issues.apache.org/jira/browse/HADOOP-4889
Project: Hadoop Core
Issue Type: Bug
Environment: Redhat 5.1, Java 6
Reporter: Eric Yang
Priority: Trivial
When running rpm -V the rpm shows:
bash-3.1# rpm -V chukwa-0.1.1-1
.....UG. /grid/0/chukwa/LICENSE.txt
.....UG. /grid/0/chukwa/bin
.....UG. /grid/0/chukwa/bin/VERSION
.....UG. /grid/0/chukwa/bin/agent.sh
This means the User and Group permission are mismatched with what RPM provided.
The build script needs to change to chown file ownership during build time
instead of chown in the post installation script.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.