[jira] [Commented] (PHOENIX-3214) Kafka Phoenix Consumer

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760418#comment-15760418 ] Kalyan commented on PHOENIX-3214: - Kevin Liew, thanks for review. Updated as per sugges

[jira] [Commented] (PHOENIX-3214) Kafka Phoenix Consumer

2016-12-18 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759801#comment-15759801 ] Kevin Liew commented on PHOENIX-3214: - Can we import and use those macros from Consu

[jira] [Commented] (PHOENIX-3214) Kafka Phoenix Consumer

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759792#comment-15759792 ] Kalyan commented on PHOENIX-3214: - we can reuse it ... the below line will take care of

[jira] [Commented] (PHOENIX-3214) Kafka Phoenix Consumer

2016-12-18 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759762#comment-15759762 ] Kevin Liew commented on PHOENIX-3214: - Many of the macros in KafkaConstants are alre

[jira] [Commented] (PHOENIX-3214) Kafka Phoenix Consumer

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759737#comment-15759737 ] Kalyan commented on PHOENIX-3214: - Can any one please look into the patch ... any sugges

[jira] [Comment Edited] (PHOENIX-3541) Bulk Data Loading - Can't use table name by small letter

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759731#comment-15759731 ] Kalyan edited comment on PHOENIX-3541 at 12/19/16 12:06 AM:

[jira] [Updated] (PHOENIX-3541) Bulk Data Loading - Can't use table name by small letter

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalyan updated PHOENIX-3541: Attachment: PHOENIX-3541.patch Please review the patch ... > Bulk Data Loading - Can't use table name by

[GitHub] phoenix pull request #227: 4.8 h base 1.2

2016-12-18 Thread irahadianansory
GitHub user irahadianansory opened a pull request: https://github.com/apache/phoenix/pull/227 4.8 h base 1.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/phoenix 4.8-HBase-1.2 Alternatively you can review and apply the

Re: Phoenix Array

2016-12-18 Thread James Taylor
One thing to keep in mind is that all of the array elements are stored in a single cell. As long as the combined size of all elements is less than what HBase is happy with for a cell, you should be fine. Also, FWIW, references to a single element are optimized to only return that element on selects

Re: Phoenix Array

2016-12-18 Thread Nick Dimiduk
Hi Davide, I'm glad Phoenix is working well for you. Can you be more specific with your question? What kind of limitations are you concerned about? Have you seen the ARRAY Type documentation? It outlines some limitations at the bottom on the page. http://phoenix.apache.org/array_type.html -n On

[jira] [Updated] (PHOENIX-3538) Regex Bulkload Tool

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalyan updated PHOENIX-3538: Attachment: PHOENIX-3538.patch providing the solution to regex bulk load tool > Regex Bulkload Tool > ---

[jira] [Commented] (PHOENIX-3538) Regex Bulkload Tool

2016-12-18 Thread Kalyan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759080#comment-15759080 ] Kalyan commented on PHOENIX-3538: - Please verify the patch below https://bitbucket.org/