Invitation: Apache Phoenix Tech Talk @ Thu Oct 7, 2021 9am - 10:30am (PDT) (user@phoenix.apache.org)

2021-09-29 Thread kadir
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20211007T16Z DTEND:20211007T173000Z DTSTAMP:20210929T182931Z ORGANIZER;CN=ka...@gsuite.cloud.apache.org:mailto:kadir@gsuite.cloud.apache .org UID:2839cfd3o2o7grq

Next Tech Talk on Online Data Format Change in Phoenix

2021-09-29 Thread Kadir Ozdemir
Hi All, Did you ever need to change the underlying data format of your table which is already in production and serving your customers. For example, you wanted to change the primary key of your table, or its column encoding or even its storage format. And you wanted to do this without interrupting

Re: Urgent problem with Phoenix function LAST_VALUE and joins

2021-09-29 Thread
There seem to be no obvious unsubscribe to this list. Unlike all other Apache lists. Given that we have (thank God) decommissioned all our Phoenix instances how do I delete myself from this list? Thanks! > On 29 Sep 2021, at 07:37, Istvan Toth wrote: > >  > Please try to reproduce with the

Re: Urgent problem with Phoenix function LAST_VALUE and joins

2021-09-29 Thread Simon Mottram
Sounds like a plan thanks. Is there any doco to help with getting setup? I assume the phoenix dev channel is the place to ask questions. Cheers Simon From: Istvan Toth Sent: 29 September 2021 7:37 PM To: user@phoenix.apache.org Subject: Re: Urgent problem wit

Re: Urgent problem with Phoenix function LAST_VALUE and joins

2021-09-29 Thread Istvan Toth
git clone https://github.com/apache/phoenix mvn clean package bin/phoenix_sandbox.py use the host and port displayed to start sqlline.py On Thu, Sep 30, 2021 at 4:21 AM Simon Mottram wrote: > Sounds like a plan thanks. > > Is there any doco to help with getting setup? I assume the phoenix dev >

Re: Urgent problem with Phoenix function LAST_VALUE and joins

2021-09-29 Thread Simon Mottram
Cheers thanks for that. I get a few errors so it doesn't build. At bottom of this message. i noticed from the build.md that i should try mvn install separately, which I also did followed by mvn package, but got same error S [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time ela