[jira] [Updated] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-17092:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

Thanks for the review, Heng.

> Both LoadIncrementalHFiles#doBulkLoad() methods should set return value
> ---
>
> Key: HBASE-17092
> URL: https://issues.apache.org/jira/browse/HBASE-17092
> Project: HBase
>  Issue Type: Bug
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 2.0.0
>
> Attachments: 17092.v1.txt
>
>
> Currently there are two LoadIncrementalHFiles#doBulkLoad() methods.
> One returns a Map:
> {code}
>   public Map doBulkLoad(Map 
> map, final Admin admin,
> {code}
> The other one is void return type.
> This issue makes both methods record return value which is used by the run() 
> method.



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


[jira] [Updated] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-17092:
---
Attachment: 17092.v1.txt

> Both LoadIncrementalHFiles#doBulkLoad() methods should set return value
> ---
>
> Key: HBASE-17092
> URL: https://issues.apache.org/jira/browse/HBASE-17092
> Project: HBase
>  Issue Type: Bug
>Reporter: Ted Yu
> Attachments: 17092.v1.txt
>
>
> Currently there are two LoadIncrementalHFiles#doBulkLoad() methods.
> One returns a Map:
> {code}
>   public Map doBulkLoad(Map 
> map, final Admin admin,
> {code}
> The other one is void return type.
> This issue makes both methods record return value which is used by the run() 
> method.



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


[jira] [Updated] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-17092:
---
Status: Patch Available  (was: Open)

> Both LoadIncrementalHFiles#doBulkLoad() methods should set return value
> ---
>
> Key: HBASE-17092
> URL: https://issues.apache.org/jira/browse/HBASE-17092
> Project: HBase
>  Issue Type: Bug
>Reporter: Ted Yu
> Attachments: 17092.v1.txt
>
>
> Currently there are two LoadIncrementalHFiles#doBulkLoad() methods.
> One returns a Map:
> {code}
>   public Map doBulkLoad(Map 
> map, final Admin admin,
> {code}
> The other one is void return type.
> This issue makes both methods record return value which is used by the run() 
> method.



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