[jira] [Commented] (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:comment-tabpanel=16211789#comment-16211789
 ] 

Larry McCay commented on KNOX-808:
--

Moving out to Future since [~treydone] no longer seems to be around.

> 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] [Commented] (KNOX-808) Multi-put for HBase

2017-09-20 Thread Larry McCay (JIRA)

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

Larry McCay commented on KNOX-808:
--

[~treydone] - Do you get this note now that you changed your email?

> 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.4.14#64029)


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

2017-09-20 Thread Sandeep More (JIRA)

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

Sandeep More commented on KNOX-808:
---

Hello [~treydone], would be able to submit a new patch.

Best,
Sandeep

> 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.4.14#64029)


[jira] [Commented] (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:comment-tabpanel=16039405#comment-16039405
 ] 

Larry McCay commented on KNOX-808:
--

After a quick review, I am going to push this out of 0.13.0.

We need to consider refactoring the StoreRow and StoreRows to use common code 
and the patch hardcodes Row and Cell, CellSet, etc whereas StoreRow is using 
constants.

The refactoring may actually make resolving those hardcoded strings a moot 
point.
Since this needs some considerable work and an apache license - let's move it 
out as to not block 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.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] [Commented] (KNOX-808) Multi-put for HBase

2017-06-06 Thread Sandeep More (JIRA)

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

Sandeep More commented on KNOX-808:
---

Thanks for the patch [~treydone] and sorry for the delay in getting to it.
I was trying to test the patch, it appears that the class {{StoreRows}} does 
not have Apache License which causes the builds to fail. 
Few more things, I would also appreciate if you could provide an unit tests and 
an example usage. 

Again thanks for the contribution !

> 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] [Commented] (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:comment-tabpanel=15862814#comment-15862814
 ] 

Vincent Devillers commented on KNOX-808:


[~sumit.gupta] Yes, it makes sense, I've updated the 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] [Commented] (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:comment-tabpanel=15860035#comment-15860035
 ] 

Larry McCay commented on KNOX-808:
--

Moving this out to 0.13.0 so that we can decide on the best design for the API 
extension.

> 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)