[jira] [Commented] (PHOENIX-3779) Can not start Phoenix Tephra even if the tx properties are set in hbase-site.xml

2017-04-10 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963835#comment-15963835 ] Jerry He commented on PHOENIX-3779: --- I have an internal patch that excludes hbase-site.xml when

[jira] [Created] (PHOENIX-3779) Can not start Phoenix Tephra even if the tx properties are set in hbase-site.xml

2017-04-10 Thread Jerry He (JIRA)
Jerry He created PHOENIX-3779: - Summary: Can not start Phoenix Tephra even if the tx properties are set in hbase-site.xml Key: PHOENIX-3779 URL: https://issues.apache.org/jira/browse/PHOENIX-3779

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2017-04-10 Thread churro morales (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963590#comment-15963590 ] churro morales commented on PHOENIX-3534: - For the above approach, it seems like we will need to

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2017-04-10 Thread churro morales (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963585#comment-15963585 ] churro morales commented on PHOENIX-3534: - Discussed with [~jamestaylor] today. Right now we

[jira] [Created] (PHOENIX-3778) Local Index - Writes get exponentially slower as batch size increases

2017-04-10 Thread Mujtaba Chohan (JIRA)
Mujtaba Chohan created PHOENIX-3778: --- Summary: Local Index - Writes get exponentially slower as batch size increases Key: PHOENIX-3778 URL: https://issues.apache.org/jira/browse/PHOENIX-3778

Re: python-phoenixdb

2017-04-10 Thread James Taylor
Thanks, Dimitri. A pull request would be great. Looks like the outstanding items are: - Fixing licensing - Deciding on package structure. FWIW, the phoenix-spark module has scala code, so this is a little bit of precedence for non Java code. - Tweaking our release process/scripts to handle Python

[jira] [Assigned] (PHOENIX-3777) NTH_VALUE() function with multiple where clause filters on primary key components with GROUP BY is returning results for first grouped set and not for all grouped sets

2017-04-10 Thread Loknath Priyatham Teja Singamsetty (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loknath Priyatham Teja Singamsetty reassigned PHOENIX-3777: Assignee: Loknath Priyatham Teja

[jira] [Created] (PHOENIX-3777) NTH_VALUE() function with multiple where clause filters on primary key components with GROUP BY is returning results for first grouped set and not for all grouped sets

2017-04-10 Thread Loknath Priyatham Teja Singamsetty (JIRA)
Loknath Priyatham Teja Singamsetty created PHOENIX-3777: Summary: NTH_VALUE() function with multiple where clause filters on primary key components with GROUP BY is returning results for first grouped set and not for all

[jira] [Commented] (PHOENIX-3776) Implement setDate in PhoenixCalcitePreparedStatement to pass java.sql.Date as java.util.Date till PHOENIX-868 is fixed

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963059#comment-15963059 ] Rajeshbabu Chintaguntla commented on PHOENIX-3776: -- Committed. Thanks for review

Re: python-phoenixdb

2017-04-10 Thread Dimitri
Hi, DB API 2.0 and SQLAlchemy are in pyPhoenix. I can fix the licensing. tell us what you decide. Dimitri. 2017-03-27 0:48 GMT+02:00 Josh Elser : > First off, I think we need to figure out which version of "phoenixdb" we > want to include. Technically, I don't know which

[jira] [Commented] (PHOENIX-3776) Implement setDate in PhoenixCalcitePreparedStatement to pass java.sql.Date as java.util.Date till PHOENIX-868 is fixed

2017-04-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963000#comment-15963000 ] James Taylor commented on PHOENIX-3776: --- +1 > Implement setDate in

[jira] [Commented] (PHOENIX-3775) Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not listed for Phoenix-Calcite branch in Jenkins

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962824#comment-15962824 ] Rajeshbabu Chintaguntla commented on PHOENIX-3775: -- We can fix the exact leak issue

[jira] [Updated] (PHOENIX-3775) Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not listed for Phoenix-Calcite branch in Jenkins

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3775: - Attachment: PHOENIX-3775.patch After committing this small fix we can

[jira] [Updated] (PHOENIX-3776) Implement setDate in PhoenixCalcitePreparedStatement to pass java.sql.Date as java.util.Date till PHOENIX-868 is fixed

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3776: - Attachment: PHOENIX-3776.patch [~maryannxue] [~jamestaylor] Here is the

[jira] [Created] (PHOENIX-3776) Implement setDate in PhoenixCalcitePreparedStatement to pass java.sql.Date as java.util.Date till PHOENIX-868 is fixed

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-3776: Summary: Implement setDate in PhoenixCalcitePreparedStatement to pass java.sql.Date as java.util.Date till PHOENIX-868 is fixed Key: PHOENIX-3776 URL:

[jira] [Updated] (PHOENIX-3775) Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not listed for Phoenix-Calcite branch in Jenkins

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3775: - Summary: Assertion failure in ConnectionQueryServicesTestImpl#close

[jira] [Updated] (PHOENIX-3775) Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not visible in Jenkins

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3775: - Description: The tests what ever failing with the assertion error in

[jira] [Updated] (PHOENIX-3775) Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not visible in Jenkins

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3775: - Labels: calcite (was: ) > Assertion failure in

[jira] [Created] (PHOENIX-3775) Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not visible in Jenkins

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-3775: Summary: Assertion failure in ConnectionQueryServicesTestImpl#close making failed tests not visible in Jenkins Key: PHOENIX-3775 URL:

[jira] [Comment Edited] (PHOENIX-3755) Duplicate rows

2017-04-10 Thread Viet Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962567#comment-15962567 ] Viet Nguyen edited comment on PHOENIX-3755 at 4/10/17 8:13 AM: --- Hi

[jira] [Commented] (PHOENIX-3755) Duplicate rows

2017-04-10 Thread Viet Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962567#comment-15962567 ] Viet Nguyen commented on PHOENIX-3755: -- Hi D'Silva, I can provide some UPSERT queries but I think

[jira] [Commented] (PHOENIX-3755) Duplicate rows

2017-04-10 Thread Viet Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962558#comment-15962558 ] Viet Nguyen commented on PHOENIX-3755: -- Hi Roberts, I also was found the solution in link:

[jira] [Commented] (PHOENIX-3757) System mutex table not being created in SYSTEM namespace when namespace mapping is enabled

2017-04-10 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962521#comment-15962521 ] Ankit Singhal commented on PHOENIX-3757: bq. A little odd as we need to create this table after

[jira] [Updated] (PHOENIX-3774) Not able to resolve sequences in Phoenix-Calcite

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3774: - Summary: Not able to resolve sequences in Phoenix-Calcite (was: Not

[jira] [Created] (PHOENIX-3774) Not able tor resolve sequences in Phoenix-Calcite

2017-04-10 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-3774: Summary: Not able tor resolve sequences in Phoenix-Calcite Key: PHOENIX-3774 URL: https://issues.apache.org/jira/browse/PHOENIX-3774 Project: