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 "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org> on 2009/03/04 04:49:56 UTC

[jira] Commented: (HADOOP-5388) Add ids to tables in JSP pages to ease scraping of the data.

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

Sreekanth Ramakrishnan commented on HADOOP-5388:
------------------------------------------------

If  we add ID to current tables, when we are moving to HTMLunit the testing also becomes easier.

By adding id's to table the scrapping tools can do:

table = document.getElementById('id') 
iterate over children ie rows:
get information.

> Add ids to tables in JSP pages to ease scraping of the data.
> ------------------------------------------------------------
>
>                 Key: HADOOP-5388
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5388
>             Project: Hadoop Core
>          Issue Type: Improvement
>            Reporter: Sreekanth Ramakrishnan
>            Priority: Minor
>
> Currently, the tables which are generated by the JSP pages are lacking id's. If the tables had id then it would ease the pain of writing scrapping utilities.

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