[jira] [Commented] (PHOENIX-4579) Add a config to conditionally create Phoenix meta tables on first client connection

2018-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436872#comment-16436872 ] ASF GitHub Bot commented on PHOENIX-4579: - Github user JamesRTaylor commented on the issue:

Re: Optimized way to retrieve the large dataset from phoenix

2018-04-12 Thread anil gupta
Hi, This benchmark study might help you: https://hortonworks.com/blog/hbase-cassandra-benchmark/ However, YMMV as per your workload, cluster tuning and node types. If you are doing random point lookups(using exact rowkey/primary key) then i think you can probably try using

[jira] [Resolved] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4605. --- Resolution: Fixed Fix Version/s: 5.0.0 4.14.0 > Support running

getting rid of deprecated APIs to reduce effort in 5.x porting?

2018-04-12 Thread James Taylor
Is it still the plan to get rid of deprecated HBase APIs in the 4.x branches? This would ease the pain of porting changes between 4.x and 5.x branches. I think it's likely that both branches will need to be maintained for some time. We'd likely need to get a Tephra release with this done too, but

[jira] [Commented] (PHOENIX-3837) Unable to set property on an index with Alter statement

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436782#comment-16436782 ] James Taylor commented on PHOENIX-3837: --- [~aertoria] - looks like this never made it into

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436745#comment-16436745 ] Hudson commented on PHOENIX-4605: - FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-0.98 #1855

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436734#comment-16436734 ] Hudson commented on PHOENIX-4605: - FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #92 (See

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436528#comment-16436528 ] James Taylor commented on PHOENIX-4605: --- Patch was for 4.x-HBase-1.3. I use this branch because

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436520#comment-16436520 ] Ethan Wang commented on PHOENIX-4605: - I tried to check the patch on master. I got error for two

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436521#comment-16436521 ] Ethan Wang commented on PHOENIX-4605: - +1 > Support running multiple transaction providers >

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436516#comment-16436516 ] James Taylor commented on PHOENIX-4605: --- Attached final patch. Only change was to work around

[jira] [Updated] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4605: -- Attachment: PHOENIX-4605_v3.patch > Support running multiple transaction providers >

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436514#comment-16436514 ] James Taylor commented on PHOENIX-4605: --- Thanks for the review, [~aertoria]. {quote}Do we have a

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436504#comment-16436504 ] Ethan Wang commented on PHOENIX-4605: - I see. that make sense.  I see lots of code changes is due

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436483#comment-16436483 ] James Taylor commented on PHOENIX-4605: --- {quote}My understanding is that before this feature we

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436433#comment-16436433 ] Ethan Wang commented on PHOENIX-4605: - Just catching up the thread. My understanding is that before

Optimized way to retrieve the large dataset from phoenix

2018-04-12 Thread Sawant, Chandramohan
Hi All, Is there any optimized way to retrieve the larger dataset of ~1 million rows (1 row = 200 bytes of data) from HBase via Phoenix jdbc driver. In my application we are using Phoenix 4.8 with HBase 1.2 and getting slower performance while fetching the data through sql query. We have a 5

[jira] [Commented] (PHOENIX-4579) Add a config to conditionally create Phoenix meta tables on first client connection

2018-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436287#comment-16436287 ] ASF GitHub Bot commented on PHOENIX-4579: - Github user JamesRTaylor commented on the issue:

[GitHub] phoenix issue #295: PHOENIX-4579: Add a config to conditionally create Phoen...

2018-04-12 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue: https://github.com/apache/phoenix/pull/295 Thanks for the updates, @ChinmaySKulkarni. Looks like you still need to rebase it. Also, one test that would be really valuable would be to: * disable auto upgrade * run execute upgrade

[jira] [Comment Edited] (PHOENIX-4683) Cap timeouts for stats precompact hook logic

2018-04-12 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435992#comment-16435992 ] Ankit Singhal edited comment on PHOENIX-4683 at 4/12/18 5:36 PM: -

[jira] [Comment Edited] (PHOENIX-4683) Cap timeouts for stats precompact hook logic

2018-04-12 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435992#comment-16435992 ] Ankit Singhal edited comment on PHOENIX-4683 at 4/12/18 5:36 PM: -

[jira] [Commented] (PHOENIX-4683) Cap timeouts for stats precompact hook logic

2018-04-12 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435992#comment-16435992 ] Ankit Singhal commented on PHOENIX-4683: [~vincentpoon], can you please close the connections

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435913#comment-16435913 ] James Taylor commented on PHOENIX-4605: --- Thanks, [~aertoria]! FYI, attached v2 patch with the

[jira] [Updated] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4605: -- Attachment: PHOENIX-4605_v2.patch > Support running multiple transaction providers >

[jira] [Updated] (PHOENIX-4685) Parallel writes continuously to indexed table failing with OOME very quickly in 5.x branch

