You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Amar Kamat (JIRA)" <ji...@apache.org> on 2009/11/06 22:41:32 UTC

[jira] Updated: (MAPREDUCE-1027) jobtracker.jsp can have an html text block for announcements by admins.

     [ https://issues.apache.org/jira/browse/MAPREDUCE-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated MAPREDUCE-1027:
----------------------------------

    Attachment: mapred-1027-v1.2.patch

Attaching a patch that implements the proposed design. Testing in progress. This patch does the following
- Adds an announcement block on jobtracker webui
- allows loading new announcements via mradmin -loadAnnouncements
- distinguishes between old and new announcements
- allows capping the total announcements (default 10)

Announcements are expected in the format
{code}
<int id> <message>
example :
2 New announcement added
1 Test announcement
{code}
where the id is used to distinguish old and new announcements. 

> jobtracker.jsp can have an html text block for announcements by admins.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1027
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1027
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: jobtracker
>            Reporter: Vinod K V
>         Attachments: mapred-1027-v1.2.patch
>
>
> jobtracker.jsp is the first page for users of Map/Reduce clusters and can be used for sending information across to all users. It will be useful to have a text block on this page where administrators can put any latest notices/announcements time to time.

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