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

Loknath Priyatham Teja Singamsetty  edited comment on PHOENIX-3511 at 11/30/16 
6:57 PM:
----------------------------------------------------------------------------------------

[~jamestaylor] we need to override the client default hbase and mapreduce 
properties here. If the variable name "DEFAULT_TIMEOUT_IN_MILLIS" is confusing, 
we can rename it to "PHOENIX_INDEX_TIMEOUT_IN_MILLIS".

 conf.setLong(HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD, 
DEFAULT_TIMEOUT_IN_MILLIS);
 conf.setLong(HConstants.HBASE_RPC_TIMEOUT_KEY, DEFAULT_TIMEOUT_IN_MILLIS);
 conf.setLong(MRJobConfig.TASK_TIMEOUT, DEFAULT_TIMEOUT_IN_MILLIS);




was (Author: singamteja):
[~jamestaylor] we need to override the client default hbase and mapreduce 
properties here. If the variable name "DEFAULT_TIMEOUT_IN_MILLIS" is confusing, 
we can rename it to "PHOENIX_TIMEOUT_IN_MILLIS".

 conf.setLong(HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD, 
DEFAULT_TIMEOUT_IN_MILLIS);
 conf.setLong(HConstants.HBASE_RPC_TIMEOUT_KEY, DEFAULT_TIMEOUT_IN_MILLIS);
 conf.setLong(MRJobConfig.TASK_TIMEOUT, DEFAULT_TIMEOUT_IN_MILLIS);



> Async Secondary index MR job fails for large data > 200 M records
> -----------------------------------------------------------------
>
>                 Key: PHOENIX-3511
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3511
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.9.0
>            Reporter: Loknath Priyatham Teja Singamsetty 
>            Assignee: Loknath Priyatham Teja Singamsetty 
>             Fix For: 4.9.0, 4.9.1
>
>         Attachments: phoenix-3511.patch
>
>




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

Reply via email to