[jira] [Commented] (PHOENIX-3800) NPE when doing UPSERT SELECT into salted tables

2017-05-04 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997829#comment-15997829 ] Ankit Singhal commented on PHOENIX-3800: committed to master and 4.x branches. S

[jira] [Assigned] (PHOENIX-3800) NPE when doing UPSERT SELECT into salted tables

2017-05-04 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Singhal reassigned PHOENIX-3800: -- Assignee: Eiichi Sato > NPE when doing UPSERT SELECT into salted tables > ---

[jira] [Commented] (PHOENIX-3800) NPE when doing UPSERT SELECT into salted tables

2017-05-04 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997820#comment-15997820 ] Ankit Singhal commented on PHOENIX-3800: +1, Thanks [~sato_eiichi] for the fix.

[jira] [Commented] (PHOENIX-3824) Mutable Index partial rebuild adds more than one index row for updated data row

2017-05-04 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997685#comment-15997685 ] Vincent Poon commented on PHOENIX-3824: --- [~jamestaylor] Can you take a look at the

[jira] [Commented] (PHOENIX-3824) Mutable Index partial rebuild adds more than one index row for updated data row

2017-05-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997681#comment-15997681 ] ASF GitHub Bot commented on PHOENIX-3824: - GitHub user vincentpoon opened a pull

[GitHub] phoenix pull request #244: PHOENIX-3824 Mutable Index partial rebuild adds m...

2017-05-04 Thread vincentpoon
GitHub user vincentpoon opened a pull request: https://github.com/apache/phoenix/pull/244 PHOENIX-3824 Mutable Index partial rebuild adds more than one index r… …ow for updated data row You can merge this pull request into a Git repository by running: $ git pull https://git

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-05-04 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997680#comment-15997680 ] Vincent Poon commented on PHOENIX-3806: --- put up a patch that simply changes the So

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-05-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997676#comment-15997676 ] ASF GitHub Bot commented on PHOENIX-3806: - GitHub user vincentpoon opened a pull

[GitHub] phoenix pull request #243: PHOENIX-3806 IndexUpdateManager spending a lot of...

2017-05-04 Thread vincentpoon
GitHub user vincentpoon opened a pull request: https://github.com/apache/phoenix/pull/243 PHOENIX-3806 IndexUpdateManager spending a lot of time sorting mutati… …ons on Index rebuild You can merge this pull request into a Git repository by running: $ git pull https://github

[jira] [Commented] (PHOENIX-3818) Add client setting to disable server side UPSERT SELECT work

2017-05-04 Thread Alex Araujo (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997653#comment-15997653 ] Alex Araujo commented on PHOENIX-3818: -- Thanks for the review [~jamestaylor]. I che

[jira] [Resolved] (PHOENIX-3768) Fix 'Phoenix schema not found' error

2017-05-04 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-3768. -- Resolution: Fixed > Fix 'Phoenix schema not found' error > ---

[jira] [Commented] (PHOENIX-3798) MutableIndexFailureIT fails since PHOENIX-3789

2017-05-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997566#comment-15997566 ] James Taylor commented on PHOENIX-3798: --- I'll have a fix coming in as part of PHOE

[jira] [Commented] (PHOENIX-3818) Add client setting to disable server side UPSERT SELECT work

2017-05-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997522#comment-15997522 ] Hadoop QA commented on PHOENIX-3818: {color:red}-1 overall{color}. Here are the res

[jira] [Updated] (PHOENIX-3818) Add client setting to disable server side UPSERT SELECT work

2017-05-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3818: -- Fix Version/s: 4.11.0 > Add client setting to disable server side UPSERT SELECT work > ---

[jira] [Commented] (PHOENIX-3818) Add client setting to disable server side UPSERT SELECT work

2017-05-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997485#comment-15997485 ] James Taylor commented on PHOENIX-3818: --- +1. Thanks for the contribution, [~alexar

[GitHub] phoenix issue #239: Phoenix-3744: Support snapshot scanners for MR-based que...

2017-05-04 Thread akshita-malhotra
Github user akshita-malhotra commented on the issue: https://github.com/apache/phoenix/pull/239 - Snapshot scanner for non-aggregate queries. - Added integration tests (simple select query, conditional and limit) - Abstracted out ScanRegionObserver code to fetch the processed re

[jira] [Commented] (PHOENIX-3814) Unable to connect to Phoenix via Spark

2017-05-04 Thread Wajid Khattak (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997036#comment-15997036 ] Wajid Khattak commented on PHOENIX-3814: [~jmahonin] Sorry a bit confused here.

[jira] [Commented] (PHOENIX-3814) Unable to connect to Phoenix via Spark

2017-05-04 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996911#comment-15996911 ] Josh Mahonin commented on PHOENIX-3814: --- I've managed to spend a bit of time looki