You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Giridharan Kesavan (JIRA)" <ji...@apache.org> on 2009/07/09 08:14:14 UTC

[jira] Created: (HADOOP-6137) to fix project specific test-patch requirements

to fix project specific test-patch requirements 
------------------------------------------------

                 Key: HADOOP-6137
                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Giridharan Kesavan
            Priority: Critical


only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Resolved: (HADOOP-6137) to fix project specific test-patch requirements

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

Giridharan Kesavan resolved HADOOP-6137.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0

I just committed this!

> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-6137.patch
>
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Commented: (HADOOP-6137) to fix project specific test-patch requirements

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

Giridharan Kesavan commented on HADOOP-6137:
--------------------------------------------

this patch cannot be tested using test-patch script as this patches the test-patch script itself.


> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>         Attachments: HADOOP-6137.patch
>
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Commented: (HADOOP-6137) to fix project specific test-patch requirements

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

Hudson commented on HADOOP-6137:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #17 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Hdfs-trunk/17/])
    . Fix project specific test-patch requirements


> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-6137.patch
>
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Commented: (HADOOP-6137) to fix project specific test-patch requirements

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

Hudson commented on HADOOP-6137:
--------------------------------

Integrated in Hadoop-Common-trunk #21 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/21/])
    . Fix project specific test-patch requirements


> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-6137.patch
>
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Updated: (HADOOP-6137) to fix project specific test-patch requirements

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

Giridharan Kesavan updated HADOOP-6137:
---------------------------------------

    Attachment: HADOOP-6137.patch

this patch lets the test-patch to call create-c++-configure target only for mapreduce 

> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>         Attachments: HADOOP-6137.patch
>
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Commented: (HADOOP-6137) to fix project specific test-patch requirements

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

Hudson commented on HADOOP-6137:
--------------------------------

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

> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-6137.patch
>
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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


[jira] Assigned: (HADOOP-6137) to fix project specific test-patch requirements

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

Giridharan Kesavan reassigned HADOOP-6137:
------------------------------------------

    Assignee: Giridharan Kesavan

> to fix project specific test-patch requirements 
> ------------------------------------------------
>
>                 Key: HADOOP-6137
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6137
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>            Priority: Critical
>
> only mapreduce project needs create-c++-configure target which needs to be executed as part to the test-core ant target.

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