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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2010/05/01 00:29:57 UTC

[jira] Commented: (HADOOP-6194) Add service base class and tests to hadoop-common/util

    [ https://issues.apache.org/jira/browse/HADOOP-6194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862910#action_12862910 ] 

Steve Loughran commented on HADOOP-6194:
----------------------------------------

thanks Aaron, I will look at that script.

I have just stuck up onto MAPREDUCE-233 the patch that brings the TT and JT under the lifecycle. The JT is the tricky one, as it likes to wait for the filesystem to be live first since the JT added persistence; I think nobody has noticed that other than me as their filesystems come up more reliably than mine, but the problem is there in trunk too. 

> Add service base class and tests to hadoop-common/util
> ------------------------------------------------------
>
>                 Key: HADOOP-6194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6194
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: util
>    Affects Versions: 0.21.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>             Fix For: 0.22.0
>
>         Attachments: find-new-warnings, HADOOP-6194-1.patch, HADOOP-6194.patch, HADOOP-6194.patch
>
>
> For a service base class, we need to add to common
> # The Service class
> # A mock Service class (it's not in test, its in src/, because it helps in functional tests downstream)
> # Unit tests
> This is the issue to cover this work

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