[jira] [Updated] (HBASE-14187) Add Thrift 1 RPC to batch gets in a single call

2018-03-01 Thread stack (JIRA)

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

stack updated HBASE-14187:
--
Fix Version/s: (was: 1.5.0)
   (was: 2.0.0)

> Add Thrift 1 RPC to batch gets in a single call
> ---
>
> Key: HBASE-14187
> URL: https://issues.apache.org/jira/browse/HBASE-14187
> Project: HBase
>  Issue Type: Improvement
>  Components: Thrift
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Major
>
> add a method to pull a set of columns from a set of non-contiguous rows in a 
> single RPC call.
> e.g.
> {code}
>/**
>  * Parallel get. For a given table and column, return for
>  * the given rows.
>  *
>  * @param tableName table to get from
>  * @param column column to get
>  * @param rows a list of rows to get
>  * @result list of TRowResult for each item
>  */
> list parallelGet(1:Text tableName,
>  2:Text column,
>  3:list rows)
>  throws (1:IOError io)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-14187) Add Thrift 1 RPC to batch gets in a single call

2017-04-05 Thread Sean Busbey (JIRA)

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

Sean Busbey updated HBASE-14187:

Fix Version/s: (was: 1.4.0)
   1.5.0

> Add Thrift 1 RPC to batch gets in a single call
> ---
>
> Key: HBASE-14187
> URL: https://issues.apache.org/jira/browse/HBASE-14187
> Project: HBase
>  Issue Type: Improvement
>  Components: Thrift
>Reporter: Sean Busbey
>Assignee: Sean Busbey
> Fix For: 2.0.0, 1.5.0
>
>
> add a method to pull a set of columns from a set of non-contiguous rows in a 
> single RPC call.
> e.g.
> {code}
>/**
>  * Parallel get. For a given table and column, return for
>  * the given rows.
>  *
>  * @param tableName table to get from
>  * @param column column to get
>  * @param rows a list of rows to get
>  * @result list of TRowResult for each item
>  */
> list parallelGet(1:Text tableName,
>  2:Text column,
>  3:list rows)
>  throws (1:IOError io)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-14187) Add Thrift 1 RPC to batch gets in a single call

2016-06-17 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov updated HBASE-14187:

Fix Version/s: (was: 1.3.0)
   1.4.0

> Add Thrift 1 RPC to batch gets in a single call
> ---
>
> Key: HBASE-14187
> URL: https://issues.apache.org/jira/browse/HBASE-14187
> Project: HBase
>  Issue Type: Improvement
>  Components: Thrift
>Reporter: Sean Busbey
>Assignee: Sean Busbey
> Fix For: 2.0.0, 1.4.0
>
>
> add a method to pull a set of columns from a set of non-contiguous rows in a 
> single RPC call.
> e.g.
> {code}
>/**
>  * Parallel get. For a given table and column, return for
>  * the given rows.
>  *
>  * @param tableName table to get from
>  * @param column column to get
>  * @param rows a list of rows to get
>  * @result list of TRowResult for each item
>  */
> list parallelGet(1:Text tableName,
>  2:Text column,
>  3:list rows)
>  throws (1:IOError io)
> {code}



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