You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Jerome Boulon (JIRA)" <ji...@apache.org> on 2009/04/10 02:02:12 UTC

[jira] Created: (CHUKWA-114) RPM should use rpm.conf.dir from build.properties

RPM should use rpm.conf.dir from build.properties
-------------------------------------------------

                 Key: CHUKWA-114
                 URL: https://issues.apache.org/jira/browse/CHUKWA-114
             Project: Hadoop Chukwa
          Issue Type: Improvement
          Components: build and test code
            Reporter: Jerome Boulon
            Assignee: Eric Yang
            Priority: Blocker


I guess "%define _conf_dir       ${rpm.conf.dir}" is missing from build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-114) RPM should use rpm.conf.dir from build.properties

Posted by "Jerome Boulon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697910#action_12697910 ] 

Jerome Boulon commented on CHUKWA-114:
--------------------------------------

-1 patch doesn't solve the problem

> RPM should use rpm.conf.dir from build.properties
> -------------------------------------------------
>
>                 Key: CHUKWA-114
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-114
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: build and test code
>            Reporter: Jerome Boulon
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-114.patch
>
>
> I guess "%define _conf_dir       ${rpm.conf.dir}" is missing from build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-114) RPM should use rpm.conf.dir from build.properties

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-114:
-----------------------------

    Status: Patch Available  (was: Open)

One liner change in build.xml to include _conf_dir variable.

> RPM should use rpm.conf.dir from build.properties
> -------------------------------------------------
>
>                 Key: CHUKWA-114
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-114
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: build and test code
>            Reporter: Jerome Boulon
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-114.patch
>
>
> I guess "%define _conf_dir       ${rpm.conf.dir}" is missing from build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-114) RPM should use rpm.conf.dir from build.properties

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-114:
-----------------------------

    Status: Open  (was: Patch Available)

The rpm build process is replacing /usr/local/chukwa in two place.  The first replacement of CHUKWA_HOME_DIR causing the consecutive replacement of /usr/local/chukwa to fail in CHUKWA_CONF_DIR.

The shell script substitution should replace CHUKWA_HOME_DIR=/usr/local/chukwa, then replace CHUKWA_CONF_DIR=/usr/local/chukwa.  This will fix the real problem.

> RPM should use rpm.conf.dir from build.properties
> -------------------------------------------------
>
>                 Key: CHUKWA-114
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-114
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: build and test code
>            Reporter: Jerome Boulon
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-114.patch
>
>
> I guess "%define _conf_dir       ${rpm.conf.dir}" is missing from build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-114) RPM should use rpm.conf.dir from build.properties

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-114:
-----------------------------

    Attachment: CHUKWA-114.patch

Added _conf_dir flag for RPM build for startup script to locate CHUKWA_CONF_DIR.

> RPM should use rpm.conf.dir from build.properties
> -------------------------------------------------
>
>                 Key: CHUKWA-114
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-114
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: build and test code
>            Reporter: Jerome Boulon
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-114.patch
>
>
> I guess "%define _conf_dir       ${rpm.conf.dir}" is missing from build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CHUKWA-114) RPM should use rpm.conf.dir from build.properties

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang resolved CHUKWA-114.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1.2

This is resolved as part of CHUKWA-80.

> RPM should use rpm.conf.dir from build.properties
> -------------------------------------------------
>
>                 Key: CHUKWA-114
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-114
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: build and test code
>            Reporter: Jerome Boulon
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-114.patch
>
>
> I guess "%define _conf_dir       ${rpm.conf.dir}" is missing from build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.