[jira] [Updated] (KNOX-808) Multi-put for HBase

2018-10-19 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-808:
--
Status: Open  (was: Patch Available)

Cancelling patch because the patch needs to be reworked based on feedback.

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>Priority: Major
>  Labels: KIP-4
> Fix For: Future
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-10-19 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Fix Version/s: (was: 0.14.0)
   Future

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: Future
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-06-06 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Fix Version/s: (was: 0.13.0)
   0.14.0

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.14.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-05-27 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Fix Version/s: (was: Future)
   0.13.0

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.13.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-05-27 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Fix Version/s: (was: 0.13.0)
   Future

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.13.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-02-12 Thread Vincent Devillers (JIRA)

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

Vincent Devillers updated KNOX-808:
---
Attachment: KNOX-808.patch

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.13.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-02-12 Thread Vincent Devillers (JIRA)

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

Vincent Devillers updated KNOX-808:
---
Attachment: (was: KNOX-808.patch)

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.13.0
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2017-02-09 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Fix Version/s: (was: 0.12.0)
   0.13.0

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.13.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2016-12-26 Thread Vincent Devillers (JIRA)

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

Vincent Devillers updated KNOX-808:
---
Status: Patch Available  (was: In Progress)

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.12.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2016-12-12 Thread Vincent Devillers (JIRA)

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

Vincent Devillers updated KNOX-808:
---
Attachment: KNOX-808.patch

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.12.0
>
> Attachments: KNOX-808.patch
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2016-12-12 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Fix Version/s: 0.12.0

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>  Labels: KIP-4
> Fix For: 0.12.0
>
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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


[jira] [Updated] (KNOX-808) Multi-put for HBase

2016-12-08 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-808:
-
Assignee: Vincent Devillers

> Multi-put for HBase
> ---
>
> Key: KNOX-808
> URL: https://issues.apache.org/jira/browse/KNOX-808
> Project: Apache Knox
>  Issue Type: Bug
>  Components: ClientDSL
>Reporter: Vincent Devillers
>Assignee: Vincent Devillers
>
> If you want to insert some data in HBase the only available method is 
> store(), which allow you to put only one row in a table. That means if you 
> want to put 10k rows, you have to do 10k HTTP calls… The HBase REST API 
> provides a multi-put



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