[ 
https://issues.apache.org/jira/browse/HBASE-13897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604963#comment-14604963
 ] 

Ted Yu commented on HBASE-13897:
--------------------------------

{code}
179               context.setStatus("Wrote " + index);
{code}
Add more to the above log. e.g. "Wrote " + index + " KeyValues"
{code}
232               throw new IOException("Region splitted after job 
initialization");
{code}
The past tense of split is split.
{code}
674         System.err.println("If there is no large results that including too 
much KeyValue "
675             + "whitch can use the memery sort in reducer, pass the 
option:");
{code}
Syntax error. Should be:
{code}
674         System.err.println("If there is no large result that includes too 
many KeyValues "
675             + "which can use the memory sort in reducer, pass the option:");
{code}
{code}
676         System.err.println("  -D" + HAS_LARGE_RESULT + "=false");
{code}
Should the option be turned off by default ?

> OOM may occur when Import imports a row with too many KeyValues
> ---------------------------------------------------------------
>
>                 Key: HBASE-13897
>                 URL: https://issues.apache.org/jira/browse/HBASE-13897
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.13
>            Reporter: Liu Junhong
>            Assignee: Liu Junhong
>             Fix For: 0.98.14
>
>         Attachments: HBASE-13897-0.98.patch, HBASE-13897-master.patch
>
>
> When importing a row with too many KeyValues (may have too many columns or 
> versions),KeyValueReducer will incur OOM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to