2018-04-12 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-4685: Priority: Blocker (was: Major) > Parallel writes continuously to indexed table failing with OOME

Re: Trying to fix PreCommit

2018-04-12 Thread Josh Elser
Ok, thanks for that update, James (and Thomas for trying!) I'll take a look at what's there first. What I remember was that the JIRA update removed some APIs which the old precommit stuff required. Don't know if that's ultimately related to the lack of emails or not, but I should poke before

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435831#comment-16435831 ] Ethan Wang commented on PHOENIX-4605: - No problem. Looking at it. > Support running multiple

Re: Trying to fix PreCommit

2018-04-12 Thread James Taylor
Thanks, Josh! Thomas tried to get the existing one working again. He found that everything works (the runs are actually happening), but that the job just fails to send the email out. Not sure if there's an easy fix or not. I have no objections to moving to Yetus, though. On Thu, Apr 12, 2018 at

Trying to fix PreCommit

2018-04-12 Thread Josh Elser
Hi, Please shout if anyone has objections to me being destructive to the current PreCommit job in attempts to migrate over to Yetus. I'll copy the existing job (to allow a revert), but I think using the current one will make things easier in that I won't have to involve INFRA to add another

[jira] [Commented] (PHOENIX-4605) Support running multiple transaction providers

2018-04-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435722#comment-16435722 ] James Taylor commented on PHOENIX-4605: --- [~aertoria] - neither Ohad nor Thomas are available -

[jira] [Commented] (PHOENIX-4366) Rebuilding a local index fails sometimes

2018-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435283#comment-16435283 ] Hudson commented on PHOENIX-4366: - FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1829

[jira] [Commented] (PHOENIX-4658) IllegalStateException: requestSeek cannot be called on ReversedKeyValueHeap

2018-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435282#comment-16435282 ] Hudson commented on PHOENIX-4658: - FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1829

[jira] [Comment Edited] (PHOENIX-4685) Parallel writes continuously to indexed table failing with OOME very quickly in 5.x branch

2018-04-12 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435279#comment-16435279 ] Rajeshbabu Chintaguntla edited comment on PHOENIX-4685 at 4/12/18 10:12 AM:

[jira] [Commented] (PHOENIX-4685) Parallel writes continuously to indexed table failing with OOME very quickly in 5.x branch

2018-04-12 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435279#comment-16435279 ] Rajeshbabu Chintaguntla commented on PHOENIX-4685: -- [~an...@apache.org] [~elserj] Agree

[jira] [Updated] (PHOENIX-4685) Parallel writes continuously to indexed table failing with OOME very quickly in 5.x branch

2018-04-12 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-4685: - Attachment: PHOENIX-4685_v2.patch > Parallel writes continuously to

[jira] [Commented] (PHOENIX-4685) Parallel writes continuously to indexed table failing with OOME very quickly in 5.x branch

2018-04-12 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435272#comment-16435272 ] Ankit Singhal commented on PHOENIX-4685: bq. Make sure I'm understanding this correctly: we'd

[jira] [Commented] (PHOENIX-4575) Phoenix metadata KEEP_DELETED_CELLS and VERSIONS should be property driven

2018-04-12 Thread Chinmay Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435075#comment-16435075 ] Chinmay Kulkarni commented on PHOENIX-4575: --- Sure [~jamestaylor]. Please review my PR. Thanks!

[jira] [Commented] (PHOENIX-4575) Phoenix metadata KEEP_DELETED_CELLS and VERSIONS should be property driven

2018-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435073#comment-16435073 ] ASF GitHub Bot commented on PHOENIX-4575: - Github user ChinmaySKulkarni commented on the issue:

[GitHub] phoenix issue #297: PHOENIX-4575: Phoenix metadata KEEP_DELETED_CELLS and VE...

2018-04-12 Thread ChinmaySKulkarni
Github user ChinmaySKulkarni commented on the issue: https://github.com/apache/phoenix/pull/297 @JamesRTaylor please review. Thanks @mujtabachohan for your initial patches. - Added nit changes as suggested by James on JIRA - Rebased with master - @ankitsinghal please

[jira] [Commented] (PHOENIX-4575) Phoenix metadata KEEP_DELETED_CELLS and VERSIONS should be property driven

2018-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435057#comment-16435057 ] ASF GitHub Bot commented on PHOENIX-4575: - GitHub user ChinmaySKulkarni opened a pull request:

[GitHub] phoenix pull request #297: PHOENIX-4575: Phoenix metadata KEEP_DELETED_CELLS...

2018-04-12 Thread ChinmaySKulkarni
GitHub user ChinmaySKulkarni opened a pull request: https://github.com/apache/phoenix/pull/297 PHOENIX-4575: Phoenix metadata KEEP_DELETED_CELLS and VERSIONS should be property driven Adds configurable properties for KEEP_DELETED_CELLS and VERSIONS. You can merge this pull request