You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/11/17 00:00:44 UTC

[jira] Updated: (HBASE-991) Update the mapred package document examples so they work with TRUNK/0.19.0.

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

stack updated HBASE-991:
------------------------

    Attachment: 991.patch

Cleanup of the mapreduce examples.  Started new src/examples/mapred.  Will point folks at examples in here since its hard keeping up examples that have been modified so they'll sit in javadoc.  Also changed HbaseMapWritable so it can take byte [] for values, not just Writable.  Makes sense passing byte [] rather than make a new, temporary ImmutableBytesWritable, to go from map to reduce.

> Update the mapred package document examples so they work with TRUNK/0.19.0.
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-991
>                 URL: https://issues.apache.org/jira/browse/HBASE-991
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.19.0
>
>         Attachments: 991.patch
>
>
> The examples in package doc. are old making mention of the long deprecated Text, etc.  Update them.

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