You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2009/03/05 18:02:00 UTC

[jira] Created: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

builds from git checks fail because of src/contrib/chukwa/opt not being there
-----------------------------------------------------------------------------

                 Key: HADOOP-5409
                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
             Project: Hadoop Core
          Issue Type: Improvement
          Components: contrib/chukwa
            Reporter: Owen O'Malley


Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Assigned: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

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

Eric Yang reassigned HADOOP-5409:
---------------------------------

    Assignee: Eric Yang

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Commented: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679324#action_12679324 ] 

Owen O'Malley commented on HADOOP-5409:
---------------------------------------

Unless something has changed recently, the build fails if you don't have this directory.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Updated: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

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

Eric Yang updated HADOOP-5409:
------------------------------

    Attachment: HADOOP-5409.patch

Changed opt directory as part of optional copy.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>         Attachments: HADOOP-5409.patch
>
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Commented: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679303#action_12679303 ] 

Doug Cutting commented on HADOOP-5409:
--------------------------------------

Or perhaps have the build create it explicitly?

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Commented: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681793#action_12681793 ] 

Hudson commented on HADOOP-5409:
--------------------------------

Integrated in Hadoop-trunk #778 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/778/])
    

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>         Attachments: HADOOP-5409.patch
>
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Commented: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679320#action_12679320 ] 

Eric Yang commented on HADOOP-5409:
-----------------------------------

This directory should be removed from svn repository.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Updated: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

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

Eric Yang updated HADOOP-5409:
------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed to trunk to resolve hudson trunk test.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>         Attachments: HADOOP-5409.patch
>
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Updated: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

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

Eric Yang updated HADOOP-5409:
------------------------------

    Status: Patch Available  (was: Reopened)

   - Optionally copy opt directory, if it exist.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>         Attachments: HADOOP-5409.patch
>
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Resolved: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

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

Eric Yang resolved HADOOP-5409.
-------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Removed unused directory.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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


[jira] Reopened: (HADOOP-5409) builds from git checks fail because of src/contrib/chukwa/opt not being there

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

Eric Yang reopened HADOOP-5409:
-------------------------------


Need to check if opt exists.  When opt exists, package opt with the tarball.

> builds from git checks fail because of src/contrib/chukwa/opt not being there
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5409
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5409
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>            Reporter: Owen O'Malley
>            Assignee: Eric Yang
>
> Git doesn't save empty directories, so it would be nice to make a .placeholder touch file that would cause git to create the directory.

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